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 306 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

Need help using exec to do "ls -rt1 | tail -1 "

Thanks to everyone for all the input. I had no idea the pipe was interpreted by the shell. With that in mind I got it to work. Here is how to do it <target name "getNewest " > <exec dir "

How to add source jar file to ANT javadoc target

I need to document a bunch of java source files some in directories some in jar files. The Sun javadoc tool accepts any combination of directories or jar files (containing java source file) in it

how many build.xml files and where should they go?

I haven 't seen much discussion about this question but there seem to be two very different approaches to managing build.xml files. One approach has a single build.xml at the top of the project tree.

Ant dependencies

Hi I would like to execute ant and give it access to the catalina-ant.jar library that comes with Tomcat 4.1.x. However I do not have privileges to copy this JAR into $ANT_HOME/lib. What is the

Cvs : not specific to ant but ...

Hi Until now I have tested the <cvs > task on my laptop computer (ie Windows) where the cvs.exe (cvs client executable) is in the path. Our cvs server is on a distant UNIX platform and everything

RE: "destroy "-ing an Ant exec doesn 't destroy what Ant is "exec "-
    ing...

This makes sense. Thanks for the precisions. I was leaning to making System.exit conditional just because Ant doesn 't provide a clean programmatic entry point and one has to almost fully duplicate Ma

Ant <jspc > compilation and multiple directories

Hey all I have been using the jspc ant task and the jspc.sh script to compile jsps into class files. However I have run into an issue that many others seem to as well. If I have jsps such as jsp

"destroy "-ing an Ant exec doesn 't destroy what Ant is "exec "- ing...

On Mon 7 Apr 2003 Dominique Devienne <DDevienne@(protected) > wrote > Why can 't Main.java be modified to not call System.exit possibly > conditionally under the control from a new command line argumen

RE: "destroy "-ing an Ant exec doesn 't destroy what Ant is "exec "-
   ing...

Stefan Why can 't Main.java be modified to not call System.exit possibly conditionally under the control from a new command line argument? Seems like the simplest and cleanest solution no?!?!? --D

mtxslt + Saxon 7: <xmlcatalog refid= "... "/ > not supported?

To render Docbook sources to PDF I have to use Saxon 7 (instead of 1.4 JDK 's Xalan) due to Xalan bugs. It seems that the 3rd-Party mtxslt task does the job however it ignores the <xmlcatalog refi

Checking for any checked-out files in VSS

Hi All I need to check incase any file is checked-out from the VSS before creating the build. Since the VSS "status " task is not implemented i 've used the following work-around <target

Building up a dependent classpath

Hello Let 's say I 've got a couple of projects projecta and projectb. Some classes in projectb will depend on projecta. I 'm thinking of introducing another projectc which depends on projecta and pro

ANT Inside IBM WebSphere Application Developer

Hi! I 've run recently into all sorts of problems trying to update my version of Ant inside WSAD v.4.1.0. I 've followed Barry Searle 's article and renamed the old files sticked the new ones in (well

Help - Attachment in Ant Mail task

Hi All I 'm trying to do the following 1. Log the build process using "org.apache.tools.ant.DefaultLogger " and "org.apache.tools.ant.listener.MailLogger " 2. Determine success/failure of the build

"destroy "-ing an Ant exec doesn 't destroy what Ant is "exec "-ing...

Hi I 've developed a simple Java-based GUI for invoking Ant. That GUI uses "Runtime.exec " to run Ant in "Process " objects. The GUI also includes a "Stop " button which executes the "destroy " metho

Ant in Eclipse 2.1: VerifyError

Hi I also just upgraded to Eclipse 2.1 but I am having a different error when trying to run Ant in Eclipse. I get the following only when I set the ANT_HOME variable through the Eclipse Ant dialo

Ant in Eclipse 2.1: Unable to find a javac compiler

Hello I 've just upgraded my Eclipse IDE to 2.1 and with it I got ant 1.5.2. However I get the following error which is hard for me to understand [javac] BUILD FAILED file F /tdk/webapps/webs4/W

Strange problem with <arg > tag

Hi I try to execute a batch file( "foo.bat ") from an Ant build script. The batch file executes a java application. The java application requires some additional libraries. The libraries are loaded o

java task and dir attribute

Hi I 'm able to run my java program from the command line but i am getting errors running the same program using the <java > task. I 've enabled fork to true and have set the dir attribute to the dir

Need help using exec to do "ls -rt1 | tail -1 "

That command returns the name of the newest file in the directory. I want to put that string into a property. The exec task seems to hate the fact that one of my arguments is a pipe. Does anyone h

Question about jar files for building Ant

I?ve been working on building Ant and there are a bunch of jar files required that are difficult if not impossible to find if you want to build all the optional tasks. Is there someplace where the w

Inherit properties set in command line to java task

Hi Is there any way that properties set in commandline using -Dname value can be automatically inherited by java task without explicitly specifying the nested sysproperty element? Thanks!

Having problem in connecting to VSS

Hi I 'm having problem in connecting to VSS and get the files.Its giving java.io.IOException create process error in connecting to VSS.I 'm giving "ssdir " path to the VSS folder where ss.exe availab

SSHExec task

Hi all I 'm using the SSHExec task with ant 1.6a but I have this error after starting my script. file ///C /temp/start_moteur.xml 64 taskdefA class needed on loading by class o rg.apache.tools.ant

shellscript task

Hi Where could I find the "shellscript task " ? Thanks Sam

AW: Copy *

<copy todir "destdir " > <fileset dir "fromdir " includes "**/*.* "/ > </copy > Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Andrew Zeon [mailto AndrewZ@(protected)] > Gesendet am Frei

Copy *

Hi What would be the equivalent to 'cp -r fromdir/* destdir ' in ant? In another words I want to copy all the files and directories recusively from a directory to another directory? Thanks.

Code completion not working.

Hello Me again ) First time eclipse user. I am not able to get the code completion in Eclipse to work. Here is the screen shot (link) of the error message I get http //ajaygautam.homelinux.net

ant path and file name

Dear Sir I need to know the exact path and file name for ant running on windows 2000. I downloaded some but wrong. Thank you for your help. MedV image

concat force new line

Hi How would I go about forcing concat to add a new line when using a fileset? Pram
Page 306 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.