Skip to content

Instantly share code, notes, and snippets.

@christopherdolan
Created November 17, 2010 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopherdolan/702794 to your computer and use it in GitHub Desktop.
Save christopherdolan/702794 to your computer and use it in GitHub Desktop.
<project name="Jetty-Ant integration test" basedir=".">
<path id="jetty.plugin.classpath">
<fileset dir="jetty-lib" includes="*.jar"/>
</path>
<taskdef classpathref="jetty.plugin.classpath" resource="tasks.properties" loaderref="jetty.loader" />
<target name="jetty.run">
<jetty />
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment