Jump to content
  • Ant Build File


    thangalin
    Assigned User teodord
    CategoryFeature request
    PriorityLow
    ReproducibilityAlways
    ResolutionNo Change Required
    SeverityMinor
    StatusClosed

    Hi,

     

    The ant build file should have some help. Usually:

     

    ant help

     

    Or just:

     

    ant

     

    Would show how to compile the distribution, documentation, supporting libraries, and such.



    User Feedback

    Recommended Comments

    I don't find "ant -p" verbose enough. Consider:

     

    $ ant -p

    Buildfile: build.xml

     

    Compiles the JiGo suite.

     

    Main targets:

     

    clean Remove classes and API documentation.

    designer JiGo Designer

    guesser JiGo Guesser

    highlight Demo: Highlighted Goban

    presenter JiGo Presenter

    random Demo: Random Player

    replayer JiGo Replayer

    simple Demo: Simple Goban

    Default target: help

     

    $ ant help

    Buildfile: build.xml

     

    help:

    [echo] all - Build all JiGo programs

    [echo] guesser - Build JiGo Guesser

    [echo] presenter - Build JiGo Presenter

    [echo] replayer - Build JiGo Replayer

    [echo] highlight - Build Demo: Higlighted Goban

    [echo] random - Build Demo: Random Player

    [echo] simple - Build Demo: Simple Goban

    [echo] doc - Build JiGo API Documentation

     

    BUILD SUCCESSFUL

    Total time: 0 seconds

     

    Feel free to close this.

    Link to comment
    Share on other sites

    Hi,

     

    I'm closing this because I think the existing readme.txt file present in the same folder already contains the required documentation.

     

    Thank you,

    Teodor

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...