Hi.

Just wanted to add that I noticed that in the Maven2 Bluesunrise repository the file and path are correctly named, BUT in the Maven-1 repository path differs from the jar name. That why it cannot find it when building with the Maven-1. With Maven2 it will find the jar find nicely.

These are the jar paths in the repos..

http://www.bluesunrise.com/maven/ddlutils/jars/DdlUtils-1.0-RC1-PATCHED.jar

http://www.bluesunrise.com/maven2/ddlutils/ddlutils/1.0-RC1-PATCHED/ddlutils-1.0-RC1-PATCHED.jar

See the Maven2 jar path is all lowercase letter, but on the Maven1 repo the path/folder is lowercase, but the matching jar file portion is not. In the core-build.xml the file is DdlUtils which (I believe) is used for both path and filename. Since these are not a case-match it will fail.

So long story short.. the file in the Maven1 repo should be renamed to ddlutils-1.0-RC1-PATCHED.jar and the core-build.xml id should be changed to ddlutils.

-Mikko

Ralf Rublack wrote:
I Found the jar on http://www.bluesunrise.com/maven/ddlutils/jars/
downloaded it manually and build of jetspeed are successfull.

thx
Ralf

Am Mittwoch, 13. Dezember 2006 08:53 schrieb J.Enrique Ruiz-Valenciano:
I have commented this dependency and all the project has compiled
successfully. Have you tried this?

Best regards.

hi

there is no package in the repository and also I'm a little bit confused
about the different writing of the Id in core-build.xml pom.xml and
.classpath. So wrote in core-build.xml: <id>DdlUtils</id>
in pom.xml:
<groupId>ddlutils</groupId>
<artifactId>ddlutils</artifactId>
<version>${ddlutils.version}</version>

and .classpath
<classpathentry kind="var"
path="MAVEN_REPO/ddlutils/jars/DdlUtils-1.0-RC1-PATCHED.jar"/>

so maven allClean is searching for
http://www.ibiblio.org/maven/DdlUtils/jars/DdlUtils-1.0-RC1-PATCHED.jar
try to put in in $MAVEN_REPO/DdlUtils/jars/
and this lastone won't be found in classpath.

thx for hints or solution
Ralf Rublack
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to