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
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
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
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
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
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
(
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