Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-15 Thread ant elder
On Thu, Oct 14, 2010 at 4:17 PM, Simon Laws simonsl...@googlemail.com wrote: Well I may of course be missing something important but it seems to work to me. I've done enough local changes to make this work... - add host-webapp and  implementation-web-runtime to the base runtime (not sure

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-15 Thread Simon Laws
I note that the dependencies in the helloworld impl-web samples were changed earlier and don't reference a valid artifact at the moment. Is is safe to assume that this is a work in progress? I have to admit i've not looked in any detail at the samples recently, once we've got the basic

[jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread ant elder (JIRA)
Aggregate JARs don't work with Maven Key: TUSCANY-3721 URL: https://issues.apache.org/jira/browse/TUSCANY-3721 Project: Tuscany Issue Type: Bug Reporter: ant elder Fix For:

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread ant elder
On Thu, Oct 14, 2010 at 8:56 AM, Simon Laws simonsl...@googlemail.com wrote: On Thu, Oct 14, 2010 at 8:27 AM, ant elder (JIRA) dev@tuscany.apache.org wrote: Aggregate JARs don't work with Maven                 Key: TUSCANY-3721                 URL:

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
On Thu, Oct 14, 2010 at 9:29 AM, ant elder ant.el...@gmail.com wrote: On Thu, Oct 14, 2010 at 8:56 AM, Simon Laws simonsl...@googlemail.com wrote: On Thu, Oct 14, 2010 at 8:27 AM, ant elder (JIRA) dev@tuscany.apache.org wrote: Aggregate JARs don't work with Maven

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread ant elder
On Thu, Oct 14, 2010 at 10:08 AM, Simon Laws simonsl...@googlemail.com wrote: On Thu, Oct 14, 2010 at 9:29 AM, ant elder ant.el...@gmail.com wrote: On Thu, Oct 14, 2010 at 8:56 AM, Simon Laws simonsl...@googlemail.com wrote: On Thu, Oct 14, 2010 at 8:27 AM, ant elder (JIRA)

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
The problem is that the shade plugin doesn't work with pom type dependencies, so when the dependency reduced pom.xml is created it still contains the pom type dependency so all the individual Tuscany modules are still included as transitive dependencies, so everything is duplicated and both

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread ant elder
On Thu, Oct 14, 2010 at 10:53 AM, Simon Laws simonsl...@googlemail.com wrote: The problem is that the shade plugin doesn't work with pom type dependencies, so when the dependency reduced pom.xml is created it still contains the pom type dependency so all the individual Tuscany modules are

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
- why the appearance of transitive dependencies in projects that depend on the aggregate jar is the shade plugin's fault. Surely this is our fault for not marking the dependency on the base pom as optional in the aggregate jar pom. I may be missing what you're suggesting but if they're

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
On Thu, Oct 14, 2010 at 11:22 AM, Simon Laws simonsl...@googlemail.com wrote: - why the appearance of transitive dependencies in projects that depend on the aggregate jar is the shade plugin's fault. Surely this is our fault for not marking the dependency on the base pom as optional in the

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
On Thu, Oct 14, 2010 at 11:22 AM, Simon Laws simonsl...@googlemail.com wrote: On Thu, Oct 14, 2010 at 11:22 AM, Simon Laws simonsl...@googlemail.com wrote: - why the appearance of transitive dependencies in projects that depend on the aggregate jar is the shade plugin's fault. Surely this

Re: [jira] Created: (TUSCANY-3721) Aggregate JARs don't work with Maven

2010-10-14 Thread Simon Laws
Well I may of course be missing something important but it seems to work to me. I've done enough local changes to make this work... - add host-webapp and  implementation-web-runtime to the base runtime (not sure this is the right place for these but it was convenient) - made the pom