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 341 of 343 Previous 100   Previous 10   341   342   343  

JIT on ANT

How would I turn on JIT with ANT so that I get line numbers in stackTrace instead of Compiled Code? Thanks! -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For addit

Getting program outputs into ant value?

Pardon what must be a newbie question I 'm new to this. I provide MD5 checksums within the download page for the Java+ Preprocessor (http //virtualschool.edu/java+). I 've been editing them in manua

ANT excludes for JAVAC aren 't working properly...

> I have the following JAVAC task setup > > <javac srcdir "project/src " destdir "project/class " > deprecation "false " > debug "true " > optimize "false " >

Antcall and undefined parameters

[ On Monday December 9 2002 at 11 40 23 (+0100) Eric Jain wrote ] > Subject Antcall and undefined parameters > > A possible solution may be to use <reference > rather than <parameter > but I > a

JSP Precompilation

Hi. 1. I have to precompile jsp files with ANT. I work with Eclipse ANT 1.5 and j2sdk1.4.1. I want to precompile jsp pages in order to gain some time at the first load of pages. I succeeded but t

AW: Execute <java > task several times

AntContrib @ sourceforge <taskdef resource "net/sf/antcontrib/antcontrib.properties " / > <target name "castor " depends "init " > <foreach target "process " param "file " > <fileset dir "${sche

Execute <java > task several times

Hello I would like to execute a Java class with the <java > task but with several times passing different arguments to it. The arguments are constructed using the members of a fileset. <target name

a quick ?? on the dtd task of ejbjar

Deacon Garrett (DST-CLT) wrote > In the documentation it specifies two mandatory parameters public id and > location. WRT location it states that ... > > "The location of the local copy of the DT

ANN: Java+ Precompiler as an Ant Task

I hope this is the right protocol for getting Ant tools added to the external resources website. Please let me know if not. >This page lists external resources for Apache Ant tasks IDE >integrati

installing and running ant

I just installed ant on windows xp and I get this error I made sure all my environment variables were set right and I 'm using j2sdk 1.4.1. Can anyone help? It looks like a problem with spaces in wind

EJBJAR Enhancement - parallel=true!

Whom ever is responsible for this task (I see a dozen emails on the ant help page for ejb tasks) could you add a parallel true/false parameter? That would be excellent. Otherwise what can I do? I

Possible bug discussion - always recompiles

Hi all I have encountered the "ant always recompiles all my files even unchanged " issue. Before searching the list I used the verbose mode and noticed that when ant looked for the .class files in or

ejbjar and including another jar

Hi I am using ant 1.5.1. Using the ejbjar task I can set the dependency to full and the jar includes most files. But it is not including files that I need from netcomponents.jar. If files from a

ejbjar weblogic task failure under Ant 1.5.1

Hi I have an ejbjar weblogic task that works fine under Ant 1.5. However I 've been trying to upgrade to Ant 1.5.1 and I am encountering problems with this same task. It appears that Ant 's JVM canno

Setting environment variables with ant?

Is it possible to set environment variables with ant? /klara -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For additional commands e-mail <mailto ant-user-help@(protected)

executable attribute of javac task

hi all I am trying to use the "executable " attribute of the javac task to compile an applet under jdk1.1 whereas my JAVA_HOME is set to jdk1.4. Here is my target <property name "jdk1.1 " va

Taskdef weirdness - classloader issue?

I have an external task defined with a taskdef along the lines of <taskdef name "foo " classname "org.foobar.ant.FooTask " classpathref "build.classpath " / > The jarfile containing this task

AW: "terminating " ANT-tasks

Can you please show us the relevant parts of your ant script? Thanks! > -----Ursprungliche Nachricht----- > Von Wolfgang Egger [mailto wolfgang.egger@(protected)] > Gesendet Freitag 20. Dezembe

HTML validation

Is there an Ant task for retrieving and validating HTML from a server? Something like a combination of HttpUnit and JTidy... -- Eric Jain -- To unsubscribe e-mail <mailto ant-user-unsubscribe@

Xalan/Junitreport

Hi all first happy new year 2003 second. We use Xalan 2.x and Junit 3.8.1. Normally we had no problems with the junitreport task but suddenly there are some troubles concerning the transformation

Ant: asking again - Javadoc command getting more source than I am pointing i

On Mon 6 Jan 2003 David Thielen <dave@(protected) > wrote > I am trying to generate javadocs for just the files that are the > public api of my program. Wouldn 't <javadoc public "true " .../ > do wh

Writing a DB2 Java Stored Procedure compiling task

Hi I want to use Ant to build our back end DB2 Java Stored Procedures and I 've searched the list and looked around the website but couldn 't find anything. I 'm wondering if anybody has done/wanted s

Basedir not working

Hi I 'm using xml files that make use of includes and I want to use the style task to convert these xml documents to html. In order for the entities to be found by ant I have to use absolute pathna

Ant: asking again - Javadoc command getting more source than I am pointing it to

Hi I am trying to generate javadocs for just the files that are the public api of my program. So I copy those files to a different directory and then javadoc that directory tree. However it is some

Automated Nightly Builds...Help

Hello I am new to Ant so I am still very much on the learning curve. I am trying to automate a nightly build of our application. I need to get the code from Visual Source Safe then fire off the bui

Files exist?

Using v1.5.1 Is there a way to set properties based on whether any files exist with name that matches a pattern? Right now I use a merge-mapper to copy all files that match the given pattern and t

Re: Different behavior 1.4.1 - 1.5.1 (adding files to existing jar
files)

Thanks. Sean Antoine Levy-Lambert wrote > Dear Sean > there is awareness about this issue > see http //nagoya.apache.org/bugzilla/show_bug.cgi?id 10755 > in this web page Peter Hale suggested a w

VSSGET by label or just the latest version

How to compose a buildfile that gets a source from VSS either by label (if a property 's presented) or takes the lates version (in case of absence of the property)? Writing two very similar tasks and c

junit task - do not show stacktrace?

When I get a JUnit test failure in Ant the output includes a stacktrace. Is there any way to suppress that? I just want to see the summary for the testsuite and the test case with message line. thx

library dependencies question

I am following some instructions for using ant to build and install a J2EE webapp and have been referred to use certain Ant tasks that do not ship with Ant by default. To use these tasks the inst
Page 341 of 343 Previous 100   Previous 10   341   342   343  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.