You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Reuleaux, Andreas" <A....@klopotek.de> on 2000/08/17 17:26:26 UTC

java-task, redirecting stdout (> outfile)? #2

I should add that it's convenient for me to call my java-Program with the
ant java-task
as I have a very long (and not so much fun to type) classpath

   <java classname="MyProg"
            classpath="p1:p2:..."
            fork="yes"
    />