Re: Ant build file naming convention

2006-07-04 Thread wolverine my
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

RE: Ant build file naming convention

2006-07-03 Thread pritesh.saharey
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