Hi,

On Tue, Aug 31, 2010 at 10:30 PM, Mike Müller <mike...@mysign.ch> wrote:
> ...I get the error mentioned below while building (mvn clean install)...

>... Caused by: java.lang.IllegalArgumentException: Invalid syntax for version: 
>$...@}
>        at aQute.libg.version.Version.<init>(Version.java:45)
>        at aQute.lib.osgi.Macro._version(Macro.java:627)

This is due to the following, in bundles/jcr/resource/pom.xml for example

<Import-Package>
  ...
  
org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
  ...
</Import-Package>

Introduced by Felix in revision 980700.
Does that syntax require a newer version of the maven-bundle-plugin?

-Bertrand

Reply via email to