Skip to content

Instantly share code, notes, and snippets.

@christopherdolan
Created November 17, 2010 00:31
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/702793 to your computer and use it in GitHub Desktop.
Save christopherdolan/702793 to your computer and use it in GitHub Desktop.
Output from ant jetty.run using
/tmp/jetty-example$ tree
.
|-- build.xml
`-- jetty-lib
|-- core-3.1.1.jar
|-- jetty-6.1.26.jar
|-- jetty-ant-6.1.26.jar
|-- jetty-naming-6.1.26.jar
|-- jetty-plus-6.1.26.jar
|-- jetty-util-6.1.26.jar
|-- jsp-2.1-jetty-6.1.26.jar
|-- jsp-api-2.0-6.1.26.jar
`-- servlet-api-2.4.jar
/tmp/jetty-example$ ant jetty.run
Buildfile: /tmp/jetty-example/build.xml
BUILD FAILED
/tmp/jetty-example/build.xml:5: taskdef A class needed by class org.mortbay.jetty.ant.JettyRunTask cannot be found: org/mortbay/util/Scanner$Listener
using the classloader AntClassLoader[/tmp/jetty-example/jetty-lib/core-3.1.1.jar:/tmp/jetty-example/jetty-lib/jetty-6.1.26.jar:/tmp/jetty-example/jetty-lib/jetty-ant-6.1.26.jar:/tmp/jetty-example/jetty-lib/jetty-naming-6.1.26.jar:/tmp/jetty-example/jetty-lib/jetty-plus-6.1.26.jar:/tmp/jetty-example/jetty-lib/jetty-util-6.1.26.jar:/tmp/jetty-example/jetty-lib/jsp-2.1-jetty-6.1.26.jar:/tmp/jetty-example/jetty-lib/jsp-api-2.0-6.1.26.jar:/tmp/jetty-example/jetty-lib/servlet-api-2.4.jar]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment