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 324 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

junit and log4j

You need to add the folder with the log4j.properties or log4j.xml file to the classpath. Log4J is able to find the file as long as it is inside a folder on the classpath. Andreas Thomas Saxtoft wr

junit and log4j

I have a problem doing my test when using log4j. The tests can 't find the log4j.properties. Where should I place the property file and should it be in my junit task? Thomas Saxtoft

dependency checking with ant

How would you do any non *.java dependency checking with ant? For example I have to run an idl compiler to generate *.java files. I would be very helpful if ant could somehow check to see if the

JMeter Ant task

Is there any Ant task available out there for used with JMeter to produce JUnit style report ?

known install issues for jakarta-ant-1.5-76.i586.rpm on RH 7.3

I was wondering if there were any known issues on the install of jakarta-ant-1.5-76.i586.rpm on RH7.3? Im trying to install the newest Ant rpm but I keep getting a failed dependency [root@(protected) A

EJBC Arrrgggg

Has anyone got the ejbc task to work and do something useful? Do you have an example better than those in the documentation Rgds. Matt

build file to build and deploy simple servlet that works in
netbeans?

hi does anyone have an ant build file to build and deploy (to tomcat) a simple servlet that works in netbeans? or do i need to get involved with xdoclet and webdoclet? thanks --- ray tayek http /

help required on ANT

Hi I am facing a specific problem on ANT on HP-UX box ( HP-UX ap3dev1 B.11.11 ) . I am trying to build a module through ANT by executing the following command - /usr/loca

Build failed on Linux file:/usr/local/ant/build.xml:773: chmod returned: -

When I try to build Ant 1.5.1 on Linux with Java version 1.4.1_01 I get this message BUILD FAILED file /usr/local/ant/build.xml 773 chmod returned -1 The build seems to mostly finish so I tried

Unit Testing Tasks....

Has anyone built a framework designed to help unit-test ant tasks? Thanks David

Verbosity & Debug

How does an Ant task detect that -v or -debug as been set on the ant command line? David

Ant Task and paths

If I write an ant task how should it handle paths. Is it the responsibility of the "build.xml-writer " to specify full paths for all path related arguments? Or should paths all be relative to ${ba

- Bugfix release of GenJar

GenJar 1.0.1 has been released. http //genjar.sourceforge.net/ ChangeLog * com.ibm.jvm added to default exclude list * Fix bug# 619762 META-INF directory of <library > jars is now ignor

FYI: An Ant compiler adapter for the JSR 14 (Generics) early access
compiler.

I 've hacked together a small compiler adapter so that you can use the <javac > task to compile with the Generics early access compiler. This should make it easy to Generics-enable your code and still

error in <javac > using multiple src dirs...

I am getting an error in <javac > when I point to more than one source directory using both ant-1.5.1 and ant-1.5.2beta1. The curious thing is that it actually compiles all the files before it bomb

Problem with javac and precompiled jsps (package structure)

Hello i want to compile precompile jsp for tomcat 4.1.18 but have trouble with the package structure. Using jspc i receive the same named file as tomcat would create while surfing the side. Well th

Ant 1.5.1 documentation is different between online and download

Hello i was irritated while looking at the documentation of e.g. the jspc task in my 1.5.1 download and the online documentation. The http //ant.apache.org/manual/ Manual is titled for Version 1.5.

Need advice using jspc task with 1.5.1

Hello i have some general questions using jspc-Task. First of all thanks to the creator of this task! I 'm using Ant 1.5.1 with Tomcat 4.0.x (and/or Tomcat 4.1.x) I want to pre-compile the JSPs an

ant and xdoclet

Hi This is XDoclet and ant problem. Please let me know if consider this is not the forum to post this. I got xdoclet working with ant. I have under com/xxx/yyy/server/ 2 beans CommandServerBean.java

Spaces in a command line arg

Is there a way to get ant to escape possible space in an <arg > to and <exec > call? Occasionally there is a space in a file path and it breaks if it is not escaped or quoted. Dave

Task to write properties

Is there a task for writing a property to a file? Dave

ejbjar support and classpath issues

Does anyone know if including my EJB classes in the <support > tag will cause any problems during compilation/deployment/use of the EJB? My guess is no since the support tag is simply used to add add

Flattening files in <jar > task

is there a nice way to "flatten " all files in a fileset composed of several directories when "jaring " it? that is to do it without the extra step of using <copy > with flatten "true " to create a tempo

Ant 1.5.2 Beta1 Ready for Download

Hi Dev@(protected) is pleased to announce the availability of the first beta of Apache Ant 1.5.2. It is available for immediate download at http //www.apache.org/dist/ant/v1.5.2beta1/ The upcoming 1.5.

stop propertyfile task from generating date comment

I 'm using the propertyfile task and it seems to create a date comment at the top the property file. I don 't want this date comment generated how can I turn this off. thanks Tony

Password task

I need the user to input a password (for ftp) into an ant script without it being echoed to the screen. I know this is a common issue on this mailing list but I have searched all over and found no f

Access to log level information in custom tasks

Hi is it possible to access information on which log level is set? I could not find it in the documentation or the API. Scenario I have a custom task wrapping a java-application. I have no source

ejbc task

Hi Does anyone have any good examples of using this task. Currently I use ejbc passing in a ejbjar file how do I do this with the ant ejbc task? Regards. Matt

AW: Regular expression matching

Have you tried <loadfile > <filterchain/ > </loadfile > You can write your own filter for doing the substitution or write your JSP not mit <c out > but with @(protected)@ then you can use that as key and su

putting multiple ejb in a jar

Hi I have a couple of session ejb 's. when i had only one i used to use this to generate jar <target name "ejb-jar " depends "compile " > <delete dir "${build.fnol.dir}/META-INF "/ > <mkdi
Page 324 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.