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 320 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  

Ant task options

Hello I 've looked at the Ant task documentation and I don 't see a way of providing any of the ant options like -quiet -debug or -logger. If it 's possible does anyone have any suggestions? Tha

Using Ant to run a java program that reads the console

Is there a way to use ant to run a java program or any program for that matter that reads user input from the console? Jim

unit test failure w/junit task

Hi I just started using the <junit > task with <junitreport > which is great. In my very first unit test which simply asserted something which I knew to be true everything worked perfectly. How

Re: Figure out why spec. env var gets unset when gets to wrapped
ant script

Try the echoproperties task to find out what all the properties are set to. That should show you any that are case sensitive. Karr David wrote >Actually I was mistaken on one point here. I 'm fi

back to <taskdef > classpath issues

A couple days ago I presented a problem I was having with using <taskdef > to load up a task class with dependencies on a package not part of the system classpath. Further investigation (reading the s

anthill vs. cruisecontrol

Hi in some of the latest messages anthill and cruisecontrol where mentioned. I had a (short) look at both webpages and cant figure out where the differences are. Can anybody give me a short hint pl

Figure out why spec. env var gets unset when gets to wrapped ant script

I have a situation with an ant script that is called from a java class (apparently) which is called from a DOS "cmd " script. I can tell exactly what the cmd script is doing but it executes a jar fi

init and clean directories

Hi what is your standard method to init clean and remove directories (build dist ...). Do you always remove/delete them and then create them new in the init-task or do you accept them to be there

replace

The replace task of the following target causes a failed build. Without the replace task the build.xml works fine. <target name "copy_replace " depends "_init " > <copy todir "${dir.templates} " over

Commit error

I am trying to commit a single file from within my build script but I get an error. The part of the script looks like this <cvs cvsroot "${cvs.root} " passfile "${cvs.passfile} " command "commit

AW: AW: DOCTYPE XML include

I don?t understand your question. This snippet is from on of mine buildfiles <?xml version "1.0 " encoding "ISO-8859-1 "? > <!DOCTYPE project [ <!ENTITY ant-commons SYSTEM "file ./build-common.xm

AW: Bugzilla #6266, my workarround.

Hmm seems as attachments do not get through to the list. Guess I could have read it somewhere but there are so many lists ... Here is the source as textual inclusion package de.spieleck.helper

AW: DOCTYPE XML include

If the xml parser should do the job (here you are using xml entity) the path has to be hardcoded because no other program is running which can resolve variables. The <import > task is in the CVS hea

why to use fork Attribute in java task

i would like to know the following 3 things 1)when i run my build.xml file by using ant -v command i see this error in my konsole ?? [java] 'com.ora.ITS.SDK.Tools.ConsoleDistribBuilder ' [ja

DOCTYPE XML include

Hi ! is there a way to avoid the hardcoded path in <!DOCTYPE project [ <!ENTITY builddefs SYSTEM "file ../../build/builddefs.xml " > ] > I was hoping that this was using a resolver that could find my

XSLT/XSD/XML

Hi ! is there another way to use XSLT transformation while using a stylesheet inside the XML files to transform when having the xsi noNamespaceSchemaLocation "foo.xsd " specified in the XML file and

Limit on FileSet matches.

I am creating a component driven build process that uses xml files as the component definitions. I am currently using Filesets to find the exact location of each component xml file. The problem is t

another unit-test question

I have one other question (where I am uncertain of the "best practice "). Following along in "Java Development with Ant " in the context of using JUnit for unit testing. It is recommended to keep

unit testing with ant

I 'm using ant to compile my project I really like it a lot. I 'm learning to use ant from "Java Development with Ant " it 's a great book. I notice that it gets mentioned here often so I was wond

Emailing Build results

what are reasonable options for emailing nightly Build results? MailLogger seems to have no way to attach the build log or use properties in Subject also I am already using NoBannerLogger - which l

AW: replaceregexp

try <replaceregexp flags "g " ... > Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Lee Michael.M [mailto Michael.M.Lee@(protected)] Gesendet am Dienstag 4. M?rz 2003 15 51 An 'Ant Users Li

Bugzilla #6266, my workarround.

Attached find my personal solution to bugzilla #6266. It is almost trivial but very helpful in my setting. Maybe someone can build that into the mainstream of the zip task. I cannot see any special r

replaceregexp

Hello~ all. I have an urgent question to ask.. I 'm trying to use replaceregexp command to replace tabs with single spaces. However when I run the code on the bottom it does not do a thing even

AW: Ant and Eclipse - more clear

> If your goal is to get the same build whether you 're in > Eclipse or not it 's easier to do it the other way around > because Eclipse already knows how to use Ant. But then you are loosing all th

Ant and Eclipse - more clear

I 'm a total newbie in XML ant and eclipse I guess I was a little unclear about what I would like to do so I 'll try and explain it again. I would like ant to compile Java code written in Eclipse ev

AW: AW: How to use java attrib in build.xml

You have started this thread on jGuru (http //www.jguru.com/forums/view.jsp?EID 1060681). Because I don?t want do answer on that forum AND on this list where should we go? For next step make two ta

Relative / absolute path

Hi all. I have a file antPropterty.xml that I want to include to my build.xml file. I tired this <!DOCTYPE project [ <!ENTITY include SYSTEM "\dir_1\dir_2\antProperties.xml " > ] > <project na

AW: Ant - Pure Java?

The ant distribution is written in java. Maybe some third-party tasks depend on native code (executing/forking a native program access via JNI ...). But that should be written in their documentatio

Ant calls from JSP

Hi Has anyone already used ant calls through JSP pages ? Indeed I want to be able to call ant scripts from my web admin console I can modify the JSP pages to achieve it but does anyone have advic

ANT best practices

Hi OK I 've ordered Java Development with Ant book but until it arrives I wanted your opinion. Here 's the question. I create a base jar which will be used for deployment on different App servers so
Page 320 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.