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 107 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

slightly ot - setting java.endorsed.dirs for ibm jdk under ant build

i 've got an ant build script. our "default " jdk is IBM jdk 1.4.2. our web app requires a specific version of xalan.jar to build. we can build just fine on intel box by specifying sun 's jvm. when dep

Xslt task defaults to XSLTC with jdk1.5?

Hi Is it expected behavior for the Xslt task to default to XSLTC when using jdk1.5? It does. When I threw the xalan jar in the ant lib directory it used xalan-j. Perhaps it has to do with Sun 's re

how to use a fileset with the pack200 task?

Hi i just want to create a pack200 archives of my jar files. At the moment i 'm sign my jars with this target <target name "sign.war.temp " if "sign.client.jars " > <signjar alias "z " keystore "z "

NoClassDefFoundError...

I 'm trying to run a build.xml script (script A) (for Cruisecontrol) that calls my original working build.xml (script B) but am having some problems... I get a NoClassDefFoundError when my script A c

Does Ant improves the performance in large c++ project thanmake?

> From Simon Kitching [mailto skitching@(protected)] > > On Fri 2005-07-15 at 08 19 +0200 Juergen Hermann wrote > > On Thu 14 Jul 2005 17 45 13 -0700 Alexey N. Solofnenko wrote > > > > >It is qu

usage of exec

Hi All I want to use one of my batch file into my build.xml file the batch file is as follows //

antelope - gui for ant

hi all just in case anyone missed it(and for newcomers) there is a gui front end for called antelope at http //antelope.tigris.org/ it is good looking and will be of great help to beginners Regar

build dies when called from cron

Hi - I have a build system which works fine from the command line but stops mysteriously when I run it from cron. The build file structure for my application has a master file at the top which cal

scp question - very urgent

I am trying to recursively copy dir 's from one machine to another... I issue the command from the old itappstage machine Scp -p -r weblogic weblogic@(protected) /opt ....what is the be

Memory Leak?

Hi I am experiencing memory leak while executing Ant targets multiple times from java program. It seems to me that the classloader instances are lying around and takes heap space for each run. Any

for C++project, is there any way to cache dependancy informat ion in ANT ?

Are you using the ant-contrib cc task? If so it might be better to ask the ant-contrib mailing list. -----Original Message----- From hiren patel [mailto hiren979@(protected)] Sent Sunday July 17

Building projects on FreeBSD machine.

Hi Some of our components(projects) are on FreeBSD machines. We wanted to build these projects remotely from a windows box. Also have to perform file operations on that machine. Does ANT have supp

JUnit task - how to call single test method

Hello using the JUnit task is it possible to execute a single test _method_? Regards Martin

need help adding a command to the compile task

I have been writing a java program with apache ant. When I complie I get a warning that say to recompile with -Xlint unchecked for details. How do I do that in ant? -Paul

for C++project, is there any way to cache dependancy information in ANT ?

Hi well <depend > task is useful only with java projects. but does anybody know that for a C++ project how ANT can calculate dependancies? and does it provide any dependacy caching task or faci

Where is the documentation for ant contrib

I believe using ant contrib one can use something like this <if > <equals arg1 "${deployment.env} " arg2 "dev " / > <then > do something </then > </if > Wher

replaceregexp issue: replace forward slash with backward slas h

Why not use <pathconvert >? http //ant.apache.org/manual/CoreTasks/pathconvert.html -- Larry -----Original Message----- From Neeraj Kumar [mailto neeraj.jsr@(protected)] Sent Saturday July 16 2005

replaceregexp issue: replace forward slash with backward slash

input c /foo/bar desired output c \foo\bar code <replaceregexp file "test.properties " match "/ " replace "\\ " flags "g " / > I 'm getting an error. How do I achieve the desired outpu

tar archive: varying list of subdirectories as a property?

Relative to a specific basedir how do I pass a list of subdirectories that may vary over time to the tar task without changing the buildfile only the properties file? For example subdirOne subdir

is there any way to cache dependancy information in ANT?

Hi Ant calcualtes the dependacies between files on the fly. but since this operation will be performed each time in order to make it fast is it possible to cache it ? and skip it ? thanks hi

Change permissions on a directory via ftp

Hi- Can someone please instruct me on how to change the permissions of a directory via ftp? I have no problems creating the directory transferring the file or changing the permissions on the fi

uptodate help...

i 'm trying to get an uptodate task working. i 'm pretty sure i 've got the mapping wrong. my setup is Web Content/behavior/*.xml Web Content/behavior/compiled/*.xml I need to see if any files in th

Ant 1.5.4: Possible to compile Ant task source files in same build.xml that

Yes this is certainly possible. -- Jeffrey E. Care (carej@(protected)) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https //w3.opensource.ibm.com/projects/mantis "K

Ant 1.5.4: Possible to compile Ant task source files in same build.xml that they

Using Ant 1.5.4 is it possible to have a build script with a taskdef that references class files that are built within the build.xml itself? I 've decided that the only way I can get XML validation ag

nested property names

I 'm working on this project where a properties file is loaded in at the beginning of the buildfile and some properties are also passed in as command line parameters. The problem is that I need to ac

Re: Use JSLint to validate .js files?

Emmanouil Batsis wrote > This is a shot in the dark but i was wondering whether some other > disturbed individual has thought about validating javascript files in > Ant builds by feeding them to

AW: Basedir attribute in the war task

<war ... basedir "... " excludes "src/ " / > Jan >-----Urspr?ngliche Nachricht----- >Von Petar Tahchiev [mailto paranoiabla@(protected)] >Gesendet Freitag 15. Juli 2005 14 11 >An user@(protected)

Basedir attribute in the war task

Hello people I have the next problem I want to make a war file from the next file structure basedir\ |- WEB-INF |-lib |-html |-JSPs |-Other stuff |-src and all I want is to use the war task with

stripping duplicates in file with <script > ?

Hi i 'm parsing the updatelogs from a ClearCase snapshotview with regular expressions - that works fine OK But as i have to parse n logs of one whole day there appear duplicates in the resulting f

AW: ANT Vs Cruise Control

Ant is used for building projects. CC is used for managing the daily build. So it?s more a "ANT + Cruise Control " than a "ANT Vs Cruise Control " -) Jan >-----Urspr?ngliche Nachricht----- >Von K
Page 107 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.