> How can I look through Ant the system information like RAM for example?
> I would like to define the <jvmarg value="-Xmx${RAM}MB"/> for <java> task.
how about something like
% ant -DRAM=`awk '/^MemTotal:/ {printf("%dk",$2);}' /proc/meminfo` target-1
if on linux?
kenji
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
