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 326 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

Back to basics in a horrible mess with PVCS and Ant Spent all day sorted
nothi

Going back to basics what I am trying to do is create a PVCS Task. The PVCS I am using is on a separate machine which I have mapped to from my machine. PVCS Archive on 'Titan ' (Q ) My files are sto

JBoss element

Hi I 'm very new to ant so be gentle! I have been using the ejbjar task and wanted to add the JBoss element firstly does everyone else 's JBoss element documentation refer to weblogic instead of JBo

Cant find what looks like a Class Process within the Ant java files.

Hi I am currently building my own ant jar to track down a PVCS problem. I have tracked down through the code until I reached this block of code. protected void waitFor(Process process) { try

creating tasks

Hello I made the attached code today for creating tasks easily. The idea was using something like this <taskdef name "custom " classname "nl.base.util.CustomTask " > <classpath refid "local.classpat

AW: XSLT problem

Manual to <xslt > attribute "processor " sais > -----Urspr?ngliche Nachricht----- > Von Michael Rauh [mailto michael.rauh@(protected)] > Gesendet am Mittwoch 19. Februar 2003 15 52 > An user@(protected)

XSLT problem

Hi since I use ant 1.5.1 I get this error [xslt] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead. [xslt] java.lang.NoClassDefFoundError com/kvisco/xsl/XSLProcessor

2nd try: Creating property using regular expression on string/property value

Not sure if this is what you are looking for but here is another answer to your problem. I am using ant to update the build number in one of our files. It searches for the string INTERNAL_VERSION 1

AW: Compiling and building your own ant.jar

There is a build.xml in the root directory of the source distribution. If you invoke the build.bat/build.sh a bootstrap version of Ant is created. After that that bootstrap version will build the whol

Compiling and building your own ant.jar

Has anyone downloaded the ant source and used it to build there own ant.jar the reason I would like to do this is so that I can put proper error messages in and see where my build is falling over.

RE: 2nd try: Creating property using regular expression on
string/property val

You can 't change the values of properties because they 're immutable. But you could create a second property based on the value of your string by 1) creating a property file 2) using regular expressi

2nd try: Creating property using regular expression on
string/property value

I 'm still trying to find an answer for this question. I 've searched the documentation on regexp which appears to apply to mapping or selecting filenames based on a regular expression. I just want

jnuit, custom selector for fileset and CLASSPATH...

I 've written a custom selector which I use to filter a fileset as follows <fileset dir "${test.classes} " includes "**/*.class " > <custom classname "uk.co.mfl.app.antext.fileset.selector.ImplementsI

Is this a Error in http://ant.apache.org/manual/ ?

I am following the instructions in the Ant Manual for setting up a PVSC task. In the example I see the PVCS path to the file to be extracted is C \mypvcs\archives\myprj\main.java-arc But when se

Problem running ant with PVCS

When I run my build file I get the following error

AW: How to pass environment in ant files

Hi it is rather complicated so you should have a look at the manual first -). Hint Core Task "Property " Parameter "environment ". Greetings Chris > -----Urspr?ngliche Nachricht----- > Von Parm

How to pass environment in ant files

Hi I am doing local build and there are some directories which I have hardcoded in ant.properties file. Those directory are /home/ <username > directory. Instead of this I want to use $HOME variable

AW: Task returning ant type

ASAIK you can?t. But maybe you can store the DirSet and return the reference? Something like programmatically creation of <dirset id "myDS "/ > Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Ste

Task returning ant type

Hi maybe I missed it in the documentation and the mailinglists archive How do I return ant type objects (e.g. DirSet) rather than string properties from a custom task? Best regards Stefan --- http

AW: V 1.4.1 - concatinate files

Sorry I have no 1.4.1 any more and no docu here. But if noone else find a solution maybe you can a) do it via os-tools (e.g. <exec executable "cmd.exe " > <arg line "copy ${file1} + ${file2} ${fileNew

V 1.4.1 - concatinate files

Hello I am working with V. 1.4.1 of Ant and looking for concatination command for files. Like <concat > in V1.5.1 one file appends the other file. Many thanks Monika Schmidt IT Architecture Kst.

Problem Using Ant 1.5.1 on Latest Cygwin

I originally emailed Cygwin 's mailing list about this. However it seems they 've deliberately changed the way cygpath works and the ant shellscript to launch it has broken as a result. It seems conc

Classpath not found using sql task

Hi I don 't understand why the classpath I use in the sql ant task doesn 't work... Here the code <sql driver "oracle.jdbc.driver.OracleDriver " url "${database.jdbc.url} " userid

ANN: xmltask v1.5

Version 1.5 of xmltask has been released following user feedback. Changes # Added 'remove ' attribute to the <attr > instruction # <insert > and <replace > can now specify XML within their bodies # <rep

Contributing to optional tasks?

Hi I have written a task for ant that lets users send/receive files to/from a remote machine through scp/ssh. I want to contribute this task to Ant maybe as one of the optional tasks. How does som

How can I compile the JSP pages with the javac task

. **************************************************************************** Disclaimer This electronic transmission and any files attached to it are strictly confidential and intended solely for

XMLProperty and CDATA

hi in my xml file i have nodes which contains CDATA so i use xmlproperty. my question is how to get to the content of xml tag with CDATA. <xml > .... <xxx > <![CDATA[blebleble]] > </xxx > how to get co

AW: AW: Conditional target execution based on prerequisite execut
   ion

Is <uptodate > your solution? Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Timothy Wall [mailto twall@(protected)] Gesendet am Dienstag 18. Februar 2003 17 02 An Ant Users List Betreff

AW: Conditional target execution based on prerequisite execution

When you use <target name "B " depends "A "/ > the Ant framework will invoke A before B. Why setting a property? BTW the "onlyif " is <target if "propertyname "/ > There is a unless "propertyname " too.

Conditional target execution based on prerequisite execution

How does one configure an ant build script such that target B is executed if and only if target A has been run? I realize that this *can* be accomplished by having target A set a property and B only

Disturbing Javac?

I 'd like to launch Javac differently per directory basis each directory would have a have called .java_options and Javac would be called with arguments depending on the contents of this file. Now
Page 326 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.