Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Stefan Bodewig
On Fri, 04 Jun 2004, Mario Ivankovits [EMAIL PROTECTED] wrote: Is it really needet to use maven ant to regenearate the build.xml? One user of the generated build files is Gump. Given that Gump can successfully build with Maven now[1], this shouldn't be a reason to keep it around - if anybody

Re: Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Dion Gillard
On Mon, 07 Jun 2004 08:29:42 +0200, Stefan Bodewig [EMAIL PROTECTED] wrote: Given that Gump can successfully build with Maven now[1], this shouldn't be a reason to keep it around - if anybody could take the time to adapt vfs' Gump descriptor, that is. Wow.

Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Mario Ivankovits
Stefan Bodewig wrote: Is it really needed to use maven ant to regenearate the build.xml? Given that Gump can successfully build with Maven now[1], this shouldn't be a reason to keep it around - if anybody could take the time to adapt vfs' Gump descriptor, that is. Footnotes: [1]

Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Stefan Bodewig
On Mon, 07 Jun 2004, Mario Ivankovits [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: Is it really needed to use maven ant to regenearate the build.xml? Given that Gump can successfully build with Maven now[1], this shouldn't be a reason to keep it around - if anybody could take the time to

Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Adam R. B. Jack
gump.xml is the descriptor generated by maven gump IIRC. Since Gump's support for Maven as a build tool is rather new, there probably is no automated way to generate a Gump descriptor from project.xml yet. We've asked the Maven folks not to change the 'gump' goal *yet* (to produce maven

Re: Re: [vfs][all]maven generated build file and conditional compilation

2004-06-07 Thread Dion Gillard
I'm happy to update the maven gump plugin to generate the correct descriptor. Just point me at the docs On Mon, 07 Jun 2004 16:37:52 +0200, Stefan Bodewig [EMAIL PROTECTED] wrote: On Mon, 07 Jun 2004, Mario Ivankovits [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: Is it really needed

[vfs][all]maven generated build file and conditional compilation

2004-06-04 Thread Mario Ivankovits
Hello ! If i use maven ant to regenerate the build file for vfs the following chunk will be removed from the current build.xml. The indention is to allow to compile only these pieces which are relly needet. This might only be significat if a user build its own vfs and do not want to download

Re: [vfs][all]maven generated build file and conditional compilation

2004-06-04 Thread matthew.hawthorne
Mario Ivankovits wrote: If i use maven ant to regenerate the build file for vfs the following chunk will be removed from the current build.xml. The indention is to allow to compile only these pieces which are relly needet. This might only be significat if a user build its own vfs and do not