Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 52588 invoked from network); 25 Mar 2004 16:23:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 16:23:21 -0000 Received: (qmail 49183 invoked by uid 500); 25 Mar 2004 16:23:11 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 49142 invoked by uid 500); 25 Mar 2004 16:23:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 49127 invoked from network); 25 Mar 2004 16:23:10 -0000 Received: from unknown (HELO verify.seagullsoftware.com) (12.6.96.143) by daedalus.apache.org with SMTP; 25 Mar 2004 16:23:10 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [codec][lang] Can't build with Maven 1.0-rc2 Date: Thu, 25 Mar 2004 11:23:28 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [codec][lang] Can't build with Maven 1.0-rc2 thread-index: AcQSS6XPgFGLH/pZRJqfLfFW3n2GQAAObfog From: "Gary Gregory" To: "Jakarta Commons Developers List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It did, thank you.=20 I've updated codec and lang's checkstyle.xml with this change. Thank you, Gary=20 > -----Original Message----- > From: Emmanuel Venisse [mailto:evenisse@ifrance.com] > Sent: Thursday, March 25, 2004 01:29 > To: Jakarta Commons Developers List > Subject: Re: [codec][lang] Can't build with Maven 1.0-rc2 >=20 > The problem is due to basedir property in lang/checkstyle.xml. > Remove it, and it'll works. >=20 > Emmanuel >=20 > ----- Original Message ----- > From: "Gary Gregory" > To: "Jakarta Commons Developers List" > Sent: Thursday, March 25, 2004 9:47 AM > Subject: RE: [codec][lang] Can't build with Maven 1.0-rc2 >=20 >=20 > I downloaded the Maven Windows .exe installer, ran it and accepted the > default values. >=20 > Gary >=20 > > -----Original Message----- > > From: dion@multitask.com.au [mailto:dion@multitask.com.au] > > Sent: Wednesday, March 24, 2004 22:36 > > To: Jakarta Commons Developers List > > Subject: Re: [codec][lang] Can't build with Maven 1.0-rc2 > > > > How did you do the install? > > -- > > dIon Gillard, Multitask Consulting > > > > > > > > "Gary Gregory" wrote on 25/03/2004 07:41:03 > AM: > > > > > Hello, > > > > > > I've installed Maven 1.0-rc2 (I had Maven 1.0-rc1) and I am = getting > > > errors in lang and codec. This all used to work in rc1 of course. > > > > > > First I tried to run site:generate over and over until maven > downloaded > > > all the jar files it thought it needed but things blew up in a > > > plugin.jelly file I think. > > > > > > I then nuked everything in my user .maven/plugins and > .maven/repository. > > > Then I ran clean site:generate which downloaded a ton of jars but = I > got > > > the same errors in maven-checkstyle-plugin-2.3. > > > > > > Any clues? > > > > > > For lang: > > > > > > >maven clean site:generate > > > __ __ > > > | \/ |__ _Apache__ ___ > > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > > > > Attempting to download vdoclet-20020711.jar. > > > ............ > > > . > > > Attempting to download qdox-current.jar. > > > ...... > > > . > > > Attempting to download logkit-1.0.1.jar. > > > ............ > > > . > > > build:start: > > > > > > clean:clean: > > > > > > clean: > > > > > > site: > > > xdoc:register-reports: > > > maven-checkstyle-plugin:register: > > > > > > maven-javadoc-plugin:register: > > > > > > maven-junit-report-plugin:register: > > > > > > maven-jxr-plugin:register: > > > > > > maven-license-plugin:register: > > > > > > maven-tasklist-plugin:register: > > > > > > > > > site:run-reports: > > > [echo] Generating the Checkstyle... > > > checkstyle:init: > > > > > > checkstyle:report: > > > checkstyle:run: > > > [mkdir] Created dir: > > > C:\cvs-store\apache.org\jakarta\commons\lang\target > > > [echo] Using checkstyle.xml for checkstyle ... > > > > > > BUILD FAILED > > > File...... file:/C:/Documents and > > > > = Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell > > > y > > > Element... ant:checkstyle > > > Line...... 133 > > > Column.... 63 > > > Unable to create a Checker: Cannot set property 'basedir' in = module > > > Checker to '.': . is not an absolute path > > > Total time: 10 seconds > > > Finished at: Wed Mar 24 11:28:22 PST 2004 > > > > > > > > > For codec: > > > > > > >maven clean site:generate > > > __ __ > > > | \/ |__ _Apache__ ___ > > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > > > > build:start: > > > > > > clean:clean: > > > [delete] Deleting directory > > > C:\cvs-store\apache.org\jakarta\commons\codec\target > > > [delete] Deleting: > > > C:\cvs-store\apache.org\jakarta\commons\codec\velocity.log > > > > > > clean: > > > > > > site: > > > xdoc:register-reports: > > > maven-changelog-plugin:register: > > > > > > maven-checkstyle-plugin:register: > > > > > > maven-clover-plugin:register: > > > > > > maven-developer-activity-plugin:register: > > > > > > maven-file-activity-plugin:register: > > > > > > maven-javadoc-plugin:register: > > > > > > maven-junit-report-plugin:register: > > > > > > maven-jxr-plugin:register: > > > > > > maven-license-plugin:register: > > > > > > > > > site:run-reports: > > > [echo] Generating the Change Log... > > > maven-changelog-plugin:report: > > > [echo] Generating the changelog report > > > ChangeLog found: 9 entries > > > [mkdir] Created dir: > > > = C:\cvs-store\apache.org\jakarta\commons\codec\target\generated-xdocs > > > > > > [echo] Generating the Checkstyle... > > > checkstyle:init: > > > > > > checkstyle:report: > > > checkstyle:run: > > > [echo] Using > > > C:\cvs-store\apache.org\jakarta\commons\codec/checkstyle.xml for > > > checkstyle ... > > > > > > BUILD FAILED > > > File...... file:/C:/Documents and > > > > = Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell > > > y > > > Element... ant:checkstyle > > > Line...... 133 > > > Column.... 63 > > > Unable to create a Checker: Cannot set property 'basedir' in = module > > > Checker to 'src/checkstyle': src\checkstyle is not an absolute = path > > > Total time: 1 minutes 18 seconds > > > Finished at: Wed Mar 24 12:39:41 PST 2004 > > > > > > Gary > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: = commons-dev-help@jakarta.apache.org > > > >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org >=20 > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? T=E9l=E9charger MSN = Messenger > http://www.ifrance.com/_reloc/m la 1=E8re messagerie instantan=E9e de = France >=20 > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? T=E9l=E9charger MSN = Messenger > http://www.ifrance.com/_reloc/m la 1=E8re messagerie instantan=E9e de = France >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org