Re: mvn install: Failure executing javac, but could not parse error

2011-07-10 Thread Natsu
Using 7zip to open the resteasy-jaxrs-2.2.1.GA.jar file failed, it says something like file cannot open as archive. When I used wordpad to take a look at the file, it appears as an html file. So probably the surmise that the file failed to download from repository is correct. How do I correct

Re: mvn install: Failure executing javac, but could not parse error

2011-07-10 Thread Natsu
I disabled my PeerGuardian program on my computer and all the aforementioned problems are gone. Seems like PeerGuardian is interfering with downloads when doing mvn install. However, I encounter another new problem now with NoClassDefFoundError. I tried adding C:\junit4.1\junit-4.1.jar to my

Re: mvn install: Failure executing javac, but could not parse error

2011-07-10 Thread Stephen Connolly
please read one of the maven books. the sonatype one is not too bad. maven stops you worrying about local jars... you just add a test scope dependency on unit to your pom... it looks like you are thinking that maven is just a fancy ant... it is a whole different beast, with a completely different

C++, Cross-Compilation, Artifacts and Maven

2011-07-10 Thread Deux deVille
Hello Mavens In our company we have a multi-platform C/C++-project anc consider switching from our hand-crafted Python-based buildsystem to Maven. I've read a lot about the Maven Native, the Maven Nar and the Jade Native plugins but I didn't get any valuable results. Maybe I'm too dumb or I

Re: mvn install: Failure executing javac, but could not parse error

2011-07-10 Thread Stephen Connolly
just to make myself clear, i could also have said ant is like prolog and maven like pascal to illustrate my point. - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 10 Jul

RE: C++, Cross-Compilation, Artifacts and Maven

2011-07-10 Thread Martin Gainty
The best place to find which maven-nar-configuration best suits your requirement would be at http://duns.github.com/maven-nar-plugin/examples.html if you see something that approximates your requirement use it and report back any results as we want to ensure maven-nar operating as stated in

Release of Wagon project version 1.0

2011-07-10 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Wagon project, version 1.0 The wagon project provides the standard transports that connect Maven to repositories. http://maven.apache.org/wagon To take advantage of a new version of one of the wagons, you have to configure it as an