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 295 of 343 Previous 100   Previous 10   291   292   293   294   295   296   297   298   299   300   Next 10  

"excludes " tag in the "compile " task

Hi when I compile the first time using ant it trys to compile the sources (wich have errors) that I excluded with excludes "**\ThisClass.java " tag but this class is only excluded when I run the c

How to convert word format to HTML

Hi All I like to convert a ms word file to HTMl format how can i do it in Ant. Can anybody help me out. with regards pritesh

filesets embedded within paths ref via an available conditional

objective conditionally set a prop based on the (un)availability of a named class given a classpath ref which in turn is comprised of a series of fileset refs some of which may be n

Tar and exec problem

I am using the exec task to run tar as we cannot use tar directly. Running tar directly replaces all the file permissions. So this is how I am using it <target name "all " depends "copy_files " >

AW: make ant ignore forked thread

Hello Jens there was a posting on this mailing list at the beginning of this year regarding this problem called "support for detached <exec > on Unix and Windows ". You can find it at http //www.mail

AW: load property from refid

<property name "xxx " refid "properties.path "/ > will store the names of the files into that property ( directory listing). I played a little bit around. Solution create a temporary property file us

load property from refid

Hello I 'm trying to load properties from more property files with this <path id "properties.path " > <fileset dir "somewhere " > <include name "**/*.properties "/ > </fileset > </path > <p

make ant ignore forked thread

Hi I want to write a startup skript for tomcat in ant. stopping works fine. But when I try to start ant the task keeps waiting for the server to shut down. Is there some hidden option where I ca

cvs problem - characters around the executableandargumentsarenot part of com

When I run from the command line it works mmarquis@(protected) /cygdrive/c/home/mmarquis/tmp2/eyeq $ cvs -d pserver mmarquis@(protected) /home/empcvs update -P ? err.txt ? build/docs ? build/dist ? buil

RE: cvs problem - characters around the executable
   andargumentsarenot part of

On Tue 2003-05-06 at 15 14 Melissa Marquis wrote > Also when I run ant with verbose to see what is going on in either scenario (with cvs-login target and without) I see > > [cvs] Executing 'c

cvs problem - characters around the executable andargumentsarenot part of co

Sorry - I had changed it to "mypassword " for public viewing (to the list) and didn 't change it in the target I copied in. It is "mmarquis " and is not different from the target. Yea - my understandi

RE: cvs problem - characters around the executable andargumentsare
   not part of

On Tue 2003-05-06 at 14 44 Melissa Marquis wrote > Well kind of... > Since I log in prior to running the 'update ' command in a ant target > > <target name "cvs-login " > > <cvspass cvsroot "

cvs problem - characters around the executable andargumentsare not part of c

Well kind of... Since I log in prior to running the 'update ' command in a ant target <target name "cvs-login " > <cvspass cvsroot " pserver mmarquis@(protected) /home/empcvs " password "mypassword

cannot use classic compiler message lives on

This message is quite lengthy in response to requests for information. Hopefully this will assist the real engineers in diagnosing why there are problems with the various ant/xindice builds. Realizing

Rsync task

Hi all Is anyone aware of a rsync task out there? Rsync is a file synchronization tool (http //samba.anu.edu.au/rsync/ <http //samba.anu.edu.au/rsync/ > ). It uses include and exclude patterns very

RE: cvs problem - characters around the executable and
   argumentsare not part o

On Tue 2003-05-06 at 12 55 Melissa Marquis wrote > Sorry - it fails on > [cvs] The ' characters around the executable and arguments are > [cvs] not part of the command. > > and then as a result

cvs problem - characters around the executable and argumentsare not part of

Sorry - it fails on [cvs] The ' characters around the executable and arguments are [cvs] not part of the command. and then as a result I get [cvs] CVS_PASSFILE c \Home\PersonalFolders\M M

AW: Help!!! How to verify if archive has some content

Just thoughts ... <property name "mytoken " value "myToken " / > <!-- temporary directory -- > <property name "tmp.dir " value "tmp "/ > <delete dir "${tmp.dir} "/ > <mkdir dir "${tmp.dir} "/ > <!-- unzip th

Help!!! How to verify if archive has some content

Hello! I want to verify if my archive contains some content. Something like this if( ! myFileContains( "myToken " ) ) buildFail() There is any way to do this using ANT?? Thanks Regis Melo

Re: cvs problem - characters around the executable and arguments
   are not part

On Tue 2003-05-06 at 12 03 Melissa Marquis wrote > > <target name "fetch " depends "prepare " description "Get latest code updates from CVS " > > <cvspass cvsroot "${cvsroot} " password "${repo.p

cvs problem - characters around the executable and arguments are not part of com

Hi all I have a standard looking cvs target <target name "fetch " depends "prepare " description "Get latest code updates from CVS " > <cvspass cvsroot "${cvsroot} " password "${repo.pass} "/ >

How to make jar for an applet?

I need to pack the classes needed for an applet and I need to put in jar the dependences from another packages - by example the class Servlet JarUtils etc. How is possible to do that using ant? (u

xmlcatalog

Hi Does xmlcatalog need Xerces 2? Any other prerequisites or bugs with xmlcatalog? We removed the Xerces redistributed jars since we already had Xerces 1.4.2 in our classpath but now it does not see

Smart analzyer vs Ant depend

Hello I 'm trying to find/figure out what the best solution is to deal with class dependency compilation. At first glance smart analyzer appears to be the most feature rich and I believe its web site

telnet task

Sorry But I don 't understand the manual for telnet task. Somebody can explain How send the DIR command (windows) with this task Tanks

Anyone have any build files for REAL Soap web services?

Hi all Been messing around with various ways to deploy a web service using either Apache SOAP or Apache Axis. The problems I 've found are Axis Great if you 're developing Mickey Mouse web servi

AW: Help with exec task...

Maybe a redirect of input could work. <exec inputstring " "/ > Maybe the ASCII-code of ENTER works <exec input " "/ > Maybe a file with a newline works Just thoughts. Good luck. Jan > -----Urspr?n

Virus Found in message "A powful tool "

Norton AntiVirus found a virus in an attachment you (user <user@(protected) >) sent to dion@(protected) To ensure the recipient(s) are able to use the files you sent perform a virus sc

how to use modern compiler wilth ant to compile a tree of java fi
   les ???

Any clues of how to use modern compiler to compile a tree of java files and i need class files of sucessful generation unlike the behavior of javac 1.3 and javac 1.4. As mentioned in belwo links

Re: Could not find a path to JavaCC.zip
   from    '/usr/java/javacc-3.0 '.

On Mon 2003-05-05 at 14 53 Dean A. Hoover wrote > Thanks. When will the next official release be available? > There isn 't a release date for Ant 1.6 yet. In the interim you can use a nightly buil
Page 295 of 343 Previous 100   Previous 10   291   292   293   294   295   296   297   298   299   300   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.