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