System DateHi All Is there any way in ANT to get system date. Thanks Nagarajanhelp with ftp taskI 'm wondering how I can get the equivalent of the following using the <ftp > (or some other ftp compatible) task.... <get src "@{srcfile} " dest "${dependenciesdir}/file.zip " / > <unzip src "${dependenError shown after upgrading to v1.6.0 (from v1.5.4)I use Ant to (among other things) run a couple of programs that run perpetually but have no shutdown method. In Ant v1.5.4 I could use Ctrl-C to shutdown these programs. I can do the same thing wiBasic wildcard questionHello I am trying to understand the ** wildcard when used in include subtask. Here is the line I don 't understand <include name "**/*.txt "/ > as opposed to <include name "*/*.txt "/ > What is the difJscp errorI 'm using the jasper jar files from tomcat-4.1.27 and ant.1.5.4. Any help would be greatly appreciated. I 'm trying to use the < jspc > task to check the validity of our JSPs that have been checked intoConditional execution ...Hi I would like to take some actions conditionaly. The condition task appears to allow me to test for a condition and set a property conditionaly but not to execute another task conditionaly. So hHow do you add files to an archive?How can I add/overwrite files to an existing archive? We are moving towards the process that development delivers completere .war & .ear files and system management then run ant tasks to set the confreplacing commented text - RegexpHi first of all thank you for your help I really appreciate it. but I am now stuck with another problem I have the file #Jdbc #environnement A #project.key1 123 #project.system.key2 ABD #commeAntw: [Q] How to insert file into another?you can load fileB into a property <loadfile property "content " srcFile "fileB "/ > and then replace token in fileA with the property <replace file "fileA " token "#insertHere# " value "${content} "/How to insert file into another?Question how can I insert one file into another using ant? Eg fileA has a token "insertHere " and I somehow want to import all of fileB to replace this token. Somehow with copy and filtersets? __FYI: Article about Ant on IBMhttp //www-106.ibm.com/developerworks/java/edu/j-dw-java-apant-i.html?ca dnt -450 Apache Ant 101 Make Java builds a snap "Whether you 're a veteran user of Apache Ant in need of a refresher or justTransformerFactory cannot be foundHi again I am trying to use checkstyle with ant but I still have problems to use <style > in my build file. I am using java version "1.3.1_03 " Apache Ant version 1.5.4 compiled on August 12 2003ant 1..5.4 javac failonerror no classes generatedhello the list i 'm trying to compile some sources. On my sources there are some errors but i want to compile all the sources. I set failonerror to false javac compile the sources but the .classesjspc task questionHi I 'm trying to use the jspc taks (with jasper) to eventually pe-compile jsp. I get this error [jasperc] 2003-12-19 09 44 30 - Exception initializing TldLocationsCache XML parsing error on fileant 1.6.0 releasedHi ant 1.6.0 is released !!! The version will hopefully soon be available from all mirrors. If you encounter difficulties -( doing the download select www.apache.org/dist in the combo box ofLibrary to Parse and Display Ant buildfileHi Is there a 'standard ' library for parsing and modeling an Ant buildfile? For example to parse a build file and display a tree of the targets to a user (like eclipse and netbeans can do)? Thankant_opts heap sizeI have a build file that seems to want more than the normal heap size to build (doing xdoclet generation). how can i set the heap size for ant w/o having everyone on the team have to set an environmRetrive deleted filesHi I have used <delete > task to clear up my build files but accidently i deleted some source code files is there any way i can retrieve those? radhaHelp! ON copying a fileFor some weird reason a 'copy ' task is failing reliably. I create a (set of )temporary directories ./dist ./dist/configurations ./dist/configurations/app Then use a filter to put a fileQuestion on <splash > and verbose !!!Hi I have few problems with my ANT script. 1. I am using <splash > task to show a image. Is it necessary that the image should access only through (web) URLs. is it not possible to have a image in mxls2xml taskJust so you know. I created an ant task called xls2xml. It is available from http //www.geocities.com/xls2xml. Its intention is to be able read excel sheets and convert the data it contains into onecopy task not copyingI 've been trying to determine why my build script that uses the <copy > task isn 't copying and I 'm very stumped. I 've explored all the obvious (user permissions parameters and locations of files/dirxsl challengeI am wondering if anyone has gone through the trouble to create an xsl that will traverse through the targets and the depends to visually represent the path of execution for a particular target?Jar ...Hi users! I 'd like to generate a set of jars files and it turns out to be that the build.xml file has the folowing as a sample <jar jarfile "${dist}/lib/MyProject-${DSTAMP}.jar " basedir "${build} "using foreach with fileseti 'm trying to use the ant-contrib foreach task to generate deployment descriptors for my ejbs. the bean.name in the descriptor.detail target is getting set to the full path name of the file that 's inIssue with FTP task.Hi all I am trying to update my classes to my DEV server (Sun 5.8 box) from my workstation. I have following targets to do this taskWAS V5 WjEjbDeployHas anyone succeeded in making WsEjbDeploy generate deployment code for EJBs? The error I get is "[wsejbdeploy] java.lang.NoClassDefFoundError com/ibm/etools/ejbdeploy/EJBDeploy " Are there add 'lWhat 's the unsubscribe address?I mailed to ant-user-unsubscribe@(protected) and got Hi. This is the qmail-send program at apache.org. I 'm afraid I wasn 't able to deliver your message to the following addresses. This is a pPrompt for user input from Ant script?Hey all I have a cmd-line app that I execute from a custom Ant task that I wrote. This app sometimes prompts for confirmation as it goes through it 's stuff. >From my ant script though that prompt dsaxon and xalanhello on the one hand i 've got a build.xml in which i have many <style > tasks. I need for those to use saxon and not xalan. On the other hand i also need to use in the same build the <styler > task wh
|