Re: how to call an Ant task

2008-04-23 Thread Scot P. Floess
Are you asking how to invoke generate-Metro-jaxws from command line? ant generate-Metro-jaxws Will do it... Or are you wanting it to be invoked from another target? Or something else? ilango_g wrote: Hi I have a build.xml that has the following: sourc

how to call an Ant task

2008-04-23 Thread ilango_g
Hi I have a build.xml that has the following: I need to call the "generate-Metro-jaxws task (or should I say, target) to generate some Java classes. I would be grateful for any suggestions. thanks Ilango -- View this message in context: http://www.nabble.

Re: ANT and SQLPlus

2008-04-23 Thread Chuck Holzwarth
You may want to use anforms to prompt for the values to feed in and create the bat file with the required inputs before you call it. My experience with the exec command is that it is attached to ant and not the keyboard. When it attempts to get input, there is none and it would exit or hang, dep

Re: ant tasks for converting from docbook ?

2008-04-23 Thread Dave Pawson
On 23/04/2008, Ronald Johnson <[EMAIL PROTECTED]> wrote: > Hi, > > what are the "standard" (i.e. the tasks many people use) for > converting docbook to html/pdf ? > What library is most common used for this task (or is it possible to > do it with the tasks that are delivered with ant?) > > If

ant tasks for converting from docbook ?

2008-04-23 Thread Ronald Johnson
Hi, what are the "standard" (i.e. the tasks many people use) for converting docbook to html/pdf ? What library is most common used for this task (or is it possible to do it with the tasks that are delivered with ant?) If anyone have examples I would be greatful, RJ -

Re: ANT and SQLPlus

2008-04-23 Thread David Brown
Hello, if u don't get a better answer from one of the ant gurus u might want to try: expect. it appears from the script file extension (.bat) u r using windows so get expect for windows. HTH. Mike Stewart wrote .. > I am trying to execute a SQLPlus script from ANT and have been unable to > get t

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Kind of against the idea of namespace aware apps? > > If you don't have a use for namespace X, ignore it. > > > > well, it depends on what you want from a namespaced app. And more > importantly, what you mean by "understand". I have bee

Re: Setting path to MSVC compiler with cctask

2008-04-23 Thread Paul Richards
2008/4/23 Steve Loughran <[EMAIL PROTECTED]>: > Paul Richards wrote: > > > Hi, > > I'm trying to use cpptasks-1.0b5 with Ant 1.7.0 on a C++ a project > > that must be built with MSVC in both 32-bit and 64-bit flavours. With > > MSVC this means we must build the project with two different versions

Re: Setting path to MSVC compiler with cctask

2008-04-23 Thread Steve Loughran
Paul Richards wrote: Hi, I'm trying to use cpptasks-1.0b5 with Ant 1.7.0 on a C++ a project that must be built with MSVC in both 32-bit and 64-bit flavours. With MSVC this means we must build the project with two different versions of "cl.exe". I can't put both on my PATH, and so I'd like to sp

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Peter Reilly
On Wed, Apr 23, 2008 at 11:40 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dave Pawson wrote: > > > On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > > > > Ant is namespace aware, it merely chooses not to ignore content in > other > > > namespaces, as it assumes they are tasks de

Setting path to MSVC compiler with cctask

2008-04-23 Thread Paul Richards
Hi, I'm trying to use cpptasks-1.0b5 with Ant 1.7.0 on a C++ a project that must be built with MSVC in both 32-bit and 64-bit flavours. With MSVC this means we must build the project with two different versions of "cl.exe". I can't put both on my PATH, and so I'd like to specify in my Ant build s

ANT and SQLPlus

2008-04-23 Thread Mike Stewart
I am trying to execute a SQLPlus script from ANT and have been unable to get this to work when the SQLPlus script requires user input as in the example below: If I execute the ANT target Create: Note have also tried the /C, /c, /k value here but

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Steve Loughran
Dave Pawson wrote: On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: Ant is namespace aware, it merely chooses not to ignore content in other namespaces, as it assumes they are tasks declared into a different namespace. Kind of against the idea of namespace aware apps? If you don't ha

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > Ant is namespace aware, it merely chooses not to ignore content in other > namespaces, as it assumes they are tasks declared into a different > namespace. Kind of against the idea of namespace aware apps? If you don't have a use for name

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Peter Reilly
On Wed, Apr 23, 2008 at 10:31 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dave Pawson wrote: > > > > > > It would help if ant were namespace aware, then additional documentation > > could be added in another namespace. > > > > Ant is namespace aware, it merely chooses not to ignore content in

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Steve Loughran
Dave Pawson wrote: It would help if ant were namespace aware, then additional documentation could be added in another namespace. Ant is namespace aware, it merely chooses not to ignore content in other namespaces, as it assumes they are tasks declared into a different namespace. http://

Re: Tilde and Ant

2008-04-23 Thread Steve Loughran
testn wrote: My ant script uses tilde "~" in the path. It seems to work fine with my colleagues but it failed to work in my unix machine. When I copy files to ~/deploy, instead of creating a directory called deploy in my home directory, it actually creates "~/deploy" in my current directory inste

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
On 22/04/2008, I am Who i am <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a very big build.xml, and i want to create a doucmentation for it, is > there any tool for it, > > I found one called antDoc but couldn't make it work, ant its not seems to be > being updated, > > Any ideas? It would