|
-
Dec 28th, 2006, 09:25 AM
#1
Thread Starter
Lively Member
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);
-
Dec 28th, 2006, 03:26 PM
#2
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.
-
Dec 28th, 2006, 04:35 PM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|