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:eclipse doesn't restore .project files for pom modules [PAXCONSTRUCT-99] #116

Closed ops4j-issues closed 15 years ago

ops4j-issues commented 15 years ago

NiclasH created PAXCONSTRUCT-99

pax:clean removes eclipse .project files but pax:eclipse doesn't restore them. This is inconsistent and breaks eclipse, which will no longer open pom module folders. This breaks the ability to refresh the whole project by refreshing the root directory, and its no longer possible to check in the whole project by checking in the root directory.

Similar problems are caused by pax:clean removing META-INF directories and thereby the enclosed .svn directory. Simple fix: leave META-INF directories alone; just clean contents that pax:eclipse keeps inside.


Fixed in: 1.4 Votes: 0, Watches: 0

ops4j-issues commented 15 years ago

Stuart McCulloch commented

This issue was actually fixed in 1.4 (originally PAXCONSTRUCT-94 before the issue DB went awol)