AW: Antcount - external filters

2006-07-04 Thread Jan.Materne
I added it to svn yesterday, so it should be online soon. But I changed the contact adress to http://antcount.sourceforge.net/contacts.html instead of the root page of your site. Jan >I created a sourceforge project called antcount >(http://antcount.sourceforge.net/). Antcount is a set of A

Re: classpath problem using the java task

2006-07-04 Thread Jeffrey E Care
Check out your property definition for appserver-home. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer Douglas Dunn <

Re: classpath problem using the java task

2006-07-04 Thread Dominique Devienne
From http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html#options -jar Execute a program encapsulated in a JAR file. The first argument is the name of a JAR file instead of a startup class name. In order for this option to work, the manifest of the JAR file must contain a line of the f

classpath problem using the java task

2006-07-04 Thread Douglas Dunn
Like many programmers, I pride myself in no wasting other programmer's time by always making a best effort to find my own answers. BUT, I have just spend almost the entire Forth of July trying to find out why this VERY BASIC ant project fails. The problem is that ant cannot find the j2ee.jar ext

Trying to override old definition of task emptymacro

2006-07-04 Thread Cory Riddell
I have two ant files. base.xml: In base emptymacro deriv.xml: When I do ant -f deriv.xml go I get this output: Buildfile: deriv.xml Trying to override old definition of task emptym

RE: Ant JSP Compilation Please.

2006-07-04 Thread karthik
>>Always resending the same message is very annoying ... >>Especially if there were answers ... >>Jan Jan I could not get the Ant users request mail for this form... even after sending the mail 3 times. please excuse with regards Karthik -Original Message- From: [EMAIL PROTECTED]

AW: Ant JSP Compilation Please.

2006-07-04 Thread Jan.Materne
Always resending the same message is very annoying ... Especially if there were answers ... Jan >-Ursprüngliche Nachricht- >Von: karthik [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 4. Juli 2006 13:34 >An: user@ant.apache.org >Betreff: Ant JSP Compilation Please. > > >Hi form > > > I

Ant JSP Compilation Please.

2006-07-04 Thread karthik
Hi form I had alook at Tomcat5's Ant build technique for JSP compilation and could not figure how to configure the build.xml for file / folder based compilation Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp" file. 2)Able

Re: Ant JSP Compilation Please.

2006-07-04 Thread Steve Loughran
karthik wrote: Hi form I had alook at Tomcat5's Ant build technique for JSP compilation and could not figure how to configure the build.xml for file / folder based compilation Can some body give some ant code snippet for the following 1)Able to compile a single argumented "Jsp"

RE: How to control the version number using ANT

2006-07-04 Thread Subramani Muniyandi - TLS , Chennai
hi gilbert, thanks for your suggestion, i will verify that first. regards, subbu. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:55 PM To: Ant Users List Subject: RE: How to control the version number using ANT Hi, Subbu i don't

RE: How to control the version number using ANT

2006-07-04 Thread Rebhan, Gilbert
Hi, Subbu i don't see how your NetBeans problem is related to the version number thread ?! btw i never used NetBeans, so i can't help you but i sounds like you've tried to open a build file that doesn't exist on your hd but somewhere else (remote on another machine ?) Regards, Gilbert -O

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: How to control the version number using ANT

2006-07-04 Thread Subramani Muniyandi - TLS , Chennai
hi, while i'm going to build in Netbeans 5.0 using ANT as a build Tool, i got message as 'You may only execute Ant scripts residing on disk.' how can i rectify this. subbu. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 12:56 PM To: Ant

RE: How to control the version number using ANT

2006-07-04 Thread Rebhan, Gilbert
Hi, either use the builtin ant task see Ant Manual CoreTasks / BuildNumber or http://ant.ryangrier.com/ or maybe http://jreleaseinfo.sourceforge.net/overview_e.html or go with antcontrib's math task http://ant-contrib.sourceforge.net/ or use a script solution with javascript / beanshell / g

How to control the version number using ANT

2006-07-04 Thread Nagender Malik
Hi Is it possible to control the build number using ant? I want to use the version in the format: . Regards, Nagender Malik