Jan C. schrieb am 19.01.2011 um 11:26 (+0100): > I'm not starting the SimpleHTTPServer programmatically so I > don't have any reference to the instance.
You don't have a reference, but you do start the server programmatically. ;-) > >> <target name="mytest" depends="build"> > >> <parallel failonany="true" > > >> <sequential> > >> <!-- Start HTTP server here --> > >> <java fork="yes" > >> classname="org.apache.axis2.transport.http.SimpleHTTPServer" > You probably just need to become even more programmatical. ;-) > > Don't know if you'll have to resort to the <script> task to > > implement that. -- Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org