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: Regarding GSoc 2012

2012-03-13 Thread Eric Charles
Hi Tejaswini, Welcome! We just talked about Gsoc2012 (read this thread) and Manuel proposed something around hupa http://markmail.org/message/5l5oqzsxf2fewdea You will need to register on GSOC web site and trick our interest so a James mentor will step up to work with you :) Something

Build failed in Jenkins: james-app-trunk #651

2012-03-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/james-app-trunk/651/ -- [...truncated 252 lines...] [WARNING] The POM for org.apache.james:james-server-queue-jms:jar:3.0-beta4 is missing, no dependency information available Downloading:

Re: svn commit: r1299452 - /james/server/trunk/pom.xml

2012-03-13 Thread Eric Charles
Hi Ioan, You could play with svn revert or merge, but just replace and commit the new files. Eric On 12/03/12 20:44, Ioan Eugen Stan wrote: 2012/3/12 Eric Charlese...@apache.org: Hi Ioan, Sure, no problem. It's about xml and java. If you look for example at

Re: svn commit: r1299452 - /james/server/trunk/pom.xml

2012-03-13 Thread Ioan Eugen Stan
Pe 13.03.2012 16:30, Eric Charles a scris: Hi Ioan, You could play with svn revert or merge, but just replace and commit the new files. Eric I was hoping for a recipe. Looks like I'm not in luck. I will fiddle around and hope to get things right. Wish me luck, -- Ioan Eugen Stan

[RESULT][VOTE] Release Apache James Server and App 3.0-beta4

2012-03-13 Thread Eric Charles
Hi there, The VOTE passed for the server artifacts (https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/): +1 Ioan, Eric*, Manolo*, Stefano* +0 Felix*, Vincenzo* -1 * Binding I will push the server artifacts to the maven central and the mirrors. We miss one binding

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: [VOTE] Release Apache James Server and App 3.0-beta4

2012-03-13 Thread Stefano Bagnara
2012/3/7 Eric Charles e...@apache.org: I just run rat on the app project, but it only audits the source/conf files, not the declared dependencies (the jar). Maybe this is due to the assembly 'nature' of this maven project? Robert? The tool used by Robert the last time was not rat but apache

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