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 226 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Updating default.properties in ant.jar for taskdefs

Hi I want to append the following lines to end of file "defaults.properties " located in package "org/apache/tools/ant/taskdefs " in "ant.jar " for avoiding writing taskdefs in all build files. #

Nested property value de-referencing. Possible???

Say you have a property called env set to a value of "qa " and you have a property called qa.install.dir set to /local/install/qa. Is it possible to do something like the following <property nam

Incremental build using Jspc

Hi I am using the "webapp " option to build a whole web application. My problem is that everytime I run the task the whole application is being pre-compiled not just the Jsps I touched. Our grou

Validating and assign variables in ant

All I think I send this before but unfortunately no answers yet. So here I go again... Can I validate and then assign values to properties in ant just like any shell scripts would? Here is what

Re: "If Ant fails, it will return a non-zero exit code " - doesn 't hold
any mor

That 's strange my previous message doesn 't seem to appear on list so I 'll repeat it here. I think I 've found the problem taking a look on ant.bat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re[2]: "If Ant fails, it will return a non-zero exit code " - doesn 't
hold any

SB > As you are using Perl anyway try runant.pl instead. Whops I didn 't notice that one. Thank you ! MG > my @(protected) ( "java " "org.apache.tools.ant.Main.main ") MG > system(@(protected)) I think it 'll also

"If Ant fails, it will return a non-zero exit code " - doesn 't hold any more

On Tue 16 Dec 2003 Evgeny Goldin <geniek@(protected) > wrote > 3) What I see *is* zero. I think it doesn 't work for the Windows batch file. As you are using Perl anyway try runant.pl instea

replacing commented text

Hi all I would like to extract a piece of my property file ################################################## #environnement A ################################################## #Jdbc #project.jdb

"If Ant fails, it will return a non-zero exit code " - doesn 't hold any
more ?

Hello It 's being said on this list that "If Ant fails it will return a non-zero exit code ". Unfortunately it doesn 't work for me 1) I have a build.xml that fails (see below) 2) I call 'ant ' fro

Antwort: RE: FTP Task !

thanks that worked ! "Rebhan Gilbert " <Gilbert.Rebhan@(protected) > am 16.12.2003 13 40 39 Bitte antworten an "Ant Users List " <user@(protected) > An "Ant Users List " <user@(protected)

build.xml not found ...

Hi all I am quite new in using ant so I have some problems... After the installation of the binary code in my PC (W2K) itried to run ant (ant.but) but I get an error Buildfile build.xml does

FTP Task !

Hi I am trying to execute an ftp task but the build is failing. I have the optional.jar in my classpath but the build fails. I get the following error file c /pdm/scripts/ftp.xml 12 Could not cr

RE: how to read a fragment from a textfile and add it into a e-ma
   il

It depends how you can specify the fragment. - You can use <head >/ <tail > filter while reading - copy the file to a tmp file and use <replaceregexp > on the copy Jan > -----Original Message----- > F

how to read a fragment from a textfile and add it into a e-mail

how can i read a fragment from a textfile and add it into the body of a eMail? -- Mit freundlichen Gruessen Michael Seele(Michael.Seele@(protected)) G & H Softwareentwicklung GmbH Tel. {+

proxy settings for ant

how can i configure my proxy settings that ant can download/upload some files from the www/ftp? -- Mit freundlichen Gruessen Michael Seele(Michael.Seele@(protected)) G & H Softwareentwicklung

RE: Question about validating environment variables and assigning
    parameters

Do you have a <property environment "system "/ > <property name "system.JAVA_HOME " value "--not-set-- "/ > before your statements? The first line gives you access to the environment variables.

questions about classpath and FileSet

Hi can someone please explain these to me? 1. two jars of the same name one is on the system CLASSPATH and one in Javac 's classpath attribute. When javac is run which is used? My experiment shows

Can I append classpath variable through multiple targets?

Hi all Can I append classpath variable through multiple targets? Please check the following codes... <target name "classpath-general " > <echo message "classpath-general in here! "/ >

Ant 1.6 beta3 fails on windows xp pro

I am running ant 1.6 beta 3 on windows xp pro with sp1. I get this error when I run 'ant -version ' java.lang.InstantiationException org.apache.tools.ant.Main at java.lang.Class.newInstance0

multiple selection of classpath??

All 1. How can I select multiple classpath? I would like to be able NOT to define CATALINA_HOME for tomcat if not compiling things for tomcat and just use J2EE... 2. Can I define the followings

How can I select different classpath for building different apps?

All In one single build.xml how can I select different set of classpaths? for Tomcat and for other apps? I try to do the followings <target name "tomcat " if "system.CATALINA_HOME " > <an

select properties file

I have two different properties files which I use when I build on windows and unix machines. How do I tell ant to use the appropriate file depending on the os.name? Any help is appreciated. Thanks

Running Ant from a web page

Hi Can anyone suggest ways of running an Ant target from a webpage ideally being able to send data back as part of an HTML page as well (perhaps using the echo task)? Cheers Dave. -- David Balc

Question about validating environment variables and assigning parameters

All I am trying to do this <property name "javaBase " value "${system.JAVA_HOME} "/ > <target name "barry " if "javaBase " > <echo message "TEST JAVA_HOME is ${javaBase}. "/ > </target > The p

problems with logging (message priority level)

Hi we wrote our own xsl stylesheet for parsing ant log infos. With the message priorities (debug info warn error) we want to decide whether our build run is complete failed etc. We use ant ver

Unsupported major.minor version 48.0 problem while running the an telope tas

On Sat 13 Dec 2003 Dirk Weigenand <Dirk.Weigenand@(protected) > wrote > Use 1.4 JRE/JDK and the error will go away. Alternatively recompile the tasks using JDK 1.3. Stefan

validate paths and environment valuables?

All How can I validate environment valuables in ant build.xml? For example how can i make the following condition? If $JAVA_HOME exists then assign property name XXX to value of $JAVA_HOME? Once

Re: Unsupported major.minor version 48.0 problem while running the
an telope t

Hi Nagarajan Murugesan <NMURUGESAN@(protected) > writes > Hi All > > I am having a problem with Antelope task. > <snip/ > > > while running the script error given as > > sqlrun > BUILD FAILE

task description attribute

I must have the wrong idea about the description attr. - I had a task <target name "init " depends "common-init " description "sets up appserver properties & classpath " > and I want to change

pattern replacement in a property value!!!

Hi All I have a question on ANT properties. Is there any task/way in which we can replace a particular pattern (string) in a property value. For Example I defined a property name "mail " value
Page 226 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.