ecj support

2006-08-01 Thread Cena, Bernard \(IT\)
I see there is a feature request for supporting Eclipse's batch compiler as a ecj compiler type internally. Is ecj support something that's going to be added for 1.7 or should we just use the ecj.jar as provided with Eclipse 3.2 as an external compiler ? Has anyone got any useful comparisons betwee

RE: heap size

2006-03-08 Thread Cena, Bernard \(IT\)
Dinesh Sonsale wrote: > Friends, ANT_OPTS is an env variable that passes options to the VM. So do export ANT_OPTS=-Xmx640m using shell or set ANT_OPTS=-Xmx640m on Win HTH > 1) How to increase heap size? > > [Can be done by defining ANT_OPTS=-Xmx640m] is this correct? > > 2) How to pass Memory P

RE: Can I substitute jar executable used by ?

2006-01-20 Thread Cena, Bernard \(IT\)
Steve Loughran wrote: > Cena, Bernard (IT) wrote: >> Is there a way to substitute what executable is used under the hood >> of task in similar fashion to executable and compiler >> attribute for ? We've found quite slow on large >> packages and were wondering if

Can I substitute jar executable used by ?

2006-01-18 Thread Cena, Bernard \(IT\)
Is there a way to substitute what executable is used under the hood of task in similar fashion to executable and compiler attribute for ? We've found quite slow on large packages and were wondering if we could substitute for example GNU jar which is much faster. If not, what would be your recomm

RE: Looping in Ant

2005-12-05 Thread Cena, Bernard \(IT\)
Mark Eramo wrote: > Hello, >Does anyone have experience running loops with Ant or if it is > even possible? Can leverage custom tasks from ant-contrib. HTH Bernard > What I need to do is run an xdoclet task 10 times to produce 10 > different MDB's to support some Queue work the developers ar

Logging from custom tasks

2005-11-10 Thread Cena, Bernard \(IT\)
Are there any "best practices" for which logging levels to use from custom ant tasks ? The 5 levels: MSG_ERR, MSG_WARN, MSG_INFO, MSG_VERBOSE and MSG_DEBUG are self explanatory, but I'm not certain which levels appear when ? I'm asking which levels are visible depending on options supplied to ant (

RE: ant and eclipse CDT

2005-11-09 Thread Cena, Bernard \(IT\)
Yves Willems wrote: > Hi all, > > > > I try to get my ant build scripts run under eclipse CDT (C++) but > without success. Why use ant for building C++, if I may ask ? CDT has integration with make. > It seems like eclipse can't find the full path to ant, although the > ant settings list all