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

SV: SCM in general

Hi! Two good sites http //www.cmtoday.com and http //www.cmcrossroads.com/ If you are interessted in a realy great course check out this course from Learningtree http //www.learningtree.com/cours

API: Building up a project object from a build.xml file

Hello I am trying to build up a project object from a build.xml file with all of its contents. The problem I have is that when I try to get all tasks from a target I get an array of tasks. But all

SCM in general

Hi can anybody recommend some resources for Configuration Managment in general? - homepages - books (Are there any bibles as the ANT book from Steve and Erik?) Thanks a lot Matthias -- +++ GM

ANT and PVCS Dimensions

Hi on our new large project (60 developers for 2 years) our client want us to use PVCS Dimensions. I had a short introduction in it. From my point of view its a very mighty and complex tool. We are

AW: Anyone using Ant with .Net?

You might want to take a look at NAnt http //nant.sourceforge.net/ > -----Urspr?ngliche Nachricht----- > Von John Cavacas [mailto john.cav@(protected)] > Gesendet Freitag 28. M?rz 2003 02 48 > An

AW: Coding standards for Ant scripts

I can do some work too. Besides Chris wants to do the whole work -) Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Christopher Lenz [mailto cmlenz@(protected)] > Gesendet am Donnerstag 27. M?

New to the list and ant -- require your comments, please.

Hi I am using ant-1.5 to build enhydra/barracuda application. On completion of the building of war file I get the following message [war] Warning selected war files include a WEB-INF/web.xml w

Anyone using Ant with .Net?

Hi everyone I 'm new to the list and somewhat new to Ant. I 've been using Ant for a few months but not really "using it " if you know what I mean. I 've come to the conclusion that Ant is probably

jspc for tomcat

I am precompiling jsp 's for tomcat using the following <jspc srcdir "${root} " destdir "${build}/compiledjsp " classpathref "jspc.class.path " uribase "WEB-INF/ " verbose "0 " failonerror "no " pack

ANN: xmltask 1.5.1

Version 1.5.1 of xmltask is out now. This version supports a character encoding definition for the output file. eg. <xmltask encoding "shift-JIS " ... > See http //www.oopsconsultancy.com/software/xm

Unrolling included jars in a new jar file?

Hi I 'm trying to duplicate the behavior of the jar builder in Jbuilder. For included jars it un-jars the contents of included jars and zips and puts the contents in the target jar along with your

Problem Using Ear Task in 1.5.2

The ear task in 1.5.2 does not include my application.xml file in the ear file. This feature works in 1.5.1. My task is as follows <target name "ear " > <ear destfile "${target.dir}/trackerApp.ear "

Using Ant for Java 1.1.x projects

I 'm in the process of trying to "port " some legacy Java 1.1.x projects to Ant. Can anyone suggest an example of how best to use <javac > for Java 1.1? Of the attributes below what would be the minim

RE: [Q] How to avoid <antcall > with generic <script > target for s
   ubprojects?

I think you might want to use <subant > instead of scripting <ant > calls on a set of directories... See http //nagoya.apache.org/bugzilla/show_bug.cgi?id 12368 http //nagoya.apache.org/bugzilla/show

NullPointerException when calling execTask from API

Hello I am trying to call the exec task from the api. I get this nullPointerExecption java.lang.NullPointerException at org.apache.tools.ant.Task.log(Task.java 302) at org.apache.tools.a

How to improve performance of jython in <script >?

Hi I 'm using jython through bsf to script our build process. Currently I have two embedded scripts one recursivly calling <ant > on a list of subdirectories and one for checking and dissecting a ve

How to avoid <antcall > with generic <script > target for subprojects?

Hi I 've followed Jim White 's advice on how to call <ant > generically on a list of subdirectories from within the build.xml of a superproject (see http //marc.theaimsgroup.com/?l ant-user&m 102346699

AW: information about ant

Usually a sandbox is a place in the sourcecode management system where developers can play with some ideas. The sandbox is not included in the build process but it?s backup and available to other. I

Shell Script

Thanks for your reply Peter. I downloaded the shell script task but I 'm having trouble actually getting it to work properly with sourceforge.net I explained what I 'm trying to do earlier (it 's in

Ant output

Ant is rather verbose as it runs through it 's script. Even when you run ant in quiet mode is outputs a lot of information. I was wondering why quiet mode isn 't actually all that quiet. Usually a

Coding standards for Ant scripts

Hi all I am wondering if there are any coding standards available for Ant scripts. Please let me know if there is any. Thanks in advance. Latha. **********************************************

AW: ant 1.5.1 exection in thread main after installation

solution found - thank you very much in the ant.bat file I deleted the took out the " " from "%LOCALCLASSPATH% " to %LOCALCLASSPATH% - so that the runant-row looks now like runAnt "%_JAVACMD% " -clas

ant 1.5.1 exection in thread main after installation

Hello after trying and trying I can 't manage to get my ant to build the sun sample applications. If I now just type "ant " to check if it works find at the prompt it displays Exception in thread "m

Task to invoke a different version of Ant.

Hi I need to write a task that will invoke a different version of Ant with a given buildfile. Can someone tell me how to use an existing task within a custom task? I 'm thinking of using the java

Jar file should access config file

I am new in using ant and application which I should use ant for has properies file which is in config folder. How can I make jar fle which must access config files needed. Thanks. val.

tomcat automation...

is there a tomcat deploy target somewhere? I 'd like to add a target that copies up my war file when the build is done and I can 't seem to locate it...

RES: auto notification question...

Hi Ciramella Here we had a similar problem. We had to send an e-mail after the backup of a WinNT machine was done. What we did was a bat file which made the backup into a zip file and send it to a U

Repeating an ANT command for each entry in a FileSet

I was also wondering how you 'd acheive the same effect if you wanted to perform a non-FileSet-based ANT command instead of doing an exec. For instance I might want to sign all the jars in a director

auto notification question...

Has anyone done some sort of auto notification? Since 3/4 of the builds done here are nmake and bat file based (the only ant related builds are the ones I 've gotten time to convert) I 'd like to have

Repeating a command for each entry in a FileSet

Hello Is there any way to perform the same command or set of commands for each file in a FileSet? I want to be able to get a FileSet matching all files on a pattern and then do a separate exec for
Page 310 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.