Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-16 Thread A Leg
Hi Brett Thank's a lot. So it was not the end. With a little help of my friends, we progress ;-) These links help me a lot. I don't understand how I missed them before. Brett Porter wrote: Yes it is no info on where are maven CVS, which plugins are required etc. (and which release) and where are

Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-16 Thread Brett Porter
Yes it is no info on where are maven CVS, which plugins are required etc. (and which release) and where are them CVS. http://maven.apache.org/reference/plugins/optional/cvs-usage.html http://maven.apache.org/cvs-usage.html The documentation is out of date - you'll need all the plugins. When you

Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-16 Thread A Leg
Hi Brett Brett Porter wrote: We cannot find any doc on how checkout CVS etc. where are maven CVS, which plugins are required etc. (and which release) and where are them CVS. too. You mean like: http://maven.apache.org/faq.html#how-to-build Yes it is no info on where are maven CVS, which plugin

Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-15 Thread Brett Porter
We cannot find any doc on how checkout CVS etc. where are maven CVS, which plugins are required etc. (and which release) and where are them CVS. too. You mean like: http://maven.apache.org/faq.html#how-to-build The FAQ is your friend. So, I want to run some jelly examples, which are located in r

Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-15 Thread A Leg
Hi Brett I give you a resume of what happen, may be it can help you to improve that. Hope it will help you what's happen to stupid newbies. At http://maven.apache.org/ nothing guide users to know where we can find anything else than download 1.0 We cannot find any doc on how checkout CVS etc. wher

Re: It's the end my friend Re: Maven snapshot does not compile

2004-10-15 Thread Brett Porter
I have no idea how you are getting this far. Can you let us know exactly what steps you are following? There are no maven-plugins snapshots, so just using that snapshot you can't build Maven except to build a distribution from existing plugins. This hasn't been tested on HEAD and is unlikely to

Re: Maven snapshot does not compile

2004-10-15 Thread A Leg
Hi Brett Thank's I finally get back maven working, but still the same error. Now I have install test-SNAPSHOT.war manually and it keep telling : BUILD FAILED File.. /home/rcs/Master/extern/java/jakarta/maven/maven.xml Element... maven:maven Line.. 67 Column 7 Unable to obtain goal [touc

It's the end my friend Re: Maven snapshot does not compile

2004-10-15 Thread A Leg
Hi Stop, Finally I get : {orion:rcs} maven demo __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT org.apache.maven.MavenException: Maven was badly installed. Please reinstall it. at org.apache.maven.plugin.PluginManager.initia

Re: Maven snapshot does not compile

2004-10-15 Thread Brett Porter
ok, so you are running the bootstrap. httpclient didn't download because it isn't set up for proxy on the first couple of steps. You can use -DproxyHost=... -DproxyPort=... to avoid that in future I'm not sure hwat you are building off exactly - I'll have to take a look tomorrow. Cheers, Brett

Re: Maven snapshot does not compile

2004-10-15 Thread A Leg
Hi Brett Next step Finally I create by myself ~/.maven/repository/httpclient/jars/ and I have downloaded httpclient-2.0.jar in it Now it compile good but fail on some tests. Errors are : Attempting to download maven-jelly-tags-1.1-SNAPSHOT.jar. Attempting to download maven-model-1.1-SNAPSHOT.jar. P

Re: Maven snapshot does not compile

2004-10-14 Thread A Leg
Hi Brett Your advice should be good : I don't have ~/.maven/repository/httpclient/jars/httpclient-2.0.jar nor ~/.maven/repository/httpclient/ I have a ~/.maven/repository/ with many subdirectories. Where can I download httpclient-2.0.jar ? For any reason maven does not try to do it. Thank's for you

Re: Maven snapshot does not compile

2004-10-14 Thread Brett Porter
Additionally, your downloaded copy of httpclient may be corrupt - check the size of ~/.maven/repository/httpclient/jars/httpclient-2.0.jar Brett Porter wrote: I've never tried those snapshots, but regardless you need to bootstrap. ant -f build-bootstrap.xml Refer to the build instructions on the

Re: Maven snapshot does not compile

2004-10-14 Thread Brett Porter
I've never tried those snapshots, but regardless you need to bootstrap. ant -f build-bootstrap.xml Refer to the build instructions on the web site. Regards, Brett A Leg wrote: Hi Problem to compile maven snapshot on a linux fedora 2 machine. Snapshot comes from : http://cvs.apache.org/snapshots/ma

Maven snapshot does not compile

2004-10-14 Thread A Leg
Hi Problem to compile maven snapshot on a linux fedora 2 machine. Snapshot comes from : http://cvs.apache.org/snapshots/maven/maven_20041013104550.tar.gz And I get this error : Plugin 'maven-deploy-plugin' in project 'Maven' is not available Any help welcome Andre Legendre Complete error log is :