Found the solution: removing target/classes from the list of source folders.
On 6/11/07, climbingrose <[EMAIL PROTECTED]> wrote:
Yep, I've done mvn install eclipse:eclipse. On 6/11/07, sarat.pediredla <[EMAIL PROTECTED] > wrote: > > > Did you run the maven command to integrate appfuse into eclipse? > > Also, it might be worth doing an "mvn clean" just in case. > > > climbingrose wrote: > > > > 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, > > > > > > -- > View this message in context: > http://www.nabble.com/-Appfuse-2.0-M5-Eclipse-build-problem-tf3896126s2369.html#a11049434 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, Cuong Hoang
-- Regards, Cuong Hoang
