Mukerjee, Neiloy (Neil) schrieb:
Running ant -verbose still doesn't allow me to run an example
configuration. I get the same error from "ant example" after getting
the following from "ant -verbose":

Build sequence for target(s) `usage' is [usage]

usage:
     [echo] Welcome to the Solr project!
     [echo] Use 'ant example' to create a runnable example configuration.
     [echo] And for developers:
     [echo] Use 'ant clean' to clean compiled files.
     [echo] Use 'ant compile' to compile the source code.
     [echo] Use 'ant dist' to build the project WAR and JAR files.
     [echo] Use 'ant generate-maven-artifacts' to generate maven artifacts.
     [echo] Use 'ant package' to generate zip, tgz, and maven artifacts for 
distribution.
     [echo] Use 'ant test' to run unit tests.

BUILD SUCCESSFUL

You might want to read up on Ant usage in the Ant User Manual, a copy of
which should be part of your installation, or can be found on the web.
Quick overview:

ant -help

When I wrote "ant -verbose", I meant "ant -verbose <your-target>", so:

ant -verbose example

Michael Ludwig

Reply via email to