Well, this is really odd. As seems in the log the problem occurs in
Server unit testing code when using MINA jar. This should be a jar
problem. The MINA source code does not contain the any utf8ToString
like stuff, here:

http://svn.apache.org/viewcvs.cgi/directory/network/trunk/src/java/org/apache/mina/filter/codec/ProtocolCodecFilter.java?rev=354382&view=markup

OK now what I can offer:

First delete your maven repo:

del %HOMEDRIVE%%HOMEPATH%\.maven\repository

(or delete it in some Window$ way..)

then install a fresh maven repo (as stated at the maven site):

%MAVEN_HOME%\bin\install_repo.bat %HOMEDRIVE%%HOMEPATH%\.maven\repository

Good luck!

On 12/15/05, Jeff Lansing <[EMAIL PROTECTED]> wrote:
> Emmanuel,
>
> c:\>java -version
> java version "1.5.0_03"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
> Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode)
>
> c:\>maven --version
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> My attempt to delete the directory directory tree and the maven repository,
> then check everything out again, and then rebuild with
>
> maven multiproject:install
>
> resulted in the same compile problem involving StringUtils.utf8ToString.
>
> Trying your new recommendation:
>
> maven -Dgoal=clean multiproject:goal SUCCESS
>
> maven multiproject:install FAILURE (same place. See attached log file).
>
> Jeff
>
>
> -----Original Message-----
> From: Emmanuel Lecharny [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 15, 2005 8:51 AM
> To: Apache Directory Developers List
> Subject: RE: [ApacheDS] checkout problem
>
> Maven ...
>
> Ok, what about :
>
> maven -Dgoal=clean multiproject:goal
>
> then
>
> maven multiproject:install
>
> ?
>
> --Emmanuel
>
> On Thu, 2005-12-15 at 08:20 -0800, Jeff Lansing wrote:
> > Ersin,
> >
> > > It works fine here. Please try this:
> >
> > > maven -Dgoal=clean,install multiproject:goal
> >
> > I tried this from directory/apacheds/trunk and quickly got:
> > ...
> > +----------------------------------------
> > | Executing clean,install ApacheDS Shared
> > | Memory: 4M/6M
> > +----------------------------------------
> > Attempting to download ldap-common-0.9.4-SNAPSHOT.jar.
> >
> > multiproject:goal:
> > build:start:
> >
> > clean:clean:
> >     [delete] Deleting directory
> > C:\apacheds\directory\apacheds\trunk\shared\target
> >
> > BUILD FAILED
> > File...... C:\Documents and
> >
> Settings\jlansing.XTCF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.j
> > elly
> > Element... maven:reactor
> > Line...... 217
> > Column.... 9
> > Unknown goal "install"
> > Total time: 17 seconds
> >
> > I'm going to try deleting everything, and starting over from scratch.
> >
> > Jeff
> >
> >
> >
> ----------------------------------------------------------------------------
> -----------
> > Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail.
>
> > Aucun virus connu a ce jour par nos services n'a ete detecte.
> >
> >
> >
> --
> Emmanuel Lécharny
> www.iktek.com
>
>
>
>


--
Ersin

Reply via email to