RE: build problem

2007-04-03 Thread Byron Vonthal
cks the flexibility I need. There are also some editors (NetBeans, Eclipse) that have some helpful auto complete for Ant scripts as well. -- Larry > -Original Message- > From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 3:30 PM > To: Ant U

Re: build problem

2007-04-03 Thread Steve Loughran
Emir Mahmut BAHSI wrote: Thank you very much. It easier than I expected to use xml and create files manually. While I was implementing some simple conditional stuff I wanted to create loop structure. I looked for parallel and sequential tasks but I couldn't find any loop structure. Does Ant h

RE: build problem

2007-04-03 Thread Emir Mahmut BAHSI
xibility I need. There are also some editors (NetBeans, Eclipse) that have some helpful auto complete for Ant scripts as well. -- Larry > -Original Message- > From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 3:30 PM > To: Ant Users List > S

RE: build problem

2007-04-02 Thread Shatzer, Larry
auto complete for Ant scripts as well. -- Larry > -Original Message- > From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 3:30 PM > To: Ant Users List > Subject: RE: build problem > > > Since I used many different workflow managers

RE: build problem

2007-04-02 Thread Emir Mahmut BAHSI
u 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 Message- > From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 2:24 PM > To: Ant Users List

RE: build problem

2007-04-02 Thread Shatzer, Larry
nal Message- > From: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 2:24 PM > To: Ant Users List > Subject: RE: build problem > > > I have already tried and it gives an error like: > Buildfile: build.xml does not exist! > Build failed

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: 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