Sorry, we currently have a problem with our email server.
So now my second try:

This was an issue with my local repository configuration and the 
maven-bundle-plugin.
I had to set the full windows path to my repo (including the drive 
mapping).

was (for years ...)
<localRepository>/local/repository</localRepository>

had to change to
<localRepository>C:\\local\\repository</localRepository>

or set the
 -Dmaven.repo.local=C:\local\repository

option. 

Thanks for the help.
Tobias



From:
"Bertrand Delacretaz" <[EMAIL PROTECTED]>
To:
[email protected]
Date:
28.10.2008 11:44
Subject:
Re: can not build from trunk



Hi,

On Mon, Oct 27, 2008 at 5:35 PM,  <[EMAIL PROTECTED]> wrote:

> ...[INFO] [bundle:bundle]
...
> [WARNING] Warning building bundle
> 
org.apache.sling:org.apache.sling.scripting.jsp:bundle:2.0.3-incubator-SNAPSHOT
> : No sub JAR or directory el-api-6.0.14.jar...

Looks like this error message comes from the bnd libraries, but I've
never had this problem.

Could you try deleting or renaming your local maven repository, and
restart the build with "mvn -s /dev/null" (or whatever the windows
equivalent is) to make sure you only use the central maven repository?

My (wild) guess is that Maven is using the wrong version of the Maven
bundle plugin, so by starting with a blank local repository and no
special settings you should get the same version that we use.

-Bertrand





_________________________________________________________________

Sachsen DV Betriebs- und Servicegesellschaft mbH
Täubchenweg 26
04317 Leipzig
Amtsgericht Leipzig, HRB 18545

Geschäftsführer: Herbert Roller Brandão, Dr. Jean-Michael Pfitzner

Aufsichtsratsvorsitzender: Andreas Benninger

Reply via email to