This is a known problem with ant on windows (AppFuse full source plugin uses Ant under the covers). The issue is with the spaces in the path name to your local maven repository. The solution is to place your local repository at a path location with no spaces (e.g. C:\maven\repository) through the use of settings.xml: http://maven.apache.org/settings.html
If you do a search on this list you should find numerous references to this issue. Mike On 05/03/2008, Doug Pham <[EMAIL PROTECTED]> wrote: > > Hi All, > I just started a "Struts 2 Basic" project and during the "mvn > appfuse:full-source" command, I get the following error: > . > . > . > Caused by: java.net.URISyntaxException: Illegal character in path at index > 18: f > ile:/C:/Documents and > Settings/phamx039/.m2/repository/org/apache/ant/ant/1.7.0/ > ant-1.7.0.jar > at java.net.URI$Parser.fail(URI.java:2809) > at java.net.URI$Parser.checkChars(URI.java:2982) > at java.net.URI$Parser.parseHierarchical(URI.java:3066) > at java.net.URI$Parser.parse(URI.java:3014) > at java.net.URI.<init>(URI.java:578) > at java.net.URI.create(URI.java:840) > ... 43 more > > . > . > . > > What am I doing wrong? > > Thanks, > Doug > > ------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ> > >
