Ant

photo

And here is another joy of ANT – you can move files by FTP. Its not one of the core tasks in ANT, so you can be forgiven for trying it, and it not working. Go check out the ANT Manual FTP Task page and it tells you the components you require. The Commons is […]


August 9, 2007 - 7:17 am
Read more
photo

I was wondering how to keep track of how many builds have taken place, putting it together into a overall product version number with the Subversion Revision number. It turns out that ANT actually keeps a record of builds itself using the Buildnumber task, all you have to do is produce a blank build.number file. […]


August 8, 2007 - 7:38 am
Read more
photo

I have been using ANT to get builds done of the many projects we work on, and one of the things that has bugged me was that the SVN username and passowrd was stored in the build.properties file. Today the ANT Manual came to the rescue with the input task. Lets look at the example […]


August 7, 2007 - 9:56 am
Read more
photo

As part of my build and deploy process I wanted to get the revision number of the working copy and append it into the application so its visible. To do this you need to have already installed the SVNAnt task, (see my previous post) as its not a core ANT task. Using the status task, […]


August 6, 2007 - 7:43 am
Read more
photo

Once you have installed the SVN task to Eclipse, you can begin to look at the possibilities. For example in a deployment scenario you could use ANT to export the HEAD revision so you have a clean set of files ready for moving by FTP or some other means. There certainly isnt any VooDoo here, […]


August 5, 2007 - 9:54 am
Read more
photo

On my road of exploration for ANT, and the end goal of using it for deployment, I have had to tackle how to get files out of SVN ready for moving to a server. This means getting ANT to run the equivalent of an svn export from the command line. This is possible using the […]


August 4, 2007 - 9:51 am
Read more
photo

I have recently taken the plunge into ANT for use in deployment and doing some mundane tasks, and since I use Eclipse I have been playing with the integrated version that comes bundled. There were a few things that are not very well documented (or I could not find) that took me a while to […]


August 3, 2007 - 7:23 am
Read more
Login
Log in below to access your courses.
Log In With Google
Forgot Password
Enter your email address or username and we’ll send you instructions to reset your password.