Hi all,

I'm using Eclipse to develop an AppFuse 2.0 based application and running
into some trouble with Eclipse. Usually with other projects, when I create
or update an xml or property file in the src folder, the changes are
automatically copied to the corresponding files in output folder. However,
with AppFuse 2.0 project, this doesn't seem to be the case. For example, if
I change struts.xml file in src/main/resources, the struts.xml file in
target/classes is supposed to be updated in target/classes (because this is
the output folder for src/main/resources as indicated in Eclipse) but it
isn't. So I have to do something like "mvn jetty:run" or manually copy the
changes which is quite annoying because I'm using Sysdeo Tomcat plugin not
jetty. Anyone notices this problem? Any suggestions appreciated.

Cheers,

Reply via email to