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 122 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

How to retrieve Java runtime directory

Hi! How can we retrieve the directory of the Java runtime which executing the Ant 's build file? I have two Java versions installed and I would like to print the Java runtime information when b

AW: How to combine multiple file sets ?

Usually you use <path >s for them ... Jan > -----Urspr?ngliche Nachricht----- > Von duvelbier-tsmets@(protected) [mailto duvelbier-tsmets@(protected)] > Gesendet am Montag 25. April 2005 15 15

How to combine multiple file sets ?

I thought I could have had something like this <fileset id "base.src " dir "base " casesensitive "yes " defaultexcludes "yes " > <include name "com/customer/base/** "/ > <exclude name "c

AW: Unable to locate tools.jar. Expected to find it in...

You dont have a JDK (development kit) installed. A runtime environment doesnt have the tools.jar. Jan -----Urspr?ngliche Nachricht----- Von Sam Huang [mailto samhng@(protected)] Gesendet a

Unable to locate tools.jar. Expected to find it in...

Hello I setup Ant but this message come across Unable to locate tools.jar. Expected to find it in C \program files\java\jre1.5.0_01\lib\tools.jar What is going wrong? Thanks! Regards Sam Hw

ANT_HOME is set incorrectly or ant could not be locatated. Please set ANT_HO

Hello --- Sam Huang <samhng@(protected) > wrote > Hello > As a beginner of Ant I use the command > set ant_home D \apache-ant-1.6.2\bin > to setup my ant but resulted a message as title. > How

ANT_HOME is set incorrectly or ant could not be locatated. Please set ANT_HOME.

Hello As a beginner of Ant I use the command set ant_home D \apache-ant-1.6.2\bin to setup my ant but resulted a message as title. How to correct it? Thanks! Regards Sam Hwang <!DOCTYP

Classpath for Taskdef?

Hi! There are times we have to explicity set the CLASSPATH before executing Ant e.g. specifying the 3rd party JAR where the new Ant task is defined. Otherwise we will hit the error 'taskdef cla

Javac question

If you can get the list of directories into a file you could use loadfile to load the file into a property. You can then transform the property into a delimited list then use the antcontrib for to p

ANT: Javac question

Hi I 'm currently trying to convert many archaic batch files that invoke the build manually to ant/xml to automate my job. I 'll give you a synopsis of my current problem and how it 's set up rig

<rant > inheritrefs just seems to plain not work </rant >

We 've been an Ant user for several years and overall think it 's great. But something we 've never been able to get working properly is inheritrefs either now in 1.6.2 or any previous versions.

Question about ant pach error

Hi I?m trying to run ant for the slide project but get the following error BUILD FAILED C \webck\jakarta-slide\wck\build.xml 190 java.io.IOException CreateProcess patch -i C \webck\jaka

AW: AW: AW: Installing Ant under Windows XP

> *Were you installing as the Administrator or a limited access user? For Ant you dont have to be an Admin - just extract the binary distro. > *And in My Computer | Properties | Advanced Tab

Unrelated ANT questions

OK 1. Could someone please point me to the ANT mailing list etiquette page. I do have a certain decorum but just didn 't wanna step on any toes. However I don 't see anything on http //ant.ap

AW: Out of Memory Error

Hi Ivan Thanks a lot for this very useful information. I didn 't know about the ANT_OPTS env variable... I just altered my ant.bat file but there seems to be a prob with the initialization of my

Out of Memory Error

Good morning list I encountered a slight problem when doing my xslt transformations by an ant build file. It seems that I am running out of memory. Do can I give ant a bigger share of my memor

AW: AW: Installing Ant under Windows XP

does "java -version " work? Jan > -----Urspr?ngliche Nachricht----- > Von Daniele Gianni [mailto daniele_gianni2003@(protected)] > Gesendet am Donnerstag 21. April 2005 09 48 > An Ant Users L

AW: Installing Ant under Windows XP

can you go into ANT_HOME\bin directory and execute .\ant -version ? Jan > -----Urspr?ngliche Nachricht----- > Von Daniele Gianni [mailto daniele_gianni2003@(protected)] > Gesendet am Donn

Installing Ant under Windows XP

Hi Ant community I 'm trying to set up Ant under Windows XP I have followed all the steps required in the Ant manual (ie setting every enviroment variable etc) but I 'm not able to run Ant in

Changing method signatures WAS Re: Extension of the Javah-Task

--- Stefan Bodewig <bodewig@(protected) > wrote > On Wed 20 Apr 2005 Matt Benson > <gudnabrsam@(protected) > wrote > > > > (2) Use addFileset(FileSet fs) and add fs to > collection on each > > > i

AINASL! Help with Parsing Files with Ant

> This is how my file should look like at anytime or rather build+1 > > ---------- content of target file [version.txt]

ANT: AINASL! Help with Parsing Files with Ant

Hi I know Ant is not a scripting language however is there a way to checkout a file [version.txt] out of CVS whose content as displayed below need to be changed & incremented automatically

Getting WebLogic WL tasks to work in Ant 1.6.2

WebLogic 8.1 comes with a set of Ant tasks. These work fine in Ant 1.5.4 but they fail in Ant 1.6.2. In Ant 1.5.4 I just dump the "weblogic.jar " in $ANT_HOME/lib. When I do this in Ant 1.6.2 I

Using ant properties in <replace > file -- Success

The reason that I can 't use @@(protected)@@ @@(protected)@@\main.properties is the same reason that my original approach wouldn 't work... the <replace > task does not examine/process t

Extension of the Javah-Task

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi I am new to the list so forgive me if I am asking the obvious -) I have the following problem I need to run javah for a quite large am

ant build script failing

Hi I have following ant script to build a project but its failing at the clean target as below can someone please let me know what could be the cause? I made sure that the srchome variable was s

Using ant properties in <replace > file

Hello all Just want to make sure that ANT 1.6.2 can NOT do the following (otherwise I am doing something wrong... which could never be -)) Wanting to replace a bunch of values in a file so

taskdef classpath problem when invoking ant from java

Hi there. I have a problem when invoking ant (1.6.1) from a Quartz job which is scheduled in a webapp I have placed the following ant jars in the webapps classpath (WEB-INF/lib) ant.jar ant

ClassCastException using a macro

Hi I have a ClassCastException when ant uses a macro called j2eeapp-deploy. What is strange is that the exactly same macro when called from another build file works perfectly. I have noticed th

Problem with csc on OS X

I am currently trying to build a .NET application on my OS X box. I have it successfully building on my WinXP box so I am confident the build.xml is correct. The issue arises with csc. It
Page 122 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.