Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] dynamic web project and nested folders


This is a regression, and was not intended.

I have opened: https://bugs.eclipse.org/bugs/show_bug.cgi?id=195529 to track and get into the first maintenance stream.

Some additional validation code was added to flag invalid characters for folder names - but obviously need to allow for this scenario.

Thanks - Chuck

Rational JEE Tooling Team Lead
IBM Software Lab - Research Triangle Park, NC
Email:  cbridgha@xxxxxxxxxx
Phone: 919-254-1848 (T/L: 444)



"Zachary Lendon" <zach.lendon@xxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

07/05/2007 10:11 AM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] dynamic web project and nested folders





Using WTP 2.0, when I attempt to create a new dynamic web project, I
cannot specify a nested directory in the Web Module's Content
Directory or Java Source Directory locations - for example, specify
the content directory as src/main/webapp - the '/' is an illegal
character according to the UI validation.  I prefer to use a nested
structure so that I can adopt Maven's standard directory structure -
and I used to be able to do this in WTP 1.x. Ultimately, I am able to
go back and edit the build path to use a nested java source directory,
but I do not know how to make the necessary changes to allow for a
nested content directory - can anyone please help advise me?  Does
anyone know the reasoning behind not allowing a nested structure for
these locations?

thanks,
Zach
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top