Hi Pritesh

Yes, the article (as well as other Ant related tutorial) did give us some hints.

Take for an example, Sun has published "Code Conventions for the Java
Programming Language" (see
http://java.sun.com/docs/codeconv/index.html). This should be served
as a common guidelines of how we name the Java classes and etc.

Do we have the similar documentation for Apache Ant? For example, to
name a property, we should always use lower case and a period to
separte the words. The path property should always suffix with ".path"
or something like that.

It would be very good if there is one naming convention which is well
recognized by the Ant community and I hope this will happen very soon!


On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Please go through the following link

http://ant.apache.org/ant_in_anger.html

This will give you some idea

-----Original Message-----
From: wolverine my [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 04, 2006 5:11 AM
To: Ant Users List
Subject: Ant build file naming convention

Hi!

When writting Ant build file, is there any naming convention that
Apache Ant Team could recommend? I'm trying to

I have seen property name like "src", "src.dir", "dir.src" or
"src.path". In this case we know that "src" is the favour since it has
been used in the Ant's manual.

I also seen task names like "build", "build_all", "build-client" and
etc.

I wish to see a Ant build file naming convention that is practicing in
the Apache Ant community. Is there such a convention exists?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to