Re: Build HUPA

2012-05-16 Thread Manuel Carrasco MoƱino
For some reason tests are failing in your system, you can compile Hupa without running tests, just run: mvn package -Dmaven.test.skip - Manolo On Tue, May 15, 2012 at 1:59 PM, Thomas mbtest...@googlemail.com wrote: I try to build HUPA and get errors when I try to run maven. Has anyone a hint

Re: Unable to build HUPA project

2012-03-15 Thread Eric Charles
Hi, Can you browse the jar in http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/ from you location? If yes, try mvn package -U (-U means 'force update the dependencies'). If it still fails, remove your local maven plexux-archiver in your local maven repo (in

Re: Unable to build HUPA project

2012-03-15 Thread Jochen Gazda
Gentlemen, In accordance with what has been said in this thread and with Stefano Bagnara's we should always try to build with the latest available released parent (not even a snapshot), may I commit following two changes? (1) change parent.version from 1.9-SNAPSHOT 1.8.1 in hupa/pom.xml (2)

Re: Unable to build HUPA project

2012-03-15 Thread Ioan Eugen Stan
Pe 15.03.2012 16:24, Jochen Gazda a scris: Gentlemen, In accordance with what has been said in this thread and with Stefano Bagnara's we should always try to build with the latest available released parent (not even a snapshot), may I commit following two changes? (1) change parent.version from

Re: Unable to build HUPA project

2012-03-14 Thread Tejaswini Kurakula
Hi eric, thank you for the response..i increased the value of extraJvmArgs to 1024 and above too...but i dont really find any significant change in the error i get.. Thank You, Tejaswini On Wed, Mar 14, 2012 at 4:13 PM, Eric Charles e...@apache.org wrote: Atm, the pom.xml of hupa-client has

Re: Unable to build HUPA project

2012-03-14 Thread Eric Charles
Can you add the -XX:MaxPermSize=512M If it doesn't work, can you export MAVEN_OPTS=-Xmx1g -XX:MaxPermSize=512M for example and retry. (the extraJvmArgs should do the work, but who knows...) Any answer on Ioan's question (jdk, maven versions, which os?). If it doesn't work, I will retry here

Re: Unable to build HUPA project

2012-03-14 Thread Tejaswini Kurakula
Hi Eric, i changed the -Xmx value in the hupatrunk/client/pom.xml and compiled it again.i was able to resolve the out of memory exception..but now i compiled the project using -X package it says that it could not find some artifacts.here it is Could not find artifact

Re: Unable to build HUPA project

2012-03-13 Thread Ioan Eugen Stan
Hi Tejaswini, Sorry for misspelling your name the last time, I'll try not to do that again. It seems maven can't find the artifact (possible network problem?) or address resolution. It built ok on my machine. P.S. A better understanding of how Maven works will help you in all your projects.

Re: Unable to build HUPA project

2012-03-13 Thread Eric Charles
Hi Tejaswini, Maven complains on artifact freemarker:freemarker:jar:2.3.6 from/to central. However, this artifcat is available on http://repo1.maven.org/maven2/freemarker/freemarker/2.3.6/ Can you retry (maybe a temporary network issue from you host, I also previously faced blacklisted

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
Hi Tejaswini, Were you able to build the project successfully. If not let me know I did more than couple of times and can help you with this. Thanks, Sai On Tue, Mar 13, 2012 at 5:33 AM, Eric Charles e...@apache.org wrote: Hi Tejaswini, Maven complains on artifact

Re: Unable to build HUPA project

2012-03-13 Thread Tejaswini Kurakula
Hi, i checked for all the possible network problems as well the adress resolutions that might cause the error but i dont find any significant change after i rebuilt my project. i also checked the repository that is getting populated as a result of the build. i am unable to fix the error.can

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
Can you send us the latest error? On Tue, Mar 13, 2012 at 2:32 PM, Tejaswini Kurakula tejaswinikurak...@gmail.com wrote: Hi, i checked for all the possible network problems as well the adress resolutions that might cause the error but i dont find any significant change after i rebuilt my

Re: Unable to build HUPA project

2012-03-13 Thread Tejaswini Kurakula
Hi, i built the top level pom.xml that is the hupa-client. Now, i get an error related the Hupa-client.Below is the error i get *** Downloading: http://repository.apache.org/snapshots/org/apache/hupa/hupa-widgets/0.0.2-SNAPSHOT/hupa-widgets-0.0.2-SNAPSHOT.jar [INFO]

Re: Unable to build HUPA project

2012-03-13 Thread Tejaswini Kurakula
Hi, i build the project in the debug mode using the -X package command.It gives an error below. ** [ERROR] Mar 14, 2012 12:40:51 AM com.google.gwt.thirdparty.guava.common.base.FinalizableReferenceQueue init [ERROR] INFO: Failed to start reference finalizer thread. Reference cleanup will only

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
Oh strange, I never had such problems before. Set your Xmx value to max limit your Operating System can take. How memory you have and what is the OS you are using? Thanks, Sai On Tue, Mar 13, 2012 at 3:16 PM, Tejaswini Kurakula tejaswinikurak...@gmail.com wrote: Hi, i build the project in

Re: Unable to build HUPA project

2012-03-13 Thread Ioan Eugen Stan
2012/3/13 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Oh strange, I never had such problems before. Set your Xmx value to max limit your Operating System can take. How memory you have and what is the OS you are using? Thanks, Sai Please also add the maven version and java version.

Re: Unable to build HUPA project

2012-03-13 Thread Tejaswini Kurakula
Hi loan, This is the version of java i use on windows 32 bit platform. java version 1.6.0_20 Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing) Maven version 3.0.4 Thank you, Tejaswini On Wed, Mar 14, 2012 at 1:45 AM, Ioan

Unable to build HUPA project

2012-03-12 Thread Tejaswini Kurakula
Hi, I followed the steps to setup my development environment as mentioned in the wiki document: http://james.apache.org/hupa/dev/environment.html and then tried to build the workspace. I am getting following error: [WARNING] [WARNING] Some problems were encountered while building the

Re: Unable to build HUPA project

2012-03-12 Thread Ioan Eugen Stan
Hi Tejasini, Try changing the james-project (parent pom) version fr om 1.9-SNAPSHOT to 1.8.1 like: parent artifactIdjames-project/artifactId groupIdorg.apache.james/groupId version1.8.1/version relativePath / /parent 2012/3/12 Tejaswini Kurakula

Re: Unable to build HUPA project

2012-03-12 Thread Tejaswini Kurakula
Hi Ioan, Thank you for quick response. This fixed the issue I was getting before with James version. Now, I ran into a new issue without a successful build first time. ** [INFO] [INFO] Reactor Summary: [INFO] [INFO]