Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
  Subjects
Home
Python implementation for Ant
AW: a problem compiling a Java 5 project with generics
Odd Behavior
How to compile jsp files with ANT
Ant and the Windows Registry
please update the next release of Ant 1 7 to Xerces 2 9 0
tag inside some other tag(cvs)
Perform a task for every folder from the file
ConcurrentModificationException
Location attribute in property not resolving correctly
creating files
Problem with condition selection property; Help needed
Javac task query
Help with running different target based on user input?
"java lang ClassCastException: org apache tools ant types Path " error after
ANT task to process properties files into static class
Ant 1 7 0 can 't find Junit in ${user home}/ ant/lib
Invoking a target (Ant 1 7) in a loop (Ant Contrib)
How to set the next week start date
repost: trooubled with ant from source install
Javadoc
ant javac version question
TImestamping in ANT
Building Dependent targets
help! how to send multiple files to remote machine? ant jsch
Ant 1 7 0Beta3 released
Example: error loading a mysqldump file
How to refer PATH environment variable in <exec > Ant task
How do I use ejbDeploy outside of RAD
Build successful but nothing produced
Formatter for ant scripts ?
Rename directories in Ant
How to make "outputproperty " element work???
Jar Locking
Can 't get env HOSTNAME
AntForm question
filelist/fileset with multiple directory
"java lang ClassNotFoundException " when running junit task
Settting environment variables
Mail failing in build xml file
Custom processor for Xslt task?
How to echo path?
I need to write a task for Tagging
How can I capture a file 's date to a property?
task to 'cp r reply=no '
containsregex and concat
Weird Deleting Problems
ant and eclipse?
while like structure in Ant
Accessing the manifest within a jar file
get filename
Create WEB INF/lib based on path structure
Conditional dependencies
replaceregex
Very Bad use of Ant
regex text out of a file
ANT Help
at my wits end with delete
Task help
install and use apache ant on linux
Page 228 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Setting Environment Vars In Windows XP

I am having a problem with my environment variables. I have ant installed in c \ant and I have my javaSDK installed in c \javasdk I set the JAVA_HOME path to c \javasdk I set the ANT_HOME path to c

Basic Ant Question ?? :-))

Hi All I have a small basic question ANT. I have a test file which contains number of data in the vertical direction. I want put all the data in the horizontal direction with comma seperated. i.e

RE: How to a act based on property value, _not_ if set [was: ANT
   copy    on con

Or a nice trick <!-- which to use -- > <input addproperty "which " validargs "One Two Default "/ > <!-- that?s the trick -- > <antcall target "do${which} "/ > <target name "doOne "/ > <target name "doTwo "/

Re: How to a act based on property value, _not_ if set [was: ANT
copy    on cond

You can use the <condition > task with <equals > to make the test beforehand -------- <antcall target "mytarget "/ > ... <target name "checkLabelType " > <condition property "labelTypeIsNew " >

Ant Manifest Task Question: Class path within Manifests in
EJB JAR and WAR fi

Ant Manifest Task Question Class path within Manifests in EJB JAR and WAR files Is there a more elegant way of doing this <path id "deploy.lib.path " > <fileset dir "${deploy.lib.dir} " >

how to run single test method inside TestCase using Ant

Is it possible using the junit task from Ant (1.6) to run a single test method inside a TestCase class?

Ctrl+C doesn 't work with Ant in Cygwin [solved]

Ant was in my PATH twice removing the 2nd instance fixed the problem. Matt > -----Original Message----- > From Matt Raible [mailto matt@(protected)] > Sent Friday December 05 2003 2 58 P

AW: ant task

Hi Kishore <read string " > "/ > might be understood wrongly by ant and the XML Parser before ant "sees " your buildfile. Try this <read string "> "/ > Cheers Antoine -----Ursprungliche Nachricht--

AW: Changelog task

Hi Andrew I have just had a quick look at the source code for this task. If you download the ant source code and make a slight change in ChangeLogTask.java method private CVSEntry[] filterEntr

using SCP task from Windows 2000 to a Red Hat Linux 7.3 box

Hi everybody i 'm trying to set up an SCP task in Ant 1.6. Here 's my script <scp file "${jarName} " todir "mylogin@(protected) /directory " password "mypassword " trust

How to use a different XML parser?

I want to use ant with an XML parser other than Xerces. How can I do this?

Changelog task

Does anyone know how to generate a changelog for only a specific branch? I 'm using the changelog task currently along with the xml transform the ANT team provides to generate HTML - the problem is tha

How to a act based on property value, _not_ if set [was: ANT copy
    on conditio

I 've need to take an action based on the value of a property (knowing that it 's set does me no good). Jan 's response to an earlier question looks like a viable option but is there an easier way? For

Condition If

Hi all I would like to know if it 's possible to execute a task only if the task that it depends was succesfull ? In fact I 've got a task that create a directory on my server and another that upload

RE: Indirect referencing a property by the value of another prope
    rty

With as often as this comes up should we put this in the FAQ 's? -- Larry > -----Original Message----- > From Jan.Materne@(protected) [mailto Jan.Materne@(protected)] > Sent Tuesday Decembe

RE: Indirect referencing a property by the value of another prope
   rty

a) without any external You can?t b) with <script > (needs libraries) propnameValue project.getProperty( "prop-name ") project.setNewProperty( "prop " propnameValue) c) with AntContrib (extern

Indirect referencing a property by the value of another property

Hi I have a property where the value is the _name_ of another property. How can I do something like <property name "prop " value "${${prop-name}} "/ > I want to set the property 'prop ' only once. I

ANT copy on condition

Hi I was wondering if it is possible to combine the condition and copy tasks to only perfor the copoy task if a property is set? i.e. if (property isset) { copy file } Cheers. Matt _________

Package alignment and different directories

I am having trouble setting up Ant to properly place compiled code into the appropriate directory. I need to separate common classes for work to be done by another team and need to access them via p

<get > task and cookies, holding state

Hello Has anyhone successfully held state in the form of cookies between web-related ant tasks. I need to do the following * hit a login url that requires username/password passed * allow a coo

AW: AW: Ant and Norton Antivirus 2004 on XP

run ant -debug you will see where it stops. Also try to use FilMon.exe from sysinternals and focus on the files used by java.exe this might give you a hint. Cheers Antoine -----Ursprungliche Nach

AW: Ant and Norton Antivirus 2004 on XP

Hi Joseph I am using ant and Norton Professional 2003 on Windows 2000 and I have no special problems. However ant 1.6 has been modified to do retries when deleting files or creating directories lar

Ant and Norton Antivirus 2004 on XP

Hi folks I 'm new to the list. Been using ant for several weeks now and started having a problem this morning that maybe someone recognizes. The archive listing on the website is a broken link a

MetaInf usage

Hello I am trying to use the metainf tag within a jar tag. i am looking for examples and usage of this tag. I want to add a couple of xml files to the META-INF directory inside the jar file. An

AW: XSLT with entities and therefore DOCTYPE

Hi Mike I am no great XSL expert. Did you try the <xsl import/ > element instead of entities ? Maybe you are having problems with the xml-apis.jar or the xercesImpl.jar which is bundled with ant 1.5

XSLT with entities and therefore DOCTYPE

I 'm not sure if this is something that can be answered on this list. I 'm hoping that at least I can be pointing to a better place to ask. I 'm delving into XSLT and have developed a transformation t

Changing "Build Successful "

Is it possible to change the "Build Successful " message at the end of a build. Kevin Crocker RSS Solutions Inc. 77 Wellington Street South Kitchener ON. N2G 2E6 Voice (519) 746-7200 x 228

antelop post task

I am tring to do a http POST using the Antelop ant POST task. However I get this error - BUILD FAILED java.lang.NoSuchMethodError at org.apache.tools.ant.Project.executeTarget(Project.java 1

Move only modified files

This seems like a basic question but I haven 't been able to find it in the user list search... When we do a build we want to only include files that have changed when compared to a target. The r

Export command

I 'm trying to do a script to export a module using ant.... <project name "name " default "checkout " basedir ". " > <description > simple example build file </description > <property environment "
Page 228 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.