- This topic has 1 reply, 2 voices, and was last updated 19 years, 5 months ago by Riyad Kalla.
-
AuthorPosts
-
Prasanna TuladharMember1. Project name change does not work
When changing a project name (esp web project) , the changes
within the MyEclipse settings do not work properly. The context
starts always with old name. (was also there in MyEclipse 3.8.4)2. faces-config changes does not reloads context
Changing the faces-config.xml does not reload the context.
Not sure if this is actually a bug or feature ?3. Deployment of standard jar files
If I change the project capabilities my introducing my own jar files,
the settings works correctly in IDE but during deployment both old and new jar files gets deployed.Environment:
MyEclipse 4.0M1
jdk1.4.2_08
Eclipse 3.0.2
Riyad KallaMember1. Project name change does not work
When changing a project name (esp web project) , the changes
within the MyEclipse settings do not work properly. The context
starts always with old name. (was also there in MyEclipse 3.8.4)You can manually open the “dot” files from the Navigator view to fix any stale values, please let us know which values didn’t change so we can fix them. ALSO, make sure you have closed the project, restarted MyEclipse and reopened a project after renaming it.
2. faces-config changes does not reloads context
Changing the faces-config.xml does not reload the context.
Not sure if this is actually a bug or feature ?This depends entirely on your app server, it has nothing to do with MyEclipse.
3. Deployment of standard jar files
If I change the project capabilities my introducing my own jar files,
the settings works correctly in IDE but during deployment both old and new jar files gets deployed.MyEclipse will deploy whatever files exist in your project or on your build path (depending on what settings you have) so if these files are getting deployed it means they are in your path, and you likely want to remove them.
-
AuthorPosts