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 303 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

AW: Xdcoelt task failes

ohh sorry it is junitdoclet... -----Ursprungliche Nachricht----- Von Erik Hatcher [mailto jakarta-ant@(protected)] Gesendet Montag 14. April 2003 14 57 An Ant Users List Betreff Re Xd

Redirect output of Tasks

Regarding http //nagoya.apache.org/bugzilla/show_bug.cgi?id 18976 I try to implement a ContainerTask which will redirect the output of nested tasks to file or property. For that I use the Redirector c

OutofMemory Problem

Hi I am getting java.lang.outofMemory Problem while using ant tool ONe of the suggestion given was use ANT_OPTS -Xmx256m. This option has to be given in this way export ANT_OPTS -Xmx256m g

SSHExec

With ant16a and ant-jsch.jar I have this PB BUILD FAILED file ///C /temp/start_moteur.xml 67 taskdefA class needed on loading by class org.apache.tools.ant.taskdefs.optional.ssh.SSHExec cannot b

AW: SSHEXEC task

Class is org.apache.tools.ant.taskdefs.optional.ssh.SSHExec so your taskdef-statement is wrong. Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Samuel Blanchet [mailto sblanchet@(protected)

Antwort: AW: Antwort: Re: Problem using <copy overwrite= "false " > with filt
   ers

Hmmm yes I can ... Maybe not the target files (because they are *.java and would get recompiled every time I add new sources) but the source files. Simple enough! I will try this. Thanks a lot.

AW: Antwort: Re: Problem using <copy overwrite= "false " > with filt
   erset

Can you <touch/ > the target files before <copy >? Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Anton_Grimm@(protected) [mailto Anton_Grimm@(protected)] > Gesendet am Montag 14. April 2003 09

Antwort: Re: Problem using <copy overwrite= "false " > with filterset

Sorry Stefan I did not realize that the source files must not be newer! Actually my target files are older than the source files but they already exist and must not be overwritten. In my case it

Xdcoelt task failes

Hi I create some java sources with XDoclet within ANT. When I run it local everything works fine. When CruiseControl runs the build.xml then this exception occurs junitdoclet [javadoc] Genera

AW: WHY ?

Mmmh I?m not a poet but maybe "You should <a href "http //ant.apache.org/bindownload.cgi#Verify Releases " >verify the integrity </a > of the downloaded files for keeping sure not getting a trojan ho

AW: Task to strip comments

You can use <filterchain >s. For example <copy file "unedited " tofile "edited " > <filterchain > <stripjavacomments/ > </filterchain > </copy > That will copy the "unedited " file to "edited

war task with nested element classes problem

Can anyone tell why nothing get put in the classes directory using the <war > task with the nested element <classes >? Is there a problem with this task or have I done somthing wrong? Richard <wa

Task order troubles ...

Hi I have a build task which depends of an init task. The build also checks if a property -set in the init task - could have been set. Basically in the init-task I check if the aspect compiler is

'The Ant Way ' for iterations?

Hi ant gurus This has been an issue that I keep running into and i was wondering if you ant gurus could help show me "The Ant Way " to do this... At runtime i have a set of repetivie tasks that i n

Task to strip comments

Hello Does any one know of a task that can edit a file particular strip comments from a javascript file? Thanks -Will

Does ant have c++ support?

hi I recently attended a talk on using ant in projects and the speaker sugested that ant could be used with c++. Is there any way that this is possible without using the exec task or did I misunder

Can i call execute() on a std task from within a custom task?

Hello. Is it legal to call the Java API "execute() " method on a standard task from within a custom task? For example in my product i have a list of jar files that i need to create say "a.jar "

Why my telnet command fails to make zip or tar file?

Valid depends value

Hello I have a target defined as <target name "emailStop " depends "init copyMisc ${copy.envnt} " >. I have a property named copy.envnt that takes the value of the arg passed in via the cmd line. So i

java task help...

I 'm running into problems with the following <java classname "weblogic.jspc " fork "true " failonerror "false " dir "com/avinamart/WebInterface/public_html/en/ " > <arg line "-keepgenerated -

WHY ?

What is it with the PGP and MD5 junk on the downloads ? Clever marketing ? Attempt to make sure fewer people will use new releases ? This is really strange ... eja

R: ant and JWSDP hello world

Thank you you anwered me...quite instantly...(3 mins!!!) ) > You don 't want JAVA_HOME to point to the directory that contains > javac.exe mmmm....i see some light... now i try tell you what h

ant and JWSDP hello world

Hi to all its my first post to this ML. I 'm trying to run the example found in JWSDP tutorial "Hello World ". Sounds like it 's so easy isn 't it? ) Well after fixing some strange problems with

Antwort: Re: New features in 1.6

So I could just use the checked in version of ImportTask.java with Ant 1.5? ******************* BITTE BEACHTEN ******************* Diese Nachricht (wie auch allf?llige Anh?nge dazu) beinhal

R?f. : RE: performance enhancements...

Hemmm If you really have a lot of memory you could try a ramdisk -) But make tests before!!! Some ramdisk drivers may erase all your partitions if the ram to disk option is enabled (ie the functio

performance enhancements...

On our systems here we all have 1 GB of ram - how much should I allocate to the lengthy compile target? When does it not matter anymore?

Can Ant do non-simplistic dependancy checking?

Our current project has been going well using standard time-stamp based dependancy checking but we have the need to implement some real dependancy checking. For example checking not only Java <- >Cla

Problem using <copy overwrite= "false " > with filterset

Hello community I 'm using xdoclet for generating some StrutsTestCases and want them to be copied to my source-directory only when a file does not(!) already exist. I was trying the following copy-t

AW: AW: Borland java compiler and ANT - HOW TO ?

Yes it may work. But on step 2 you should refactor you programming environment (Ant + Libs) -) So why directly do the right - clean separation of the tools? Jan > -----Urspr?ngliche Nachricht---

AW: Borland java compiler and ANT - HOW TO ?

Before you add the borland libs to ant\lib I would suggest - store them in a special folder (e.g. /vbjlib/) - create a path which includes all the libs there - refer to that path in your <javac >/ <jav
Page 303 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.