surprised by auto-generated Import-Package

2011-08-27 Thread Benson Margulies
Using the POM at: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml?revision=1162392view=markup I am perplexed to get a very long Import-Package, including many things that are embedded, plus things like

Re: Declarative Services, determining reference satisfaction with target services

2011-08-27 Thread Pierre De Rop
Hi David, Indeed I have also reproduce the problem you are describing. I think I have a working patch; so I will create a JIRA issue and will attach the patch to it. kind regards; /Pierre On Fri, Aug 26, 2011 at 11:58 PM, david.humen...@l-3com.com wrote: It looks like part of the problem is

Re: Declarative Services, determining reference satisfaction with target services

2011-08-27 Thread Pierre De Rop
David, I created the FELIX-3090 issue, and attached a patch to it. can you test it ? thanks. /pierre On Sat, Aug 27, 2011 at 11:50 PM, Pierre De Rop pierre.de...@gmail.comwrote: Hi David, Indeed I have also reproduce the problem you are describing. I think I have a working patch; so I will

generated manifest loses things on the way into the jar

2011-08-27 Thread Benson Margulies
In my project, (using 2.3.5 and the bundle packaging) a perfectly reasonable manifest appears in target/classes/META-INF/MANIFEST.MF. However, the manifest that is actually delivered to the jar is DIFFERENT, and lacks a critical Export-Package. I don't know how to attack this.

Re: generated manifest loses things on the way into the jar

2011-08-27 Thread Stuart McCulloch
On 28 August 2011 01:29, Benson Margulies bimargul...@gmail.com wrote: In my project, (using 2.3.5 and the bundle packaging) a perfectly reasonable manifest appears in target/classes/META-INF/MANIFEST.MF. However, the manifest that is actually delivered to the jar is DIFFERENT, and lacks a

Re: surprised by auto-generated Import-Package

2011-08-27 Thread Stuart McCulloch
On 27 August 2011 17:52, Benson Margulies bimargul...@gmail.com wrote: Using the POM at: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml?revision=1162392view=markup I am perplexed to get a very long