And this is the kind of targets that get generated:

top level

  | [EMAIL PROTECTED] JBossAS]$ ant -projecthelp
  | Buildfile: build.xml
  | 
  | Main targets:
  | 
  |  all                           Build All for everything
  |  all.components                Build All for all the components
  |  all.main                      Build All for the main build only
  |  all.test1                     Build All for the component test1
  |  all.test2                     Build All for the component test2
  |  api                           Javadoc for everything
  |  api.components                Javadoc for all the components
  |  api.test1                     Javadoc for the component test1
  |  api.test2                     Javadoc for the component test2
  |  build                         Build for everything
  |  build.components              Build for all the components
  |  build.main                    Build for the main build only
  |  build.test1                   Build for the component test1
  |  build.test2                   Build for the component test2
  |  clean                         Clean for everything
  |  clean.components              Clean for all the components
  |  clean.main                    Clean for the main build only
  |  clean.test1                   Clean for the component test1
  |  clean.test2                   Clean for the component test2
  |  clobber                       Clobber for everything
  |  clobber.main                  Clobber for the main build only
  |  commit                        Commit for everything
  |  commit.components             Commit for all the components
  |  commit.main                   Commit for the main build only
  |  commit.test1                  Commit for the component test1
  |  commit.test2                  Commit for the component test2
  |  doc                           Documentation for everything
  |  doc.components                Documentation for all the components
  |  doc.test1                     Documentation for the component test1
  |  doc.test2                     Documentation for the component test2
  |  rebuild                       Synchronize then build
  |  rebuildall                    Synchronize then build all
  |  synchronize                   Synchronize for everything
  |  synchronize.components        Synchronize for all the components
  |  synchronize.jboss-common.jar  Synchronize for the artifact jboss-common.jar
  |  synchronize.junit.jar         Synchronize for the artifact junit.jar
  |  synchronize.main              Synchronize for the main build only
  |  synchronize.test1             Synchronize for the component test1
  |  synchronize.test2             Synchronize for the component test2
  |  test                          Run the Tests for everything
  |  test.components               Run the Tests for all the components
  |  test.test1                    Run the Tests for the component test1
  |  test.test2                    Run the Tests for the component test2
  | Default target: build
  | 

component level

  | [EMAIL PROTECTED] test2]$ ant -projecthelp
  | Buildfile: build.xml
  | 
  | Main targets:
  | 
  |  all              Build All
  |  api              Javadoc
  |  api.test2.api    Javadoc for the artifact test2.api
  |  build            Build
  |  build.main       Build for the source src/main
  |  build.test       Build for the source src/test
  |  build.test2.jar  Build for the artifact test2.jar
  |  clean            Clean
  |  commit           Commit
  |  doc              Documentation
  |  rebuild          Synchronize then build
  |  rebuildall       Synchronize then build all
  |  synchronize      Synchronize
  |  test             Run the Tests
  | Default target: build
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860514#3860514

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860514


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to