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

xmlcatalog to resolve document() in xslt task

Hi Inside an xslt task I define an xmlcatalog. In the xsl file I call document(ff.xml) the file is on the classpath but I keep getting a NoFileFound Exception. What did I do wrong? Cheers Ron <

AW: exclude directories from jar file

Change excludes "rex/rexml " to excludes "rex/rexml/ " Jan >-----Urspr?ngliche Nachricht----- >Von Thom Hehl [mailto thom@(protected)] >Gesendet Montag 8. August 2005 15 2

exclude directories from jar file

I am trying to create 2 jar files from my application. I have directory rex that contains a bunch of source files and then directory rex/rexml that contains a separate but closely related applicat

AW: extracting part of a property.

I had a snippet in my snippet-lib ... <?xml version "1.0 " encoding "ISO-8859-1 "? > <project > <property name "configs " value "FooName1 FooType1 FooName2 FooType2 " / > <scriptdef name "split " la

extracting part of a property.

Hello I am trying to figure out if I could get ant to do some string manipulation. Suppose I have a property with value "foo_0.01 and I want to split this on the _ character and put "foo " and "0.0

AW: Problem with pathconvert with new line

Maybe you?ll write the property directly to file for debug <echo file "debug.txt " message "${mf.classpath} "/ > Jan >-----Urspr?ngliche Nachricht----- >Von Conor MacNeill [mailto conor@(protected)

PesterCat Ant Toolkit : New addition to external tools and tasks

PesterCat Ant Toolkit. Description PesterCat is a web testing tool that was designed to perform functional testing for web applications. The PesterCat Ant toolkit contains tasks to playback test scr

Help!! How to call imported ant target in Java

Hi This is to draw your attention to my query as I really need help on this. I have to call a main build file from java code to do a task. But the task has to be defined in another build file im

Problem with pathconvert with new line

Dear developers I am trying to build a classpath manifest using the pathconvert directive as above <pathconvert property "mf.classpath " pathsep " " > <path refid "project.classpath " / > <flatt

SV: junit task problem

Hi again The Java Communications API calls caused my problem. When I installed comm.jar og javax.comm.properties in the ant\lib directory and win32com.dll in the ant\bin directory it worked all rig

dependency checking is not included in Ant. ???

hi the following statement "Some of the features of make specifically inference rules and dependency checking are not included in Ant. " means that ant will do full build always regardless

flattenmapper in war

I am having trouble figuring out where to use a 'flattenmapper ' element. The below is from the manual for the 'war ' task with a slight change to the 'lib ' element <war destfile "myapp.war " webxml

Exec task does not fail inspite of non-zero error level

Hi I am using an ant script to trigger off my builds and unit tests but for some reason I am unable to get the exec task to work properly. My ant script contains the following code snippet <!-- B

Eclipse input task -inputhandler

I know this may have been asked before but I just don 't get the docs. How do I configure the -inputhandler to ensure the input task prompts me visually? I am using Eclipse 3.0 (Was using WSAD

cvs task with cvs log command

Hello i have a problem with the <cvs > task in ANT. Here my cvs target <cvs cvsRoot "${cvs.root} " quiet "true " command "log -d " 2005-08-01< 2005-08-03" C /wsad/workspace/deployment_uti

Utility macrodef to verify all filterset tokens are replaced

Inspired by a comment from Jan earlier this week on the list here is one of my commonly used macrodefs. We find it very useful to use prior to building a war or similar artifact for deployment. Wit

AW: How to call imported ant target/task in Java

An <import >ed file is (nearly) the same as coded directly inside (at the end of) your main buildfile. Jan >-----Urspr?ngliche Nachricht----- >Von M. Z. [mailto communitysubscription@(protected)] >Ges

AW: containsregexp selector Ant 1.6.5

I would catch only ListResourceBundle write them to file and have any eye on them - you dont catch imports - you dont catch childs of childs public class MyRB extends LRB01 {...} public class LR

How to call imported ant target/task in Java

Hi there Can anybody advice me how to call an ant target/task which is " <import/ > "ed from another build file from within Java code? Here 's my Java code (I got the sample from this mailing list

ant.jar has unsigned entries

Hi I 'm trying to run a class which uses Bouncycastle cryptography. It runs fine when called directly from commandline java however it won 't run from within an Ant <java > task [java] java.io.IOExc

SCP...done...BUILD SUCCESSFUL....no local file created

Hi all I 'm using the following snippet to SCP a file from a remote machine to my local machine. The output looks fine (although I can 't get it to be more verbose no matter what I try). However I

containsregexp selector Ant 1.6.5

Hi All I am trying to use a fileset to find all the Java ListResourceBundle files in a product. I am trying to use the following <fileset id "lrbset " dir "${SOURCEFILESDIR}/${PRODUCT} " includes "**

Ant Zip Task

Hi I 'm trying to zip up bunch of files in many subdirectories undrer their parents directory but all the subdir names and paths are getting included in the zip file. The include attribute is not d

AW: More on antcall versus macrodef

Just a note I like the idea of using property-files <property file "${server}.properties "/ > <property file "defaults.properties "/ > life.properties tomcat-home d /tomcat5.0 test.properties t

More on antcall versus macrodef

Hi all. Short time lurker first time poster but I did search the archives! I 'm pretty sure I can hear list regulars groaning at my subject line but here goes. I 'm build manager for a fairly chunky J

presentation on ant1.7 features

List subscribers may be interested to see the presentation I gave last month at apachecon europe which looks at leading edge features of Ant1.6 forthcoming stuff in ant1.7 and interesting things

Ant bcb cc linking: wrong command line option

Hi i try to compile and link a projekt with the ant-cctask. I uses the Borland CBulider compiler. The compile works but if its linking i got an error [cc] ilink32 /ap -fo MyFile.exe ..\..

AW: zip task to include all files under all subdirs

<include name "${app.name}/ " / > should be enough Jan >-----Urspr?ngliche Nachricht----- >Von Anand Krishniyer [mailto akrishni@(protected)] >Gesendet Mittwoch 3. August 2005 20 18 >An user@(protected)

zip task to include all files under all subdirs

Hi I am using zip task to make a zip of a dir. the user inputs the dir name and the target needs to zip the entire contents of the dir. Pl note there could be empty dir/sub dir and several levels of

Adding to ant 's classpath from an ant build script

I have a custom Ant task in a jar file (custom.jar) that I would like to use in my ant build.xml. However I would like to add this jar to the ant runtime only during the execution of my script. Is
Page 102 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.