Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Importing the Struts WAR files

0 views
Skip to first unread message

Chris R

unread,
Mar 20, 2002, 8:11:45 AM3/20/02
to
When importing the Struts example WAR files, I noticed the following
annoying behaviour:

With the struts-example.war, the .java files end up in...
StrutsTestWeb/source/src/org/apache/..
while the .properties files (which have the same directory location in
the WAR file) end up in...
StrutsTestWeb/source/org/apache/..
and also in...
StrutsTestWeb/webApplication/WEB-INF/src/org/apache/..

If I change the source folder to be...
StrutsTestWeb/webApplication/WEB-INF/src
the .java files end up in...
StrutsTestWeb/webApplication/WEB-INF/src/src/org/apache/..
while the .properties files (which have the same directory location in
the WAR file) end up in...
StrutsTestWeb/webApplication/WEB-INF/src/org/apache/..

With the struts-tiles.war, there are only .class files and these are
not imported at all.

Are these bugs in WSAD?

Regards
Chris

0 new messages