Reputation: 8111
Can someone help me get started with using ant in Flash Builder 4. I have never used ant before so I'm a complete novice. I will need to know how to get it installed in the first place, and how to do the basics.
Any help is appreciated.
Upvotes: 5
Views: 4354
Reputation: 84744
The fact that the article (linked to by both answers) is no longer available is a prime example of why SO answers should not be links alone.
Here are my experiences as of 02-2011 on Flash Builder 10.1:
1 If you are running a later version of Flash Builder, this URL may be incorrect. If so, click "Available Software Sites" in the install software dialog and enable the closest looking URL (it should be similar to "http://download.eclipse.org/releases/galileo")
2 If either option is not available, try unchecking "Show only the latest version of available software"
Upvotes: 12
Reputation: 3125
Since Flash Builder 4 is just Eclipse 3.5 (Galileo) with one of Adobe's plugins, you can use all the lessons learned from Eclipse:
http://onjava.com/pub/a/onjava/excerpt/anttdg2_ch11/index.html?page=1
Upvotes: 0
Reputation: 1606
I just read a good article on using Ant but it was for Flex Builder 3, from the Adobe Developer Connection.
I couldn't find any good ones detailing Ant use with Flash Builder 4, but here's one article explaining installation for Flash Builder 4. You can probably use the build files from the Adobe Developer Connection article to get an understanding.
Upvotes: 0