Hai Michael,
I am Manjunath.I got you are reply..I removed comments(maven home)
..Its working successful..After running mvn appfuse:full-source..its
successful...
But after I running mvn jetty:run-war ,There is no files whatever i
created before..Its shows on the browser only Appfuse page...
How to get My files ...back ..Please send me the details
Regards,
Manju
Michael Horwitz wrote:
The setting is commented out? You need to uncomment it for it to work:
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ~/.m2/repository
-->
<localRepository>E:\.m2\
repository</localRepository>
Mike
2008/11/19 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
<[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>
Hai,
I found that settings.xm file and i changed the .m2 repository
file from C:\Documents and Settings\XPPRESP3\.m2\repository To
E:\.m2\repository..
And I also changed in settings.xml file ..But still I am getting
same error....
This is the file its there in Maven/conf.settings..and i changed
here also...
<!-- localRepository
| The path to the local repository maven will use to store
artifacts.
|
| Default: ~/.m2/repository
<localRepository>E:\.m2\repository</localRepository>
-->
But still I am getting same error..Please send me some more ideas
after look back my settings.xml
regards,
manju
Michael Horwitz wrote:
If you look in
C:\Documents and
Settings\XPPRESP3\.m2\
you should find a file called settings.xml. If it is not there
look under %M2_HOME%/conf/ for the file called settings.xml -
%M2_HOME% is the location where you have installed Maven 2. Open
the file for editing and point <localRepository> to a path
without spaces.
Mike
2008/11/18 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
<[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>
*Hai,
i got one error with Ant1.7.0 ,.I got this error when
I done Mvn appfuse:full-source with project directory source....
Error Trace:
*
FATAL ERROR:
INFO: null
Illegal charcter in path index at 18:C:\Documents and
Settings\XPPRESP3\.m2\repository\org\apache\ant\ant\1.7.0
For this from user and devlopers forum I got this information below mentioned.. *But I didnt understand where i have to change in local repository file ...Please anyone can suggest me to solve my problem....*
* 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>
regards,
Manju