Yes, I am on Windows. Line ending haven't been problem (except in some
downloaded tutorials). Where are the properties supposed to be defined?
The full-source command created dependencies in the core pom.xml under this
comment:
<!-- Dependencies calculated by AppFuse when running full-source plugin
-->
like:
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
</dependency>
But ehcache.version is not defined in any of the three pom.xml files.
-Richard
mraible wrote:
>
> I just tried this and it worked fine for me. I suspect it didn't work
> for you because you're on Windows and there's some line ending issues
> or something like that. Is that true?
>
> I'm on OS X.
>
> Matt
>
> On 9/5/07, Richard Brewster <[EMAIL PROTECTED]> 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#a12510655
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> 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#a12511182
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]