Jean-Sebastien Delfino wrote:
Simon Laws wrote:
On Dec 21, 2007 5:25 PM, Luciano Resende <[EMAIL PROTECTED]> wrote:
Does the ant file generator support projects that depend on wsdl
generation or sdo type generation? If not, some samples, that have
working ant scripts, might get broken...
On Dec 21, 2007 9:21 AM, Simon Laws <[EMAIL PROTECTED]> wrote:
I'm putting Sebastien's ant file generator into the build. The snag is
that
it builds ant files based on dependencies it finds at the module level.
We
ship a release excluding all but the latest level of dependencies.
Hence
the
ant file may be looking for dependencies that we don't ship. My first
port
of call here is to look across the project and see if we can
rationalize
our
dependencies so that the modules are looking for the latest version.
Failing
that we will have to have some kind of lookup that maps to the latest
version for each jar. I'm raising it here in the off chance that
someone
has
already thought about this and knows a neat solution.
Regards
Simon
--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
<http://people.apache.org/%7Elresende>
http://lresende.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, you're right. What I was thinking of doing there is have the ant
generator just generate the required classpath into a separate file and
include that into a static ant file so we have the option of writing
custom
ant files that can just include the generated bit if needs be
Simon
I can add code to the plugin to detect wsdl2java and gen the
corresponding ant script. It'll be simpler than a mix of generated and
custom ant scripts.
Done in SVN r608692, tried it on helloworld-ws-sdo, helloworld-bpel and
alert-aggregator and it seems to generate the correct build.xml.
Handling POMs that delegate to an Ant script to install DOJO and other
things shouldn't be rocket science either, as the generated build.xml
will just need to call that same Ant script.
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]