Hi Helix

 thanx for the help 

implemented the two options you suggested and just ran mvn package without -U 
clean and i am now getting this error

/dspace-1.7.2-src-release/dspace-stats/src/main/java/org/dspace/statistics/util/LocationUtils.java:[26,13]
 error: unmappable character for encoding ASCII

can i change this file ? because at line 26 we have 
"Ã…land Islands", - i guess the ~ is a problem?

Thanx

Tumie







________________________________
 From: helix84 <[email protected]>
To: Tumie Morupisi <[email protected]> 
Cc: dspace-tech <[email protected]> 
Sent: Friday, October 26, 2012 7:24 PM
Subject: Re: [Dspace-tech] dspace 1.7.2 mvn error
 
Please, always CC dspace-tech when replying.

That's strange, there's no other error in the log. So it must be Maven
itself failing for some reason. I can think of 2 possible reasons:

1) the local maven repository is messed up. move it away using "mv
~/.m2 ~/.m2.bak"

2) Maven fails because it runs out of memory. Add as much memory as
you have on the server, here'show (tweak the values according to how
much your system has):

export MAVEN_OPTS='-Xms1024M -Xmx1024M -XX:MaxPermSize=256M'

Perform one of these steps, then run mvn package. If it doesn't work,
then try the other one and run mvn package. I'd like to learn which
one of them can cause this.

Regards,
~~helix84
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to