facebook

Image name change deployment question

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #223329 Reply

    Erez
    Member

    I work with MyEclipse 3.8.3/ Eclise 3.0.1 + JBoss 3.2.5, winXP

    Changing only the case of a name of an image in a Web module will not cause the new name to get modified at the deployed area. Only if I enter a real change in the name like new letter or deleting a letter will cause the new name to get deployed.

    The code probably runs an ignoreCase comparison instead of a strict exact one.

    Thanks,

    Erez

    #223334

    Riyad Kalla
    Member

    Erez,
    very strange, thank you for the report we will look into it.

    #223338

    Scott Anderson
    Participant

    Actually, we don’t do anything with the case. The deployer simply copies the file when modification, including a name change is detected. The problem you’re experiencing is because Windows remembers case, but is not case sensitive with respect to file names so the files hello.html and Hello.html are treated as the same name. So basically, case is being ignored, but it’s Windows doing it, not MyEclipse.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Image name change deployment question

You must be logged in to post in the forum log in