Also delete $HOME/.maven/plugins if it exists (and upgrade to Maven 1.0 if you're not already using it)
> -----Original Message----- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 7:36 PM > To: 'Maven Users List' > Subject: RE: Please Help..."Malformed \uxxxx encoding" error > while executing maven > > Hi, > > Try deleting the $HOME/.maven/cache folder. > If that doesn't solve the problem check your .properties > files for errors (also your $HOME/build.properties) > > Regards > > Carlos Sanchez > A Coru�a, Spain > > Oness Project > http://oness.sourceforge.net > > > > -----Original Message----- > > From: rajesh singh [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 03, 2004 4:43 PM > > To: [EMAIL PROTECTED] > > Subject: Please Help..."Malformed \uxxxx encoding" error while > > executing maven > > > > Hi, > > > > Sorry if this issue had been raised before but i could not > trace any > > solution for this. So, I am mailing it over here. > > > > When I am trying to run the command maven on the command > prompt I am > > getting the error "java.lang. > > IllegalArgumentException: Malformed \uxxxx encoding." > > > > The complete error message is :- > > > > java.lang.IllegalArgumentException: Malformed \uxxxx encoding. > > at > > java.util.Properties.loadConvert(Properties.java:387) > > at > > java.util.Properties.load(Properties.java:335) > > at > > org.apache.maven.plugin.PluginCacheManager.loadProperties(Plug > > inCacheManager.java:423) > > at > > org.apache.maven.plugin.PluginCacheManager.loadCache(PluginCac > > heManager.java:439) > > at > > org.apache.maven.plugin.PluginManager.initialize(PluginManager > > .java:254) > > at > > org.apache.maven.MavenSession.initializePluginManager(MavenSes > > sion.java:293) > > at > > org.apache.maven.MavenSession.initialize(MavenSession.java:233) > > at > > org.apache.maven.cli.App.doMain(App.java:532) > > at > > org.apache.maven.cli.App.main(App.java:1109) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > > orImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > > odAccessorImpl.java:25) > > at > > java.lang.reflect.Method.invoke(Method.java:324) > > at > > com.werken.forehead.Forehead.run(Forehead.java:551) > > at > > com.werken.forehead.Forehead.main(Forehead.java:581) > > > > > > I have gone through the "PluginCacheManager.java" of the maven and > > "Properties.java" of java.util but could not find the solution. > > Earlier maven was running on all the projects but now it is > giving the > > same error message in all the projects, so i feel there is > no problem > > as far as project.xml and project.properties of a single project is > > concerned. > > > > Please help me out of this problem, it has been troubling > me from past > > many days. > > > > Thanks & Regards, > > Rajesh Kumar Singh. > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
