RE: help with exclude patterns

2006-03-20 Thread Shweta Bodade
Disclaimer This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this communication in error, please immediately notify t

Re: Starting Jboss server

2006-03-20 Thread Naveen Kumar A.H
try like this mean using os option... ginal Message - From: Harshal Chavda To: user@ant.apache.org Sent: Monday, March 20, 2006 11:04 PM Subject: Starting Jboss server Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP profes

RE: help with exclude patterns

2006-03-20 Thread bill/wilandra
dirtasks: http://ant.apache.org/manual/dirtasks.html fileset: http://ant.apache.org/manual/CoreTypes/fileset.html What is it you want to accomplish? Bill -Original Message- From: murthy gandikota [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 1:19 PM To: Ant Users List Subject

RE: help with exclude patterns

2006-03-20 Thread murthy gandikota
Using this analogy, in the code I posted the exclude tag seems to be filtering every file from one level up. BTW, I couldn't find the fileset and dirtasks in the ANT manual at Apache. Kindly post the URL. Thank you bill/wilandra <[EMAIL PROTECTED]> wrote: Both the fileset and dirtasks sections

RE: help with exclude patterns

2006-03-20 Thread bill/wilandra
Both the fileset and dirtasks sections of the manual have some discussion about patterns. If you use name="**/*" it would mean that you want all files in all directories in the current directory and below it. HTH Bill -Original Message- From: murthy gandikota [mailto:[EMAIL PROTECTED] Se

help with exclude patterns

2006-03-20 Thread murthy gandikota
Can someone please tell me how to interpret the asterisk? TIA Murthy - Yahoo! Mail Use Photomail to share photos without annoying attachments.

Starting Jboss server

2006-03-20 Thread Harshal Chavda
  Hello to all users My configuration is --pentium 4,CPU  3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 I have downloaded Jboss server(versiuon-3.2.5) and have not made any changes in any file of the downloaded zipped folder.   When I start the JBo

Using javac1.1 flag with the javac task

2006-03-20 Thread Konstantinos Karadamoglou
Hello all, I would like to compile java classes under java 1.1 but I cannot do it because when I ser the compiler attribute to classic I always get the follwoing message: This version of java does not support the classic compiler; upgrading to modern I use the ant version which is bundled with n