Jo Jeeka a écrit :
Hi again guys.
Hi Jo,
I am still stuck on the 'mvn package' step from the
page of creating my own schema
(http://directory.apache.org/apacheds/1.0/custom-schema.html)
I have updated the page, you have to svn co the 1.0.2 version instead of
1.0.1
I think the problem is the incompatibility of my Java
versions from what is in some of the JARs in what I am
trying to work with (now 1.0.2 of Apache DS).
I am not really sure how the .m2 directory (see error
below) was created and is knowned to be accessed. I
do have a maven directory (C:\maven-2.0.6) so did the
.m2 directory and its contents get created sometime
when maven was installed (and the maven-2.0.6 dir was
created)?
I had the very same problem you had. I was pretty drastic :
rm -rf ~/.m2/repository (or whatever command on windows that wipe the repo)
mvn clean
mvn package
and, Magic ! it worked...
Can you try and tell me if it's ok ?
Thanks
Emmanuel