I use it for startup scripting for BEA weblogic - I setup the classpath, environment variables, passwords, etc. This makes replicating my environment vars between machines (and between windows and unix) pretty easy.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 11:22 AM To: user@ant.apache.org Subject: Re: Ant for non-java development [EMAIL PROTECTED] wrote: >Can ant be used to build non-java applications?If so, how ?And does anyone tried this on this list? > Well, if you are familiar with Ant, you may find it convinient to use for non-Java projects... all of it's functionality is relevant with the exception of the javac task and it gives you access to command line tools you might need. For example, i use Ant to build the sarissa distribution (a javascript library). Manos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]