Thanks Stefan for answering.
Here's the context you need:
My call:
> ant -projecthelp -buildfile buildJava.xml
Ant's reply:
> Buildfile: buildJava.xml
> Main targets:
>
>
> Subtargets:
>
> cleanJar
> compile
> distribute
> javadoc
> prepare
> prepareJavadoc
>
>
> BUILD SUCCESSFUL
>
> Total time: 1 second
>
Note: I'm still using Ant 1.2
-- Anthony
Stefan Bodewig wrote:
> Anthony Gawlikowski <[EMAIL PROTECTED]> wrote:
>
> > Question 1:
> > What's the difference between main targets and subtargets? (I just
> > couldn't find an answer anywhere)
>
> Where did you find these terms? There is no defintion for them that I
> was aware of, so we probably need some context.
...
> Stefan