Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread Matt Raible
It looks like there was a typo and basic was referring to modular. This has been fixed. http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On 3/6/07, wnqq <[EMAIL PROTECTED]> wrote: Thank you for your answer. Michael Horwitz wrote: > > You would need to add the exclusion to: > >

Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread wnqq
Thank you for your answer. Michael Horwitz wrote: > > You would need to add the exclusion to: > > >org.appfuse >appfuse-${web.framework} >${appfuse.version} >warpath > > > to get: > > >org.appfuse >

Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread Michael Horwitz
You would need to add the exclusion to: org.appfuse appfuse-${web.framework} ${appfuse.version} warpath to get: org.appfuse appfuse-${web.framework} ${appfuse.version} warpath

[appfuse-user] dependency exclusion for core classes

2007-03-06 Thread wnqq
Environment: 2.0M4-SNAPSHOT + Struts Basic archetype Following the tutorial at: http://appfuse.org/display/APF/AppFuse+Core+Classes it says: For basic archetypes (add the .. to the existing dependency): org.appfuse appfuse-service ${appfuse.version}