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

JavaDoc: IOException: CreateProcess

Hello I have a quite large project where I would like to execute the javadoc task. But I am getting the following error message I tried already to shorten the classpath so that the commandline is

AW: RMIC Destination Directory

Hi Stefan I read your answer to a similar question in this newsgroup. I want to generate the Stubs from .class files (e.g. /build/classes) and the stubs have to be stored in a directory e.g. /buil

RMIC Destination Directory

Hi how to set the destination directory of the RMIC-task? The base attribute is used for source and binary but they are different in my case. Juraj

bootclasspath prepend and js14 java generics

The JSR 14 download uses the following line in a batch file to substitute in a different javac .class file when compiling. how can ant be made to use the new compiler of jsr14 for all <javac tags

AW: How to handle conditional capabilities?

You usually use different targets call the one you want and don?t use a flag like build.type <project > <target name "clean " > <!-- delete all dirs -- > </target > <target name "

how to create database

Hi all I would like to know how can i create a databse using sql task as like to create database as well its tables iam able to create tables for my data base but was unable to create database

SOLVED: Re: Importing a FileSet from a file different than build.xml

Hi Jacob This tip rocks !! Do you know where to find more about this in the ant docs?? Johannes Jacob Kjome <hoju@(protected) > 30.03.2003 18 19 Please respond to "Ant Users List " <user@(protected)

How to handle conditional capabilities?

Hi all I am using Eclipse 2.1 (just released) and Ant 1.5.1. I have like 8 build scripts one for development one for a clean build one to build and package and so forth. What I would like to do

removing log output

Hi ! sorry but I lost the thread reference on somebody wanting to remove the log output and can 't find it back through the mailing list coz only contains the last month archive. I just wanted to say

Importing a FileSet from a file different than build.xml

Hi there Is it possible to import a FileSet from a file different than build.xml? E.g. I have a copy task

Tomcat - Ant

Hi Friends I am trying to write some application in jsp and I am using tomcat to host that on my PCQ GNU/Linux 7.1. I want to store some class files inside my <application dir >/WEB-INF/classe

Jacson Updates to v0.80

The Jacson configurable text filter has been updated recently. Major new feature for Ant users Jacson now not plugs into Ant as a Task but also goes into FilterChains as a Filter. Beside that it con

writing my own listener

Dear all I want to send compact build report of my automatic nightly build to specific email address. So I started to write my own ant listener. For the time being I only add few lines of code to

jar task is really nice with local build, but how do i ...

hi i noticed an interesting thing when using a local build file (see blow) or this simple project (it screen scrapes go games from www.itsyourturn.com and converts them in to .sgf files so i can fo

XmlProperty beahvior with empty elements

I am trying to use the XmlProperty task to read in XML files to create properties and I am having a problem that I didn 't have using normal properties files (a la <property file " "/ >) If this is my

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

No problem. And you always can modify SubAnt.java locally to fit your own needs. That 's what great about OSS isn 't it -) --DD PS I 'm curious about this approach of not having projects checked out.

RANT project

Hi Anyone using Rant successfully in building projects on remote machines? Colin

R?f. : RE : How to delete directory using <ftp > ?

user-unsubscribe@(protected) "ALIA-SC David " <David.ALIA-SC@(protected) > on 2003-03-28 11 36 48 Veuillez r?pondre ? "Ant Users List " <user@(protected) > Pour Ant Users List <user@(protected)

AW: AW: configuring Log4J from build.xml

Erik > -----Ursprungliche Nachricht----- > Von Erik Price [mailto eprice@(protected)] > Nick Pellow wrote > > Hi Erik > > I have run into your problem before! I solved it with a > > small sortie

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

Dominique Devienne <DDevienne@(protected) > writes > That 's an interesting use case you are discribing. I never thought of it > myself in part because I would have use another approach... Instead of > r

CVS with Ant

Hi I would like to create a super module with a lot of module tagged with CVS via Ant sample Module 1 tag r-004 Module 2 tag r-002 Module 3 tag r-006 So I would a super_module with the tag r-0

ordering target execution

What is the best way to order target execution? I have 15 targets i want to execute in a certain order and i am executing it from within eclipse. Eclipse lets me specify an order but i want it t

How to delete directory using <ftp > ?

Hi The doc says "As you 've probably guessed by now you use nested fileset elements to select the files to delete from the remote FTP server. Again the filesets are relative to the remote direc

Class-Path attribute

Hi I place all my third party jars in a lib dir. Is there a way to automatically pick them up from directory and place them in my classpath attribute? something like this <attribute name "Class-

AW: configuring Log4J from build.xml

Hi Erik I have run into your problem before! I solved it with a small sortie of ant tasks not very elegant. <!-- grab the correct log4j file we need and assign it to a refid so we can r

configuring Log4J from build.xml

Hi I have just started to incorporate Log4J into my simple command-line application. I build exclusively with Ant. To avoid hard-coding Log4J configurations into my code I wish to use its built

JSPC with Tomcat

Using the jspc task turns test.jsp into test.java. Where tomcat turns test.jsp in test_jsp.java.... how can I mimic that so I may use the preconmpiled jsps withing tomcat? -Mike Medwith _________

AW: AW: how to execute <ant > task in a set of directories?

Yep Ant makes my breakfast coffee cleans my clothes ... For future questions keep on the mailing list. There are many more people and with that huge knowledge a solution is much more nearer. Ja

Unexpected behaviour of Ant task logging

Hi! I found an unexpected behavior of the Ant task. When I use a special logger in the parent process normally I want to use the same logger type for the sub process. At this time the Ant task uses

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

> Can any one point me what may have gone wrong here? I am using > Enhydra5.0 under Debian3.0. Either ${dir.lib}/tmp or ${dir.content} does also contain a web.xml file. Ant is just warning you th
Page 309 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.