I've entered this issue in JIRA: http://issues.appfuse.org/browse/APF-876
If you have time, can you see if it's fixed (on Windows) with 2.0-SNAPSHOT. Here's how to test: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app -DartifactId=myproject cd myproject mvn appfuse:full-source integration-test Thanks! Matt Richard Brewster wrote: > > Hi. I created the modular-struts archetype project for RC1. That built > and ran OK. Then I ran mvn appfuse:full-source. That completed > successfully, but then the project would no longer build. Seems that a > lot of properties were no longer defined. The last failure message: > > 14) net.sf.ehcache:ehcache:jar:${ehcache.version} > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=net.sf.ehcache > -DartifactId=ehcache \ > -Dversion=${ehcache.version} -Dpackaging=jar > -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=net.sf.ehcache -DartifactId=ehcache \ > -Dversion=${ehcache.version} -Dpackaging=jar > -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Is this a bug? > > -Richard Brewster > > > mraible wrote: >> >> Yes. >> >> On 9/4/07, fadhli <[EMAIL PROTECTED]> wrote: >>> Does mvn appfuse:full-source works on modular projects on Appfuse2.0 >>> RC1? >>> >>> -- >>> /fadhli >> >> >> -- >> http://raibledesigns.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/appfuse%3Afull-source-works-on-modular-projects-on-Appfuse2.0-RC1--tf4381575s2369.html#a12532703 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
