Trapping ORA errors in ANT

2007-04-02 Thread Pankaj Arora01
Hi I am developing my own tasks which extend from ExecTask of ANT. I have developed SQLPlustask but I am facing an issue in the same. I need to provide functionality of Option of terminating the build process if some ORA error is thrown. Ant method setFailIfExecutionFails() does not cat

RE: build problem

2007-04-02 Thread Shatzer, Larry
There are a few GUI ant editors out there. http://antelope.tigris.org/ is one that I tried once, long ago. A simple Google search might be helpful. I've always found that a GUI editor to Ant lacks the flexibility I need. There are also some editors (NetBeans, Eclipse) that have some helpful auto c

RE: build problem

2007-04-02 Thread Emir Mahmut BAHSI
Since I used many different workflow managers (Triana, unicore, askalon, taverna) I thought I should running Ant means seeing a GUI. Still I do not know and wonder whether Ant has a GUI that we can drag-and-drop tasks to our workflow diagram. According to the manual (http://ant.apache.org/manua

RE: build problem

2007-04-02 Thread Shatzer, Larry
I suggest you read the Manual to ant: http://ant.apache.org/manual/index.html (Specifically: http://ant.apache.org/manual/using.html) You need to have a build file to use, either written by you, or provided with the source code for the program you are trying to compile. -- Larry > -Original

RE: build problem

2007-04-02 Thread Emir Mahmut BAHSI
I have already tried and it gives an error like: Buildfile: build.xml does not exist! Build failed RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote: Hello Emir, Try "ant" (as opposed to "build"). /t >-Original Message- >From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Sent: Monday, April

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
I am using following: Apache Ant version 1.6.2 compiled on August 5 2004 Shailesh Sharma <[EMAIL PROTECTED]> wrote: I am getting following errors now ... BUILD FAILED /export/bea/Mah-ail/AIL/AOCB/scripts/build.xml:174: The type doesn't support the "keepgoing" attribute. "Ander

RE: Problem with condition selection property; Help needed

2007-04-02 Thread Shailesh Sharma
I am getting following errors now ... BUILD FAILED /export/bea/Mah-ail/AIL/AOCB/scripts/build.xml:174: The type doesn't support the "keepgoing" attribute. "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: OK. I think I understand what you are trying to do. I would sugg

Re: Mapped vs UNC

2007-04-02 Thread Steve Loughran
Robertson, Julie wrote: Yes, that will only create a folder on my machine in my Ant home. I am using properties, I just pasted the path for the email to make it easier to explain. I just tried it again to be sure. Thanks for the help. -Original Message- From: Martin Gainty [mailto:[

RE: build problem

2007-04-02 Thread RADEMAKERS Tanguy
Hello Emir, Try "ant" (as opposed to "build"). /t >-Original Message- >From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Sent: Monday, April 02, 2007 10:38 AM >To: user@ant.apache.org >Subject: build problem > >Hi, >I have just downloaded apache ant and am trying to build. >However wh

build problem

2007-04-02 Thread Emir Mahmut BAHSI
Hi, I have just downloaded apache ant and am trying to build. However when I try to build, I try build command but it return a very common error code which is: 'build' is not recognized as an internal or external command, operable program or batch file. I thought it was about the XML parser howe