Return code for ANT

2001-05-18 Thread Scott_Carter
When calling ant from the command line or a script, what value does it return for a build failure? for a successful build?

Does anyone know how to set the ....

2001-04-26 Thread Scott_Carter
Amount of memory that Java can use on Solaris? Is this done through ANT or just on the command line? thanks

Can't see a directory on Solaris

2001-04-25 Thread Scott_Carter
I am putting a number of directories in the src path by setting their path in a property and then using for the compile. Under windows ANT is finding every directory in my sourcepath, under Solaris there is one directory that it can not find. Ant tells me that the directory in my source path d

environment variables

2001-04-12 Thread Scott_Carter
Is there a way to get the value of environment variables and perform certain actions based on certain values? thanks - Scott

too many errors

2001-04-09 Thread Scott_Carter
Through ant, how do you see more than 100 errors when compiling? Right now I get too many errors, (The limit on reporting errors is 100). Thank you for any help

Multiple processors

2001-04-03 Thread Scott_Carter
My build box has four processors, but when I run an ant build only 25%, one prossesor is being used. It is a Windows NT box. Is ant multi threaded, will it take advantage of multiple processors? Thanks - Scott

Re: using other compilers

2001-03-26 Thread Scott_Carter
This still does not work, any other ideas on how to get a idl compiler to work from ant? I am now trying: ? "Nico

using other compilers

2001-03-26 Thread Scott_Carter
Total time: 1 second Scott_Carter@ i2.com To: [EMAIL PROTECTED]

using other compilers

2001-03-26 Thread Scott_Carter
I need to use a idl2java compiler from ant. I was going to use the exec command but I do not think it will work cross platform. How can I do this? Thanks in advance for the help Scott Carter Build Configuration Specialist with I2

IDE

2001-03-12 Thread Scott_Carter
I am trying to use ant to build with a IDE compiler. How can I do this?

Memory Consumption

2001-03-07 Thread Scott_Carter
I have been assigned the task of optimizing memory consumption for our ant build. To my understanding ant pulls almost everything into memory. Anyone have any ideas on how I could optimize the memory consumption of ant?

reading an external list of includes

2001-02-27 Thread Scott_Carter
Problem that I am facing: I am compiling a source base of about 3500 java files, but there are about 350 files that I would like to exclude from the build. the list of excludes changes from time to time, and the list can be automatically generated. But how can I make ant use this list of exclu

Re: Visibroker and Ant

2001-02-27 Thread Scott_Carter
I will be. What type of problems are you running into? Andrew Hunt