FAQ

Search Discussions

59 discussions - 250 posts

  • With best efforts, can't get the ant 1.7.0 mail task to run under Eclipse on Mac 10.6. <mail mailhost="mail.optonline.net" mailport="25" subject="Test" <from address="[email protected]"/ <to ...
    Chris KimballChris Kimball
    Sep 10, 2009 at 1:58 pm
    Sep 15, 2009 at 3:56 am
  • the first line of the makefile is makefile.${OSTYPE}${OS} How does the operating system know when to execute makefile.linux and makefile.Windows_NT. How do I do this in ant? Thanks, Veena
    Veena panditVeena pandit
    Sep 18, 2009 at 12:38 pm
    Sep 19, 2009 at 8:14 pm
  • Hi, On a professional product build scripts, we see the need for calling many times <antcall to call a particular target. However due to isolation level for this target calls.. there is a huge ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 30, 2009 at 7:29 am
    Oct 2, 2009 at 4:19 pm
  • Here's an initial proposal for improving Ant output, making it less verbose: http://ernstdehaan.blogspot.com/2009/09/improving-ant-output.html What do you think? Do you consider the current Ant ...
    Ernst de HaanErnst de Haan
    Sep 3, 2009 at 9:54 am
    Sep 4, 2009 at 7:59 pm
  • Hi, Is there an easy way to calculate an arbitrary relative path between two files? Part of my Ant script copies a default configuration file to a build folder, in the course of which I modify it ...
    Andy StevensAndy Stevens
    Sep 8, 2009 at 6:42 am
    Sep 9, 2009 at 2:23 pm
  • I have the following in my build.xml, but it complains about an import: * import* org.apache.axis2.util.OptionsParser; I thought this class is part of the axis 2 package. Can anyone help me fix this? ...
    Veena panditVeena pandit
    Sep 9, 2009 at 4:05 pm
    Sep 10, 2009 at 5:37 pm
  • Hi, We have a custom tasks which use DirectoryScanner to eliminate the need for developers trying to reference things by its relative path. However, DirectoryScanner is so main tries with different ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 13, 2009 at 10:56 am
    Sep 26, 2009 at 12:30 pm
  • Hi, I'd like to launch an Ant build from Java (from a servlet in a Tomcat server). What would you advise me to do that ? Should I launch it from OS using exec or should I try to use Ant classes from ...
    Jean-Baptiste BRIAUD -- NovlogJean-Baptiste BRIAUD -- Novlog
    Sep 25, 2009 at 4:18 pm
    Sep 25, 2009 at 7:30 pm
  • Hello list, I have quite a huge build system based on ant and I govern some of its behaviour using properties, or the lack of it thereof. But ideally, I'd like to use these properties all the time, ...
    Francis GALIEGUEFrancis GALIEGUE
    Sep 24, 2009 at 8:30 am
    Sep 25, 2009 at 6:06 am
  • Hi I am having trouble with the Ant build file which I am using in my program. I am not able to copy the JAR files which are being generated in the workspace to the deploy folder of jboss. Please let ...
    ShwitzuShwitzu
    Sep 25, 2009 at 9:48 pm
    Sep 26, 2009 at 5:32 am
  • Hi, I have been given the task of converting Make files to Ant. I don't know Make and I don't know Ant. But I am going to try. There are 3 make files in the project. The first one includes another ...
    Veena panditVeena pandit
    Sep 1, 2009 at 3:21 pm
    Sep 4, 2009 at 8:39 pm
  • Hi, Is there a feature in ant <include name=""/ ... & <exclude name="eee**/**"/ tags of path like structures, filesets etc. Currently * and ** are supported which are simple enough for most cases, ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 3, 2009 at 2:18 pm
    Sep 3, 2009 at 3:05 pm
  • Hi all I have the following target: <target name="CreateExecutableJarFile" <jar destfile="XXX.jar" <zipfileset dir="build/classes" prefix="" / <zipfileset dir="lib" / <manifest <attribute ...
    Not4googleNot4google
    Sep 30, 2009 at 11:22 am
    Sep 30, 2009 at 12:17 pm
  • Dear Members I have this java comand (related with JMX) java -classpath D:\TR\...a.jar;D:\TR\b.jar; -Dcom.sun.management.jmxremote com.jordan.Main This work, then I can get a connection from jconsole ...
    Dr_pompeiiDr_pompeii
    Sep 18, 2009 at 5:30 pm
    Sep 25, 2009 at 1:51 am
  • I imagine by now I'm the umpteenth person to ask about something like this, but the search patterns to find this don't seem to be that simple. I'm working on a small project inside a large EAR. The ...
    KARR, DAVID (ATTCINW)KARR, DAVID (ATTCINW)
    Sep 21, 2009 at 7:59 pm
    Sep 21, 2009 at 10:19 pm
  • Hello everyone, I have -- Francis Galiegue ONE2TEAM Ingénieur système Mob : +33 (0) 683 877 875 Tel : +33 (0) 178 945 552 [email protected] 40 avenue Raymond Poincaré 75116 Paris ...
    Francis GALIEGUEFrancis GALIEGUE
    Sep 1, 2009 at 1:18 pm
    Sep 15, 2009 at 6:42 am
  • I noticed that when I run targets in a <foreach loop, that they don't know of properties that were set in previous targets or in targets which are dependencies of the given target. As an example: ...
    Melih OnvuralMelih Onvural
    Sep 26, 2009 at 2:25 am
    Nov 10, 2009 at 4:00 pm
  • Hi all, I too have same requirements in which i want extract zip files to different folders without using custom codes. This is the code am using. this extracts all zip files to "destination_dir" and ...
    VarmanVarman
    Sep 24, 2009 at 5:36 am
    Oct 12, 2009 at 11:25 pm
  • I want to pass a parameter value from one property file to another one, they both have the same name so for example I have file A with the parameter build=0999 and other file B with a number of ...
    Paul collinsPaul collins
    Sep 25, 2009 at 8:52 am
    Sep 25, 2009 at 9:56 am
  • I would like to put a variable set of params into a antcall, but unfortunately, I got the message 'antcall doesn't support the nested "for" element.' :-( I put my code below... Is there an other way ...
    EetieDEetieD
    Sep 18, 2009 at 8:53 am
    Sep 18, 2009 at 12:03 pm
  • I am trying to build Tolven projects on Eclipse but got the following error. BUILD FAILEDc:\tolvendev\tolven\build.xml:173: Basedir c:\tolvendev\tolven\${tolven.home}\tolvenClient does not exist I ...
    Ismail JibrinIsmail Jibrin
    Sep 15, 2009 at 3:56 am
    Sep 15, 2009 at 2:48 pm
  • When I have an Input task with "addProperty", the property it creates is only valid within that one target. So if two targets are being called in the same build run, the property added by the input ...
    Don rhummyDon rhummy
    Sep 12, 2009 at 10:33 pm
    Sep 14, 2009 at 3:32 pm
  • Hi, How can I set the value of out.dir to /local/tmp/ if it exists. Currently the second option when /tmp exists set the value out.dir to /tmp/myuser I know that /local/tmp exists. //mike <available ...
    Mikael PettersonMikael Petterson
    Sep 11, 2009 at 11:22 am
    Sep 11, 2009 at 4:15 pm
  • Hi All, I'm trying to execute certain test cases as a part of my build. I'm using the ant's junit task to accomplish this. My build script is as follows, <junit fork="no" maxmemory="1024" ...
    Kamesh ParameswaranKamesh Parameswaran
    Sep 8, 2009 at 10:39 am
    Sep 9, 2009 at 4:33 am
  • HI: Is there an existed ant target to execute plain java source code? I need to run one java statement before junit target, I don`t want to create a separated main class for this, it is possible to ...
    Gao LinGao Lin
    Sep 4, 2009 at 8:22 am
    Sep 4, 2009 at 9:02 am
  • Hi, I see similar tasks from AntContrib and antelope. Which one is the right one and the latest one which is in having active development.. Some of the tasks in both seem to be different in signature ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 3, 2009 at 3:09 am
    Sep 3, 2009 at 12:24 pm
  • Hi, 1. I am using Ant to manage the build and deployment of a collection of third party software that's used within my main product. For example, my third_party component contains versions of java, ...
    Dalton, TomDalton, Tom
    Sep 29, 2009 at 10:50 am
    Sep 29, 2009 at 12:09 pm
  • I am a new user. Is there a way to remotely call an Ant script? For example, can the server call an Ant script that lives on the client? Thanks, Nicole
    Redmond, NicoleRedmond, Nicole
    Sep 28, 2009 at 11:41 am
    Sep 29, 2009 at 6:01 am
  • I need to check to see if two files are the same, and throw an error and stop the build if they're not. Two problems: How to throw an error? How to compare two files? This is as far as I've gotten: ...
    ChrisChris
    Sep 25, 2009 at 9:05 pm
    Sep 28, 2009 at 12:37 pm
  • Hi, with the command line program "zip" I can create a zip-File with annotated folders inside. I try to generate such a zip-File with the org.apache.tools.zip classes coming with ant.jar. Here is my ...
    Arne v.IrmerArne v.Irmer
    Sep 22, 2009 at 1:51 pm
    Sep 24, 2009 at 11:05 pm
  • Version 1.1.0 of the Ant Script Library has just been released. The Ant Script Library (ASL) is a collection of re-usable Ant scripts that can be imported into your own projects. The ASL provides a ...
    Joe SchmetzerJoe Schmetzer
    Sep 15, 2009 at 3:55 am
    Sep 16, 2009 at 5:44 pm
  • I am sure this has been answered, but googling isn't turning up any great results. I am trying to run the seam in action code examples which is a pretty simple build.xml file. Every time I try to run ...
    Karl NielsenKarl Nielsen
    Sep 15, 2009 at 8:09 pm
    Sep 16, 2009 at 9:02 am
  • Hello, After upgrading our environment from Ant 1.6.4 to Ant 1.7.1 we ran into NullPointerExceptions with some of our custom tasks, something like: java.lang.NullPointerException at ...
    Wirth, MarcWirth, Marc
    Sep 15, 2009 at 11:40 am
    Sep 15, 2009 at 12:27 pm
  • Hello I am trying t access a cvs server from a ant task (running in a Windows system)..When a test in a Linux system everything goes right..but in windows the task doesnot conect in the cvs server.. ...
    Júlio Cesar Bueno CottaJúlio Cesar Bueno Cotta
    Sep 4, 2009 at 6:40 pm
    Sep 8, 2009 at 9:13 pm
  • Hi. I am a new ant user seeking to use ant to deploy my webapp to my remote server. For starters, I am just trying to copy one file from my local computer to my remote server using an scp task. ...
    Littlebluehouse1Littlebluehouse1
    Sep 3, 2009 at 12:56 pm
    Sep 3, 2009 at 8:00 pm
  • Is there a way not to display the message 'deleting a file...' when Apache ANT is actually deleting a file? When I do this: <delete file="d:\pro.txt" verbose="false" quiet="true" / I see the message: ...
    EetieDEetieD
    Sep 30, 2009 at 9:03 am
    Sep 30, 2009 at 3:26 pm
  • Hi everybody, I am doing several xslt transformations managed by an ant build file. The XSLT processor used is Saxon 9 since our stylesheets are written in XSLT 2.0. My problem now is that if Saxon ...
    Huditsch, Roman \(LNG-VIE\)Huditsch, Roman \(LNG-VIE\)
    Sep 30, 2009 at 8:58 am
    Sep 30, 2009 at 11:19 am
  • I was supplied a script by Francis Galiegue see below which passes a parameter value from one property file to another one, which works for me see below, but I have comments in file B see below for ...
    Paul collinsPaul collins
    Sep 25, 2009 at 12:06 pm
    Sep 29, 2009 at 3:42 pm
  • How could I set ant property the value which is the result of bash script execution? For example, I need to have target which utilizes svn and bash utilities in order to control build execution. ...
    AlternAltern
    Sep 28, 2009 at 4:12 pm
    Sep 28, 2009 at 9:06 pm
  • Hello everyone: I’m learning the Struts framework and in my first Web Application, that contains only a JSP with the classic Hello World! Message, I have some problems. I’m using Windows XP SP2 as ...
    Rafael MunetonRafael Muneton
    Sep 19, 2009 at 1:02 am
    Sep 20, 2009 at 4:14 pm
  • Hi, I try to build apache ant on a linux machine, but I got the following error. Can somebody let me know how too fix the problem? Regards, Peng $ echo $ANT_HOME ...
    Peng YuPeng Yu
    Sep 18, 2009 at 3:10 am
    Sep 18, 2009 at 3:59 am
  • Hi: Is it possible to specify own JUnitTestRunner instead of org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner in JunitTask ? If possible, in which version it will work. I need my own ...
    Gao LinGao Lin
    Sep 17, 2009 at 4:17 am
    Sep 17, 2009 at 11:15 am
  • Hi, in ant with groovy integrated task definition and its libraries in build.xml in one of the macrop <macrodef name="printImplicitOjbectXML" <sequential <groovy println(project); </groovy ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 5, 2009 at 7:15 pm
    Sep 13, 2009 at 10:49 am
  • Hi, I am looking for having ant build.xml <project <target name="callOther" <ant dir="other direc.." //as part of this call I need to pass the command line options which used for invoking this ant ...
    Raja Nagendra KumarRaja Nagendra Kumar
    Sep 9, 2009 at 4:00 pm
    Sep 13, 2009 at 10:47 am
  • Hi there, I'm a ant newbie. I've already search for my topic, but I haven't found my problem. So my problem: I have a tmp directory where other directories have been created (names are hashes). In an ...
    AkentnerAkentner
    Sep 4, 2009 at 10:03 am
    Sep 4, 2009 at 12:08 pm
  • Hi All, I am facing some issues in terms of white space in PATH in ant script. Can you please help me with below line in unix env? <chmod file=" ${VSSCheckout}/CICS_REPORTS/Message Handler/C++ ...
    Rajesh Kumar (IN4774)Rajesh Kumar (IN4774)
    Sep 3, 2009 at 3:21 am
    Sep 3, 2009 at 5:36 am
  • Hi all, I have Ant 1.7.0 running on a GERMAN Windows XP. The thing has also filenames with UMLAUTS in the name. Now, I can't get even the below minimal example to correctly print the umlauts, ...
    Justin CaseJustin Case
    Sep 1, 2009 at 4:19 pm
    Sep 3, 2009 at 3:31 am
  • Savant 1.5.2 has just been released. It fixes the Windows batch script issues that some folks were having when Java was located in a folder that contained spaces and also a transitive dependency ...
    Brian PontarelliBrian Pontarelli
    Sep 29, 2009 at 10:34 pm
    Sep 29, 2009 at 10:34 pm
  • If I have something like: <target="abc" <subant output=testOutput.xml" ... </subant </target Is there any way to make the "testOutput.xml" have a timestamped filename? Thanks! -- View this message in ...
    IsaacsteeleIsaacsteele
    Sep 29, 2009 at 7:29 pm
    Sep 29, 2009 at 7:29 pm
  • Hi, When using the junit task in Ant if a test times out, then all the user receives is an one line error to the console saying that the tests timeout and the junit report looks fine because it only ...
    Alex ForemanAlex Foreman
    Sep 29, 2009 at 10:29 am
    Sep 29, 2009 at 10:29 am
Group Navigation
period‹ prev | Sep 2009 | next ›
Group Overview
groupuser @
categoriesant
discussions59
posts250
users78
websiteant.apache.org

78 users for September 2009

Francis GALIEGUE: 23 posts Raja Nagendra Kumar: 14 posts Veena pandit: 14 posts Rebhan, Gilbert: 13 posts Stefan Bodewig: 12 posts Ernst de Haan: 9 posts Andy Stevens: 7 posts David Weintraub: 7 posts Jan Materne: 6 posts Gilbert Rebhan: 6 posts Supareno: 6 posts Chris Kimball: 5 posts David Byrden: 5 posts Dominique Devienne: 5 posts Joe Schmetzer: 5 posts Martin Gainty: 5 posts EetieD: 4 posts Jean-Baptiste BRIAUD -- Novlog: 4 posts Kamesh Parameswaran: 4 posts Michael Ludwig: 4 posts
show more
Archives