Re: [appfuse-user] Converting an Appfuse 2 multi-module project to Appfuse 1.9.x project

2007-08-03 Thread Developer Abe
Got it. Thanks, Abe On 8/3/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 8/3/07, Developer Abe <[EMAIL PROTECTED]> wrote: > > When you say full-source, I am guessing that additional files will be > > generated which will need to be copied over. Will full-source work for > a > > multi-module

Re: [appfuse-user] Converting an Appfuse 2 multi-module project to Appfuse 1.9.x project

2007-08-03 Thread Matt Raible
On 8/3/07, Developer Abe <[EMAIL PROTECTED]> wrote: > When you say full-source, I am guessing that additional files will be > generated which will need to be copied over. Will full-source work for a > multi-module project. Or is there still work that needs to happen on that > front. Full-source

Re: [appfuse-user] Converting an Appfuse 2 multi-module project to Appfuse 1.9.x project

2007-08-03 Thread Developer Abe
When you say full-source, I am guessing that additional files will be generated which will need to be copied over. Will full-source work for a multi-module project. Or is there still work that needs to happen on that front. When you say merging of war files I am not sure how this will affect my

Re: [appfuse-user] Converting an Appfuse 2 multi-module project to Appfuse 1.9.x project

2007-08-03 Thread Matt Raible
One thing you'll need to do is full-source your web project since Ant doesn't support "merging" of WARs like Maven does. Also, you'd probably be better of trying to use AppFuse Light's build.xml file than AppFuse 1.9.x's. There's a lot of things in 1.9.x's build.xml for XDoclet, which simply isn't

[appfuse-user] Converting an Appfuse 2 multi-module project to Appfuse 1.9.x project

2007-08-03 Thread Developer Abe
I am trying to wrap up a web project and the build environment I am trying to integrate with uses Ant exclusively for their builds. The build managers do not have expertise in Maven and would prefer that all of the Maven files be converted to Ant scripts. I looked at the Maven Ant tasks but it lo