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 216 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

MailLogger reset in different targets not working

Hi I would like to email different individuals based on the success/failure of different targets in my build.xml. I have everything set up correctly but am getting strange results (at least I don '

creation tar file - > ignores '.cvsignore ' file [OLK2004012700001070]

Thank you for contacting E*TRADE Canada - a service of E*TRADE Canada Securities Corporation. This automated response is your acknowledgement that on 1/27/2004 at 2 52 11 PM. we received your e-m

creation tar file - > ignores '.cvsignore ' file [OLK2004012700001041]

Thank you for contacting E*TRADE Canada - a service of E*TRADE Canada Securities Corporation. This automated response is your acknowledgement that on 1/27/2004 at 2 42 11 PM. we received your e-m

creation tar file - > ignores '.cvsignore ' file

Greetings I created a target task which uses the <tar > ant task to build a tar file of my source project (the source directory is ". "). However I detected a strange behavior in the creating of the

RE: run a class via a <java... > task with a particular working d
   irectory

I know you can run a process as a different user on Windows at least if it 's a scheduled process (though you do have to supply the password of the user you 're running as) - our nightly build script i

run a class via a <java... > task with a particular working directory

Hello Rudolf The working directory and user are specific to the Ant runtime unless the fork attribute of the <java > task is set to true. In other words the user and current directory used to start A

ANT taskdef caused IDE problems

Has anyone tried to use the ANT task to pre compile web apps as described at http //jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html#Web%20Application%20Compilation I have tried this and it

<import > and irritating warning

Hi list I am very glad that Ant 1.6 has an <import > target. It allows a cleaner build structure. However in our project some build-shared.xml file can be included in other build files that may als

"Unknown source " in stack trace

On 2002-10-08 Matt Benson wrote You should try passing -Djava.compiler NONE to your Java executable (in combination with compiling with debugging). -Matt --- Ian McCall <bronco_fan_no1@(protected) >

how to configure stderr and stdout in ant

Hi while running my ant target from one of the file-i 'm setting the jvm args. This jvm args args prints the customized Debug messages which shud go to the stderr and the exceptions shud go to the st

ant-contrib <for > and property immutability

Hi I am writing to share my workaround for a gotcha I encountered with the latest ant-contrib <for > tak (version 0.6) and some standard Ant tasks. And if anyone has a better workaround/solutions p

FileSet includesfile attribute, including files with a leading /,
   reading argu

I 'm trying to use FileSet to grab a bunch of files from a file and pass it as an argument to a <java ... > task. The file /project/vobs/project/data/client/file_list looks like this /project/vobs/p

problem with apache web site?

I keep getting an error of not being able to find the site for ant.apache.org but it appears that apache.org is down also currently. I didn 't know where to write about this.

Attention List Admin

Hi Sorry I still exist... ) It seems my admin had some emails issue this morning.. Sorry > -----Original Message----- > From "Anderson Rob (Global Trade) " > <Rob.Anderson2@(protected) >@(protected)

run a class via a <java... > task with a particular working
directory

Hello When Ant runs a class via a <java... > task it starts the class from a particular with a particular working directory and as a particular user. How do I find out at the time Ant executes t

how to add java arguments to javac

Try ... <java classname "... " fork "true " failonerror "true " > <arg value "- arguments "/ > ... Multiple <arg tags are possible. R. At 08 33 AM 1/26/2004 -0500 you wrote > Since t

Re: <pathconvert > is too interpretative - absolute-path-expansion
is a severe

Morten S. Mortensen wrote >You are probably right. > >One of the few things I have not used extensively are " <path > "-constructions. >But When looking into the manual trying to find something abou

AW: Getting the value of an environment variable?

Hi Adrian <property environment "env "/ > [...] ${env.CATALINA_HOME} [...] should work. see http //ant.apache.org/manual/CoreTasks/property.html Greetings Chris > -----Urspr?ngliche Nachricht-

Getting the value of an environment variable?

G 'day folks Is it possible to get the value of an environment variable and have it stored as a property? For example I 'd like to grab the value of Catalina_Home which is defined as a system envir

Telling DirectoryScanner to scan each directory separately.

Hi all I am writing a custom task which needs to get the list of included files for each directory but not any subdirectory and files inside it. First I have to get all included directories whic

jsps task usage question

Hi Ant Users/Gurus I would like to use the Ant task "jspc " that converts jsp code into java. The default compiler is Tomcat 's "jasper " but I need to use Sun/Iplanet 's "jspc " compiler. Does anyon

specifying classpath for optional jars in build.xml

Is there any way to specify the classpath to use for the optional jars inside the build.xml? I.e. I want to specify the location of say antlr.jar (or netcomponents.jar) in the build.xml rather than

<pathconvert > is too interpretative - absolute-path-expansion is a severe r

Patch forthcoming that should allow him to have his cake and eat it too... see http //issues.apache.org/bugzilla/show_bug.cgi?id 26364 -Matt --- Jacob Kjome <hoju@(protected) > wrote > > If you didn 't

Re: <pathconvert > is too interpretative -
absolute-path-expansion is a severe

If you didn 't want your paths expanded why did you use the "location " attribute in your <pathelement > 's??? If you use "value " then the paths won 't be expanded. The path expansion is happening b

Re: task <java ...fork= "true " >: from which directory is the java
command star

Rudolf Nottrott wrote > Thanks Antoine for the suggestion but it doesn 't seem to make a > difference. > > Basically I need to make sure that the command > > 'java org.hsqldb.Server -database test

<pathconvert > is too interpretative - absolute-path-expansion is a severe restri

I have high hopes for the <pathconvert > task since I use traditional string-like paths as input for a lot of tools and I want the original path to have a bit more flexibility. But I am somewha

Use of macrodef

Hello I 'm having difficulty using macrodef in Ant 1.6. It seems to support only one attribute and I need two or more. Here is an example of my macrodef

Why did the ant.bat wrapper change in 1.6?

I 'm experimenting with migration to Ant 1.6. It seems that the ant.bat wrapper has changed. Now it only works if I set CLASSPATH in the invoking environment. Can anyone help? What happened to the

Re: task <java ...fork= "true " >: from which directory is the
java command star

Thanks Antoine for the suggestion but it doesn 't seem to make a difference. Basically I need to make sure that the command 'java org.hsqldb.Server -database testxyz ' which is run by the ant targe

multiple commands with same ssh connection

With sshexec can we run multiple commands wih one target and one connection? for example <sshexec host "xxxxxx " username "xxxx " password "xxxx " command "command1 "/ >
Page 216 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.