ops4j / org.ops4j.pax.construct

Build, manage and deploy many types of OSGi bundles
https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct
24 stars 14 forks source link

Pax runner folder not cleaned one pax:provision [PAXCONSTRUCT-121] #133

Open ops4j-issues opened 15 years ago

ops4j-issues commented 15 years ago

Anders Storsveen created PAXCONSTRUCT-121

Sometimes I have to manually remove the runner folder, especially if I have updated some dependencies that is pulled in.


Votes: 0, Watches: 0

ops4j-issues commented 15 years ago

Stuart McCulloch commented

pax:provision invokes pax-runner with the --overwriteUserBundles option, which means any user bundles are automatically updated, so you shouldn't really need to remove the whole runner folder (also removing the whole folder would potentially cause all the system bundles to be re-downloaded).

Can you provide more information about your setup and describe what exactly happens if you don't manually remove the runner folder?

Note you can use the pax:clean maven goal to remove the runner folder if its really necessary see also PAXCONSTRUCT-115