After i change the <localRepository > nodevalue to my dos path to .m2,it works a while for downloading the dependencies jars. but,unfortunately i encounter the same exception again after some time,what should i do next?
before this exception i got a warning said that 'org.hibernate:jidy: pom:r8-20060801:runtime; is invalid.It will be ignored for artifactsolution.Reason: P arse error reading POM.Reason: TEXT must be immediately followed by END_TAG and not START_TAG.... oliver.lee 2008-04-06 发件人: Matt Raible 发送时间: 2008-04-05 23:27:57 收件人: users@appfuse.dev.java.net 抄送: 主题: Re: Re: [appfuse-user] [apffuse-user]Core If you modify your settings.xml file (in $M2_HOME), and change localRepository to a DOS path (no spaces), it should solve this issue. <localRepository >c:\docume~1\yourusername\.m2 </localRepository > HTH, Matt On Fri, Apr 4, 2008 at 7:12 PM, oliver.appfuse <[EMAIL PROTECTED] > wrote: > > > > Dustin, > thank you so much for explain to me, what i have done is : > > 1)using mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-core > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.1 -DgroupId=net.olstudio.appfuse.core > -DartifactId=AppfuseCore to create a project. > > 2)Due to i cant see the source code ,run the mvn appfuse:full-soource at the > root directory of project. > > but i get following exception: > > Illegal character in path at index 18: > file:/C:/Document.../.m2/reposity/org/apache/ant/ant/1.7.0/ > ant1.7.0.jar > > [INFO]----------------------------------- > [INFO]Trace > java.lang.IllegalArgumentException > at... > at... > > what's wrong,buddy? > > > > > > > > > ________________________________ > > oliver.lee > 2008-04-05 > ________________________________ > > 发件人: Dustin Pearce > 发送时间: 2008-04-05 01:58:38 > 收件人: users@appfuse.dev.java.net > 抄送: > 主题: Re: [appfuse-user] [apffuse-user]Core > > > > Oliver, > > > I think you need to be a little more specific about what you have done so > far and the errors you are getting back. I think you are referring to a > modular archetype, where there is a core and web module. The purpose of a > modular archetype is to create a service layer (core) independant of the > view (web) layer. Then you can create your own modules on top like (mobile) > or (web-service), etc etc. > > > -D > > > > On Apr 4, 2008, at 10:29 AM, oliver.appfuse wrote: > > > > > hi, > i am a newbie to learn appfuse,i have some doubt which are: > > 1)what is core project used for? > 2)how to get the full source code of it,i try use mvn appfuse:full-source > but i get an exception. what should i do ? > > ________________________________ > > oliver.lee > 2008-04-05 >