The answer is in the QuickStart Guide
(http://appfuse.org/display/APF/AppFuse+QuickStart):

        Bug with Ant 1.7.0
Local repositories and projects on Windows platforms are held in
directories whose paths contain no spaces. To fix this issue, modify
your $M2_HOME/conf/settings.xml and change your localRepository to
something like the following:

<localRepository>c:\docume~1\username\.m2\repository</localRepository>

Matt

On Tue, Jun 24, 2008 at 3:26 PM, Ebenezer, Daniel <[EMAIL PROTECTED]> wrote:
>
>
> I am trying to setup my development to Struts2 + Hibernate + Spring + MySQL
> and I used the archetype for spring MVC Basic
>
>
>
> 1)      mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
> -DarchetypeArtifactId=appfuse-basic-spring
> -DremoteRepositories=http://static.appfuse.org/releases
> -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject
>
> 2)     I tried mvn appfuse:full-source to get the source but I am getting
> the following error,
>
>
>
> I am not sure why it is creating a .m2 folder which I do not like and then I
> feel that 1.x seemed to be relatively simple
>
>
>
>
>
>
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] FATAL ERROR
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] null
>
> Illegal character in path at index 18: file:/C:/Documents and
> Settings/debenezer/.m2/repository/org/apache/ant/ant/1.7.0
>
> /ant-1.7.0.jar
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Trace
>
> java.lang.IllegalArgumentException
>
>         at java.net.URI.create(URI.java:842)
>
>
>
> please advice?
>
> Thanks,
>
> Daniel Ebenezer.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to