Re: Error in eclipse: Valid manifest file to create ant build file

2013-11-08 Thread Andy Stevens
forum... Regards, Andy. On 6 Nov 2013 16:57, "Jane Muse" wrote: > Hi, > > I've been generating build.xml files for my eclipse plugin features from > Eclipse. I've used Plugin Tools->Create Ant Build file with many versions > of eclipse and versions of ant. Now when

Error in eclipse: Valid manifest file to create ant build file

2013-11-06 Thread Jane Muse
Hi, I've been generating build.xml files for my eclipse plugin features from Eclipse. I've used Plugin Tools->Create Ant Build file with many versions of eclipse and versions of ant. Now when I go to generate a build.xml in the same workspace where it used to work, I get the erro

Unable to run simple ant build file in Eclipse-Galelio

2009-10-13 Thread srinivas2828
le.com/Unable-to-run-simple-ant-build-file-in-Eclipse-Galelio-tp25871509p25871509.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional comm

Re: ant build file

2008-06-18 Thread Upul Godage
les and if so can > they be placed in the same source folder. > > thanks in advance > > -- > View this message in context: > http://www.nabble.com/ant-build-file-tp17997710p17997710.html > Sent from th

ant build file

2008-06-18 Thread gaurish
-- View this message in context: http://www.nabble.com/ant-build-file-tp17997710p17997710.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: regarding ant build file using wlserver

2006-12-04 Thread Suchitha Koneru \(sukoneru\)
Can you start and stop the server , manually i.e. not from the ant target ? -Original Message- From: Arunasree manchala [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 2:28 AM To: user@ant.apache.org Subject: regarding ant build file using wlserver hi , This ia arunasree. Iam

regarding ant build file using wlserver

2006-12-04 Thread Arunasree manchala
hi , This ia arunasree. Iam running the ant script to start the weblogic server. Iam using wlserver. I am getting the error,what like this. Server is started but immmediately is shutting down. *ERROR:* BUILD SUCCESSFUL Total time: 14 seconds [wlserver] [wlserver] [wlserver] > [w

Re: Ant build file naming convention

2006-07-04 Thread wolverine my
Original Message- From: wolverine my [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 5:11 AM To: Ant Users List Subject: Ant build file naming convention Hi! When writting Ant build file, is there any naming convention that Apache Ant Team could recommend? I'm trying to I ha

RE: Ant build file naming convention

2006-07-03 Thread pritesh.saharey
Please go through the following link http://ant.apache.org/ant_in_anger.html This will give you some idea -Original Message- From: wolverine my [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 5:11 AM To: Ant Users List Subject: Ant build file naming convention Hi! When

Ant build file naming convention

2006-07-03 Thread wolverine my
Hi! When writting Ant build file, is there any naming convention that Apache Ant Team could recommend? I'm trying to I have seen property name like "src", "src.dir", "dir.src" or "src.path". In this case we know that "src" is the favour s

Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Marc Beudin <[EMAIL PROTECTED]> wrote: > Where can I contact directly Ant developers? You are. Take a look at Ant's Main class (org.apache.tools.ant.Main) and "borrow" code from there. Stefan - To unsubscri

Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Sorry for the SPAM extra mail. need to mail my admin ;-) Where can I contact directly Ant developers? -Message d'origine- De : Ninju Bohra [mailto:[EMAIL PROTECTED] Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - S

RE : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing

Re: launch an Ant build file in a class

2005-05-02 Thread Ninju Bohra
Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in

launch an Ant build file in a class

2005-05-02 Thread Marc Beudin
Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in a java class. Any hints on how to do this?? thxx

ANT build file validation

2004-03-03 Thread Weir, Michael
Is there a way of ensuring that an ant build.xml file is valid? I have modified our build with many options that make life easier and builds faster for developers, but the many different ways that the build now executes means that sometimes errors such as improperly-typed properties and target n