Hi,

I am using this configuuration for maven-pax-plugin

<plugin>
<groupId>org.ops4j</groupId>
<artifactId>maven-pax-plugin</artifactId>
<version>1.4</version>
<configuration>
<provision>
<param>--platform=felix</param>
<param>--profiles=spring/3.0.0.RELEASE,
spring.dm/2.0.0.M1,event,felix.webconsole,felix.config,felix.event,felix.prefs,felix.ds,felix.fileinstall,felix.obr,web,log
</param>
</provision>
</configuration>
</plugin>

in my felix config.ini this creates among others these lines:

felix.auto.start.5=\
"file:bundles/org.ops4j.pax.logging.pax-logging-api_1.4.jar" \
"file:bundles/org.ops4j.pax.logging.pax-logging-service_1.4.jar" \
"file:bundles/org.ops4j.pax.logging.pax-logging-api_1.5.1.jar" \
"file:bundles/org.ops4j.pax.logging.pax-logging-service_1.5.1.jar" \

which causes errors in the log handling.

When I specify log/1.5.1 in the profiles list, the 1.4 version is still
there, probably because another profile requests 1.4. Is there a way to
solve this?

Regards,
Leen
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to