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 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 (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/manual/using.html) we can only create > our workflow by writing a build.xml file manually. Am I correct? > > "Shatzer, Larry" <[EMAIL PROTECTED]> wrote: > 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 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 > > > > RADEMAKERS Tanguy wrote: 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: [email protected] > > >Subject: build problem > > > > > >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 however I checked the > > >ant/lib and xercesImpl.jar and xml-apis.jar files exist. What > > >can be the problem and how can I fix? > > >Thanks in advance. > > > > > > > > > > > >Emir Mahmut Bahsi > > >Research assistant > > >Dept of Computer Science at LSU > > >Room 231, Johnston Hall > > >Louisiana State University > > >Baton Rouge, LA 70803 > > >[EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
