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 290 of 343 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10  

Reading OS-Specific Environment Variables

Hello I would like to read OS-Specific environment variables using the Ant API. In the JAVADOC I found this one public void setEnvironment(java.lang.String?env) the prefix to use when retr

JavaCC in Ant 1.5.3

Hi there I 've always used JavaCC 3.0 with Ant without problems. Now I upgraded to Ant 1.5.3 and JavaCC execution fails with "Could not find a path to JavaCC.zip from 'D \Programming\Tools\Jav

AW: Getting the size of a file

Back from holiday I am doing my emails ... ... and have a solution for you -) I used the <script > task for iterating over the selected files of a fileset instatiate a java.io.File object and gets

Re: How can I determine which targets will be executed, using the
Ant API?

I looked at my code for antelope there is a trace functionality that does what you 're talking about. The core method is Target.getDependencies() which tells you what targets the given target depends

ant trgjava 12

I want to give argument values to java task in one of my target. In nutshell I want to fire "ant trgjava 12 " at DOS prompt. 12 will go as the first argument to my program executed by the java task in

Clearcase Task

Is it possible to find out the following about a file Is it a clearcase element or a private file? Is it checked out checked in? Also how would one go about recursively checking in an entir

Conditionally using a junit formatter

Is there a way to conditionally use a junit formatter? I want to avoid outputting the XML formatted test results unless the user wants to generate reports. I would like to avoid having mostly duplica

Class-Path, Manifest.mf and Me

Hi Everyone! I saw a neat trick in the Batik source where they have a single batik.jar that contains nothing but a Manifest.mf file that adds the other 7000 or so batik jars to the classpath. So I

Any docs/tips/info on xdocs ?

Hi Is there any documentation on xdocs (which is in the proposal stage in ant cvs ) ? I got the latest ant from cvs and attempted to build xdocs but the build failed. The reason I ask is because

ANT_ARGS on Windows

According to the documentation I should be able to set the ANT_ARGS environment variable to pass Ant command line arguments. This works on Linux and Solaris but on Windows it 's ignored (at least with

How to return a value from <antcall >

Hi all I have a target called "get.branch.tag " that prompts the user to enter a cvs branch tag. How can I return the user 's input back to the calling target? This tag will be used to update my sou

How can I determine which targets will be executed, using the Ant API?

Hello How can I determine which targets will be executed using the Ant API? I 'm writing a very specific task that should behave differently depending upon what will be done later as the script co

Filters, FiltersFile and properties

Dear When defining a build.xml file containing properties followed by filters you can use a property inside a filter definition. E.g. ... <property name "foo " value "bar " / > ... <filter token "gn

Problems building latest source distro

I got the Ant 1.5.3 source zip and extracted to a temp directory but then 'bootstrap ' 'build install ' and 'build dist ' all fail. I 'm running JDK 1.4.2 and the error seems to occur because of changes

junit can 't find test classes

This has been driving me nuts all day! I 've got some junit test classes that I know work but I can 't get a build script to find them although it seems like it does. Here 's the target <target name

test

I seem to be having all my email bounced from the ant group i simply want to see if i can still send an email there.

Copying specific files

I am using the <apply > task to invoke 'lyx ' to generate a pdf document. In addition any eps files that this lyx document relies on are converted to pdf. Finally I want to copy the generated pdf docu

download of antidote?

Where can I download antidote? Thanks in advanced

Classpath cannot be found by AIX and IBM java

Hi I have been running a number of Ant scripts on a Windows 2000 machine with Sun 's jdk1.3.1_02. Now I 'd like to run these scripts on an AIX machine running IBM 's jdk1.3. When I do this Ant is

Using Ant to Collect Data?

I had a crazy thought today that I wanted to toss out there for some feedback. I have stepped into a project that has a data collector component. Data is collected in a number of different forms a

xmlproperty task not found in 1.5.3-1 (version problems?)

Hello All This is my first post so please bear with me..... I have been trying to upgrade ant to 1.5.3 on my linux box running 7.2 Despite my best efforts I cannot get my ant install to version a

problem using 'style ' task: "xmlns " cannot be bound ...

Hi I 'm trying to perform xml translation using the 'style ' task. It worked fine in the development environment (Sonic - Stylus Studio) but failed with ant. Anyone knows why ? Thanks in advance Y

issue with tar and filesets

I have a backup task <property name "pnc.build.backup.filename " value "backup " / > <property name "pnc.build.backup.include " value "** "/ > <property name "pnc.build.backup.exclu

Building problem (New Bie)

it looks like your WEB-INF is under the web directory. you will have to have a <exclude name "**/web.xml "/ > in the fileset to stop the warning. one other thing. If I read you target properly you ma

Bulding problem (New Bie)

As i am building my project using Ant it is giving warning that incluide webxml in project. by webxml attribute but i am specifying it in <war .... > tag do i need to exculude it i

FIleset for files a user has permission to read

I need to create a fileset for a tar task. However there may be lock files in the directory tree that are not owned by the backup user. these lock files are 600 permission and can not be tared up.

class loading problems/class.forName()

I have the following problem Environment JDK 1.4 Win2000 I am developing some custom ant tasks which are using MQ Series for Java. The custom ant tasks use fscontext.jar and providerutil.jar tw

javac with jdk 1.3.1

Hi I have to compile a project with jdk 1.3.1 and when I want to run run the javac task then the compiler outputs many "cannot resolve Symbol " errors for some classes (wich DO exist). But when I run

PVCS Problem

Hi I have this pvcs task <pvcs repository "${pvcs_repository} " pvcsproject "/com " label "${pvcs_label} " workspace "/@/${pvcs_user}/${pvcs_wrkspc} " linestart "${linestart} " > </pvcs > and in build.p

Setting property not at the begging.

Hi I have 2 ant target one depending on the other. The second target requires a property set by a task in the first target. How do I manage it? Also the <loadfile > task loads the property but th
Page 290 of 343 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.