AW: Echo a message without showing "echo "When you want to reuse the <echo > just set the taskname to some other value. <presetdef name "mytask " > <echo taskname "mytask "/ > </presetdef > <mytask message "hello "/ > If you want to get rid oEcho a message without showing "echo "Hello I am writing ant tasks and want to echo a message on the user interface. My question is how to show the message without showing the [echo] right in front of the message. For example ByAW: AW: Directories with only Upper-case are created in lower case!Suse Enterprise Linux 10 (therefore SLES10). Jan >-----Urspr?ngliche Nachricht----- >Von ploxien [mailto ploxiens01@(protected)] >Gesendet Dienstag 19. Juni 2007 10 57 >An user@(protected) >BeAW: Directories with only Upper-case are created in lower case!I tried to get that on a SLES10 box. <project > <mkdir dir "lower\web "/ > <mkdir dir "upper\WEB "/ > <mkdir dir "mixed\wEb "/ > </project > But I got all the directories like expected. (Ant 1.7.0) JaDirectories with only Upper-case are created in lower case!Hi I 've try this with - Eclipse 3.2.2 + Ant 1.6.5 - Ant 1.7.0 (without Eclipse) I work under Linux (Red Hat) When I create a directory <mkdir dir "${build}/WEB-INF "/ > The directory is created inAW: Javadoc taskHow large is your codebase? Jan >-----Urspr?ngliche Nachricht----- >Von Deus Davis [mailto I_Deus@(protected)] >Gesendet Montag 18. Juni 2007 21 48 >An user@(protected) >Betreff Javadoc taskAW: use different jdk for build fileAnt needs a JDK for its own. So the best is pointing JAVA_HOME to the required JDK. Jan >-----Urspr?ngliche Nachricht----- >Von kkmca [mailto kemcadams@(protected)] >Gesendet Montag 18. Juni 2007use different jdk for build filei have an environment that i use to build applications and a new requirement has been developed for this environment to use two different jdks for building different versions of the code the oldbuiild.xml & anthello it 's me again with another problem. I am using tasks provided by oem. One of these tasks is the <ndspackage > task. Inside this task I specify resource files as follows <ndspackage > <resourANT Build script for J2EE projects(in RAD) with cyclic dependancies! UrgentSo you want one build script or many? Additionally how do each project refer to the classes in the other? Do you do something with the source path? How do you want to compile this thing? DiffeANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent pleaHello all! I have about 8 J2EE/ejb projects in a RAD environment for which I am trying to create a build script and almost all of them are interdependant. For example a.Project 1 references classe<math > in ant-contrib-1.03b.jarok I have just started using ant-contrib. I have got the <for > working but I am now trying to get the <math > working this is the coad in my ant script <math result "mvregTotal " > <op type "add " >Virtual Ant Beta Released - Mind bending new GUI for Ant !Hi We have just released the beta version of our crazy new GUI for Ant. You can get it at - http //placidsystems.com/virtualant I would recommend watching the short demo video first. Waiting forGetting execution times for each targetHi I am trying to get execution times (in terms of milliseconds) for each ant target and report it (for performance reasons). Can someone tell me if there is any way of doing this. I was trying to eUnable to execute a command mysql with a < symbolHi ANT - 1.6.5 I am trying to execute the following command line from ANT "D \ >mysql -u root -pwelcome --database warranty < target/create-schema.sql " Basically the create-schema sql file has to beWhats the best syntax to use for a directory copy?I have directory X and I want to copy it such that the copy becomes a subdirectory of directory Y. What 's the easiest way to accomplish this? Jim C.replaceregexhello will the following example replace everything between '#example ' and '#end example.* ' ? I am trying to strip the following from a file #example -- do not remove this line! test1 #comment tesCopy property from a property-file into an Ant-propertyHi is it possible to copy the value from a property-file to an Ant-property? Regards Jasonreplace an entry in a zip file?GOAL To replace one entry in a zip file with an updated file. I cannot find an elegant way to do this short of <unzip > 'ing the archive replacing the file of interest and then re- <zip >. It seemsflextasks anomaliesHello Martin Sorry had to remove your flex-config.xml from this message. ANT Mailing List was failing my reply with an error - too long message!cvs export issue in ANT? When I tried to export new revision file from cvs it is not replacing old file with the new file. It is showing the below error and continues. [cvs] cvs export move away E \ANTBUILD\eg\sample.ja<sync > ProblemHi a question related to sync task dir /srcdir /sub /tools /sub1 /tools /sub2 /subsub2 i want to exclude the /tools folder on first level from synchronize but if i exclude it from filesHow to add a file to existing zip archive into a existingfolderThanks Prashant. Excellent it worked. Regards. Ravi. -----Original Message----- From Prashant Reddy [mailto prashant@(protected)] Sent Thursday June 14 2007 11 58 AM To user@(protected) Subjusing '/ ' as the separator for the elementsHi All We had our product whose one of command line tool is "mkranch " now if I use this command "mkbranch " it will create a branch for me on our server its usage is like this Usage mkbranANT - copy file to network driveHi I am trying to copy my war file from local drive[Windows] to network drive[Linux] using my ANT script. My network drive path is \\\\\\usr\\local\\java\\jboss-4.2.0-GA I got "the network path was nHow to add a file to existing zip archive into a existing folderHi All I have a zip archive which I want to update with adding a new file to specific folder in the zip archive. Example I have abc.zip containing the directory structure mainfMalformed errorI am unable to detect why this code is throwing malformed exception. <property file "${property_files_location}/test.properties " / > Error shown is > > > > > java.lang.IllegalArgumentException MalformAW: Edit XML-Files with AntThanks for your hints. I guess with your documentation I will handle it. Regards C.P. -----Original Message----- From Christoph.Paschedag@(protected) [mailto Christoph.Paschedag@(protected)Edit XML-Files with AntHi I 'm using Ant to generate an update site from my RCP-project. In this project I have different XML-files with version numbers in it. My ant task asks the user to type in this version number soDisabling Continnum URLI 'm using Ant with Continuum. I already have a CVS url specified in the Ant Build.xml now I dont want to specify the url in Continuum. Can this be done? is there anyway to prevent this happenning? -
|