Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
winning the case for ANT

winning the case for ANT

2004-10-15       - By Erskine, Chris
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

XML is just a standard way of formatting data.  In this case, the lines of
data are script commands.  You could define this format as a scripting
language.  Each tool has its own formatting syntax.  If you look at Make, it
has its own format that has the problem of the first character on a line
having to be a tab character to be a command for a target.



XML format is just the format that was chosen for ant to describe the
scripting.  This is not a battle that will be won on merit since it sounds
like it is a religious issue for this developer.



ANT is not an industry standard.  I do not even know if I could define it as
a best practice although I think it might be close.  It is a tool that used
by many people to automate their build and deployment of code.  It is very
good at what it does which is why it is a popular as it is.  It was designed
to simplify the maintenance of the build process as a replacement to Make.
I have one project that developed their own build and deployment tool using
Perl which works fine for what they are doing.  It is labor intensive and
has to be maintained in both the program and the script.  When I told them
about Ant, they liked the idea an are looking at moving to it.



Ant is an open source tool that most developer teams do not have to
maintain.  The have to maintain just the script for their project and even
there, it may not take much work once the script is developed.  If it does
not do what you want to do with it, you can extend it.  It is very good and
doing repetitive tasks over and over.  It is not the only tool for doing
builds but it is a good one even with some of the quirks like wanting
optional code in ANT_HOME/lib.  There are other tools that have been
developed for doing project builds but a lot of them like Maven, still use
XML as the format for the commands.



Chris Erskine



EDS Consulting Services

F5-EDS-001

2424 Garden of the Gods Rd

Colorado Springs, CO  80919



Phone: 719-535-6064



Phone:

mailto:chris.erskine@(protected) <mailto:chris.erskine@(protected)>

 _____  

From: Andreas Bothner [ MTN - Innovation Centre ]
[mailto:Bothne_A@(protected)]
Sent: Friday, October 15, 2004 5:04 AM
To: user@(protected)
Subject: winning the case for ANT



Hi all,



I am working in a team of developers, where one developer is completely
against the use of ANT as a build script as he feels that xml should not be
used as a scripting tool.  I would like to create an environment which does
automated nightly builds, deployments and execution of tests with reports.
This team members negativity is hampering commitment towards this goal.



I was hoping there would be somebody who could direct me to a resource(s)
that will strengthen my case for the use of ANT, as I see it as the perfect
tool to achieve this goal and am under the impression that it is the
industry standard for non-proprietary java build tools.



Regards,

Andreas


©2008 junlu.com - Jax Systems, LLC, U.S.A.