[jira] Resolved: (FELIX-498) Enable javadoc deployment on OBR repository

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-498. Resolution: Fixed Fix Version/s: 1.4.0 Committed all bundle and OBR changes, and depl

[jira] Commented: (FELIX-498) Enable javadoc deployment on OBR repository

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570592#action_12570592 ] Stuart McCulloch commented on FELIX-498: actually, the RFC says we can add our own u

Re: FELIX-495 and FELIX-494: help required

2008-02-19 Thread Stuart McCulloch
On 20/02/2008, Stefano Lenzi <[EMAIL PROTECTED]> wrote: > > Hi All, > > I will appreciate some idea or tips on how-to resolve the issues > FELIX-495 and FELIX-494. > > FELIX-494: I don't understand where the duplicated package came from :S > > FELIX-495: I would like to be able to package and deplo

[jira] Updated: (FELIX-495) release classified version of the basedriver

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-495: --- Attachment: pom-embed.xml Similar pom as before, but this time using Embed-Dependency to inlin

[jira] Updated: (FELIX-495) release classified version of the basedriver

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-495: --- Attachment: pom.xml Example pom which uses features in the latest 1.3.0-SNAPSHOT bundleplugin

[jira] Updated: (FELIX-494) basedriver bundle require split-package

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-494: --- Attachment: pom.xml Sample pom.xml which removes the split package warning (also adds executio

[jira] Resolved: (FELIX-499) Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-499. Resolution: Fixed Fixed in trunk and deployed new snapshot (1.3.0-20080220.054125-5). > Enh

[jira] Assigned: (FELIX-499) Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch reassigned FELIX-499: -- Assignee: Stuart McCulloch > Enhance "excludeDependencies" configuration parameter to al

[jira] Created: (FELIX-499) Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds

2008-02-19 Thread Stuart McCulloch (JIRA)
Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds - Key: FELIX-499 URL: https://issues.apache.org/jira/

[jira] Commented: (FELIX-498) Enable javadoc deployment on OBR repository

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570519#action_12570519 ] Stuart McCulloch commented on FELIX-498: Added support for using attached javadoc as

[jira] Assigned: (FELIX-498) Enable javadoc deployment on OBR repository

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch reassigned FELIX-498: -- Assignee: Stuart McCulloch > Enable javadoc deployment on OBR repository > -

Re: maven-bundle-plugin 1.3.0-SNAPSHOT

2008-02-19 Thread Stuart McCulloch
On 20/02/2008, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > On 20/02/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > > > I think that the plugins should only default to project of type "bundle" > > and not both "jar" and "bundle". > > > > This is causing problems when you have the plugin defin

Re: maven-bundle-plugin 1.3.0-SNAPSHOT

2008-02-19 Thread Stuart McCulloch
On 20/02/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > I think that the plugins should only default to project of type "bundle" > and not both "jar" and "bundle". > > This is causing problems when you have the plugin defined in a top project > and you have mixed bundle/jar sub projects. > > I w

RE: maven-bundle-plugin 1.3.0-SNAPSHOT

2008-02-19 Thread Patrick Shea
I think that the plugins should only default to project of type "bundle" and not both "jar" and "bundle". This is causing problems when you have the plugin defined in a top project and you have mixed bundle/jar sub projects. I was able to fix it by adjusting the configuration but it would be be

[jira] Created: (FELIX-498) Enable javadoc deployment on OBR repository

2008-02-19 Thread Stefano Lenzi (JIRA)
Enable javadoc deployment on OBR repository --- Key: FELIX-498 URL: https://issues.apache.org/jira/browse/FELIX-498 Project: Felix Issue Type: New Feature Components: Bundle Repository (OBR),

FELIX-495 and FELIX-494: help required

2008-02-19 Thread Stefano Lenzi
Hi All, I will appreciate some idea or tips on how-to resolve the issues FELIX-495 and FELIX-494. FELIX-494: I don't understand where the duplicated package came from :S FELIX-495: I would like to be able to package and deploy both the classified artifact during the install and deploy phase

RE: maven-bundle-plugin 1.3.0-SNAPSHOT

2008-02-19 Thread Patrick Shea
Thanks Stuart, I'm using it since yesterday and so far so good. I can now create and deploy bundles in a single maven build lifecycle. Patrick -Original Message- From: Stuart McCulloch <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2008 2:06am To: [EMAIL PROTECTED], dev@felix.apache.or

maven-bundle-plugin 1.3.0-SNAPSHOT

2008-02-19 Thread Stuart McCulloch
Hi folks, The 1.3.0-SNAPSHOT of the bundleplugin now incorporates both bundle and OBR mojos, and also provides two cool new features: FELIX-247 - support creating Ant build script (mvn ant:ant bundle:ant) FELIX-492 - enable bundle:bundle goal to generate classified artifact I'd appreciate

[jira] Resolved: (FELIX-247) Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-247. Resolution: Fixed Fix Version/s: 1.4.0 It's been a while, but you can now create a cu

Re: FELIX-493 maven-bundle-plugin + maven-obr-plugin + classifier = semantic issue!

2008-02-19 Thread Stefano Lenzi
Stuart McCulloch wrote: On 19/02/2008, Stefano Lenzi <[EMAIL PROTECTED]> wrote: Hi All, I think we have something interesting to decide on the FELIX-493 issue. I have proposed 3 ideas on my last comment please give some feedback. Hi Stefano, I added a comment - it's much easier just to fil

[jira] Assigned: (FELIX-247) Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers

2008-02-19 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch reassigned FELIX-247: -- Assignee: Stuart McCulloch > Add ant goal to maven-bundle-plugin which creates a build.x