Hi,

I found one issue with the plugin. In some cases, we exclude jars from the binary distro, for example, excluding the stax-api-1.0.1 as jaxb-api already pulls in stax-api-1.0-2. But the plugin doesn't have such knowledge. As a result, the generated ant script might reference a non-existing jar.

A few options to handle this case:

1) Hardcode the subsitution pattern in the Mojo
2) Add a parameter to the Mojo so that the plugin can be configured with such information.

Thanks,
Raymond

----- Original Message ----- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, October 23, 2007 9:33 AM
Subject: Re: Generating Ant Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release


Raymond Feng wrote:
Hi,

The plugin is a great relief. Thanks!

For the binary distro, we used to have all the jars (including tuscany and 3rd party) under lib folder. Are you proposing to have tuscany jars under "modules" and 3rd party jars under "lib" now? It seems that the generated ant scripts follow that pattern.

Raymond

The Tuscany module JARs are already under modules in 1.0.

The generated ant scripts just follow the existing pattern like: http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/calculator-webapp/build.xml

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to