There may be a better version lying around in Dain's maven directory. Make sure your root project.properties file has the line:
maven.repo.remote=http://www.apache.org/~dain/maven,http://www.ibiblio.org/maven It will pick up the stuff that's in Dain's maven directory before ibiblio. Regards, Alan > -----Original Message----- > From: Emerson Cargnin [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 13, 2003 4:29 AM > To: [EMAIL PROTECTED] > Subject: Re: Error when running maven > > I remove all jar's from mx4j and got an error when running maven: > > it looked it couldn't download mx4j tools snapshot. So i tried to find > myself and the version there (ibiblio) is very old, but when i did a > second > build it just work..... really don't know why. > > > mx4j-tools-SNAPSHOT.jar 11-Aug-2003 12:53 332k > > ----- Original Message ----- > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, December 13, 2003 3:27 AM > Subject: Re: Error when running maven > > > On my system, this class is in > .maven/repository/mx4j/jars/mx4j-tools-SNAPSHOT.jar > > which is listed as a dependency in modules/core/project.xml > > Can you check that this jar and class are present on your system? > > thanks > david jencks > > On Friday, December 12, 2003, at 11:11 PM, Emerson Cargnin wrote: > > > | Maybe you just don't use an up to date version of maven. > > | Try typing maven -v, you should get something like : > > | __ __ > > | | \/ |__ _Apache__ ___ > > | | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > | |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT > > > > I updated, and now maven -v appear like yours (mine was beta). I did a > > new > > checkout and get the error : > > > > [javac] Compiling 407 source files to > > C:\eclipse3\26112003\eclipse\workspace > > \geronimo\modules\core\target\classes > > C:\eclipse3\26112003\eclipse\workspace\geronimo\modules\core\src\java\o > > rg\ap > > ache > > \geronimo\security\providers\SQLSecurityRealmPasswordDigested.java:61: > > cannot re > > solve symbol > > symbol : class Base64Codec > > location: package util > > import mx4j.util.Base64Codec; > > ^ > > C:\eclipse3\26112003\eclipse\workspace\geronimo\modules\core\src\java\o > > rg\ap > > ache > > \geronimo\security\providers\SQLSecurityRealmPasswordDigested.java:92: > > cannot re > > solve symbol > > symbol : variable Base64Codec > > location: class > > org.apache.geronimo.security.providers.SQLSecurityRealmPasswordD > > igested > > byte[] obfuscatedBytes = > > Base64Codec.encodeBase64(digestedBytes); > > ^ > > 2 errors > > > > Is it expected? > > | > > | Hope this helps. > > | > > | By the way, I changed my mind about eclipse : now I use JDEE with > > emacs > > | (jdee.sunsite.dk) > > | there is a JDEE goal in maven which helps. ; > > | > > | Have a nice day (morning here, french time zone ;) ) > > | > > | Eric > > | > > | > > | -- > > | --------------------------------------------------------------------- > > | -- Eric LE GOFF ----- GICM ----------Syst�me et Technologies > > Internet > > | -- 32 rue Mirabeau -- Le Relecq-Kerhuon - 29808 Brest Cedex 9, > > FRANCE > > | -- Tel +33298003136 - Fax +33298284005 --- Mail: > > [EMAIL PROTECTED] > > | > > | > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/2003 > > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/2003
