Results 1 to 3 of 3

Thread: Building an ant file.

  1. #1

    Thread Starter
    Lively Member Sebouh's Avatar
    Join Date
    Jan 2005
    Posts
    73

    Exclamation Building an ant file.

    Hi. My assignment requires building an ant file for the project done in java.
    I have no knowledge in building ant files, so i was hoping if you guys could do it for me? Just kidding...i was hoping if any of you know of a good resource to learn the complete basics of building an ant file. It has to do with xml and i don't really no xml, so the websites i found assumed i know xml and didn't really explain the stuff well.

    Thanks alot!
    Code:
    if (Jacques_Villeneuve != Number_One)
        exit(1);

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Building an ant file.

    The XML required for Ant is primitive. Once you know what elements, tags and attributes are, you're ready.
    http://ant.apache.org/manual/index.html
    Just go to Using Ant and read the introduction.

    To learn the basics of XML in less than an hour, just go here:
    http://www.w3schools.com/xml/default.asp
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Lively Member Sebouh's Avatar
    Join Date
    Jan 2005
    Posts
    73

    Re: Building an ant file.

    This stuff looks great CornedBee.
    Thanks again.
    Code:
    if (Jacques_Villeneuve != Number_One)
        exit(1);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width