> -----Original Message----- > From: Jérôme Lacoste [mailto:[EMAIL PROTECTED] >
> - any advice on how to achieve similar results with a > different technique? > Somebody made it work? <java classname="org.apache.tools.ant.Main" fork="yes" failonerror="yes"> <classpath path="${java.class.path}"/> <arg line="-buildfile ${dist.dir}/build.xml"/> </java> Also I don't know what is for you the meaning of "complete distribution". If you want to test that all files exists, then you could use a target for that purpose with <available> task (the check might be painful however) -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.