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

Jikes creating temporary files on windows

When compiling a large number of classes at once it appears that when Ant is configured to use jikes it will create a temporary file called "filexxxx " or "file-xxxx " where xxxx is some random number.

complex cvs command via "exec "

Folks Is it possible to perform the following using task "exec "? any idea? <!-- cvs export for all files that were changed between tag1 and tag10 -- > cvs -q patch -r tag1 -r tag10 module/dir_a | aw

about CVS

hello I am beginer of ANT and want to use cvs. I write a task like <target name "checkout " description "Update package from CVS " > <cvs cvsroot "${cvs.repository} " package "${cvs.package} " d

sql task issue

I 'm new to this mailing list and glad to be here. My company is running ant 1.5.1 on Windows NT/2K. We are using the sql task to declare stored procedures to MS SQL Server 7.0. These stored proc

Removing white space in the code

It works perfectly for the jsp files that ended a line of code with a semi colon. However it does not work well if it does not have semi colon. So I was wondering if there is any command to get

./build.sh -Ddist.dir=/usr/local/ant dist fails

Everyone I am trying to install Ant 1.5.1 from source on OS X 10.2.4 with the Developer Preview 10 version of Java installed. Attempting to execute the build command specified in the Ant manual "

Clearcase (checkin / checkout)

Hi all I 'm using clearcase and seems that the clearcase task does not support checkouts / checkins for multiple files. Is there any way to do that?. Thanks Marcelo

How to exclude *.jsp but include index.jsp

I am creating a zip file like so <zip destfile "webserver.zip " basedir "${src} " includes "jsp/** " excludes "**/WEB-INF/ **/*.jsp " update "false "/ > There are many jsps in the jsp directory but we on

AW: <property refid= > question

If you want to write a task I think you can test whether that reference is set (or if there are any hits in the fileset). Sorry but I haven?t done it so I can?t give you any example code. Jan Mat

<property refid= > question

Sorry for originally posting this on ant-dev. I meant to post it to ant-user. So I will move over there now.

Creating a project from the current one

I have the following task that creates a new project using the existing one. I 'm having a problem with replacing the current project name with the new project name. This is b/c my "new " project name

get labeled revisions problem

Hi all. Am using ant-1.5.1 jdk-1.4.1_01 and PVCS-6.7.11 on NT4SP6a on P4. 1. What I want ant to do for me

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Local copy of jars from
a

Thanks for your feedback. ****************************************************************** Oliver Wulff Z?rich Versicherungs-Gesellschaft IA4 CoC Middleware Postfach 8085 Z?rich Telefon +41- 1

Antwort: Re: Antwort: Re: Antwort: Re: Local copy of jars from a server

You could version the jars in CVS using a tag. Then the build environment can checkout the current version or an older version. You 're right that you can 't see the version of a jar without takeing a

Antwort: Re: Antwort: Re: Local copy of jars from a server

Thank you that works. I 'm a little bit confused. There are three important pieces Ant Greebo and Maven. How does this fit together? When I use Maven do I need Greebo and vice versa? I 've read in t

Antwort: Re: Local copy of jars from a server

Hi Markus Thank you. Can you send me the source or the compiled code please? I can 't access the cvs because our firewall blocks almost everything. Oliver ********************************************

AW: Removing whitespace in the code

This would be another application for the Jacson task (http //jacson.sf.net). Unfortunately I 'm not sure it is ready for this yet. But it wouldn 't be to hard to include. Guess this is less than 1 cen

AW: How to use java attrib in build.xml

<java classname "com.org.ITS.SDK.Tools.ConsoleParcelBuilder " > <arg line "-f PTTService.parceldef -o PTTService.parcel " / > </java > <java classname "com.org.ITS.SDK.Tools.ConsoleDistribBuilder " >

Local copy of jars from a server

We put all third party jars to a server. We reference these jars in our build.xml for compiling. But when the developer is not online he needs a local copy of these jars. So I wanted to copy all nece

How to use java attrib in build.xml

hi everyone I would like to know that how can i use the following java command in my build.xml file java com.org.ITS.SDK.Tools.ConsoleParcelBuilder -f PTTService.parceldef -o PTTService.parcel he

Request feedback - new ant tasks - antxmltasks-0.1.alpha

antxmltasks (http //sourceforge.net/projects/antxmltasks) allows ant executions to be driven by an xml file using xpath expressions. Has tasks ForEach Choose ConditionalTask DefaultTask ValueOf. I

Requesting Feedback - Release Announcement - antxmltasks 0.1 alpha

Announcing the release of antxmltasks 0.1 alpha ( preview release). Seek your feedback as detailed below. The project page on sourceforge.net is http //www.sourceforge.net/projects/antxmltasks Summa

Removing whitespace in the code

Hello all. When I write code I like to put indentations on every line so it 's easy to read ( i think everyone does). However when i package the code the whitespace used for indentation takes up

SSH for Ant

First beta release of J2SSH is now available at http //sourceforge.net/forum/forum.php?forum_id 255546 includes an ant task as well. Thought the posts on here requesting this last week might be inte

AW: Logging and listeners

Not fully tested but you can use the Log4jListener. One Appender will print to STDOUT and one to file. Quick hack and quicker test build.xml

Logging and listeners

Hi I have a question about the logging ant supplies I would like to have the output from an ant build session both on screen and in a file specifiying ant -logfile <file > gives me a nice overview

AW: Useful to allow a <dirset > in an <ant > task ?

Does <subant > meets your needs? see http //nagoya.apache.org/bugzilla/show_bug.cgi?id 12368 Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Andrew Goodnough [mailto Andrew.Goodnough@(protected)

Useful to allow a <dirset > in an <ant > task ?

I 'm looking into this right now and I just thought I 'd get everyone 's thoughts. Here 's what I 'd like to be able to do <target name "compile-subprojects " > <ant antfile "build.xml " target "comp

Doing something only if <copy > copied nothing.

I have a <copy > task. I want to excute a specific <delete > task only if the <copy > task did not overwirte anything. Is it possible? What are the useful tags for that? ---cut here--- This e-mail i

Dependency checking, and the javac task

New Ant user here so please be gentle. I have a bit of a problem with my first real build file. I 've put together a simple example which shows the same problem. I have two Java classes (in D \Dev\
Page 323 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.