Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP 1.5 New Navigator Query ?
WTP 1.5 New Navigator Query ? [message #176067] Wed, 02 August 2006 02:11
Darryl Miles is currently offline Darryl MilesFriend
Messages: 123
Registered: July 2009
Senior Member
When using the same version of WTP 1.5.x I see two different
arrangements in the Java perspective, Package Explorer view:


All my old Dynamic Web Projects look like (excuse the ASCII art) :

V MyProjectOne
> Deployment Descriptor: MyProjectOne
V Java Resources
V JavaSource
> com.foobar.package
> WebContent/WEB-INF/classes
> Libraries
> build
> WebContent


But newly created projects look like this:


V MyProjectTwo
> Deployment Descriptor: MyProjectTwo
V Java Resources: JavaSource
> com.foobar.package
> Libraries
> build
> WebContent


There are 2 differences.

* There is no explicit line "JavaSource", it is somehow hooked into
the "Java Resources" line. This means I can't right click on the
"JavaSource" directory and get file based operations like "Paste".

* There is no "WebContent/WEB-INF/classes" source folder and the
directory does not exit.



Ah... if I manually create the directory "WebContent/WEB-INF/classes"
and refresh the Package Explorer view looks correct.

I guess this must be a defect in 1.5.x DWP Creation Wizard for not
creating the WebContent/WEB-INF/classes directory at project creation time ?




I would also guess that the coupling the the "JavaSource" source folder
icon on the same line as "Java Resources" is in some way making the UI
optimize the single source folder case.

However it masks all the source folder right click actions from being
available the only option is "New" so I guess it should merge the
available right click action list when it does this.


Maybe these are two different defects ?


Darryl
Previous Topic:a error about eclipse 3.2
Next Topic:Query on creating Controls using the SWT Accessibility API
Goto Forum:
  


Current Time: Fri Apr 26 15:09:58 GMT 2024

Powered by FUDForum. Page generated in 0.02862 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top