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 104 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Ant file dependency

Hello all! I 'm quite new in ant actuallyI 'm migrating from make. Seems it is really great tool but I have some (probably very stupid) question. For example I have a target for compiling somethin

Unable to delete jar file in Windows

Hi all I met a strage problem that I cannot delete jar file in Windows platform with delete task. [ant-script] <delete file "myJar.jar " / > [ant-script] I can delete jar by clicking delete button i

How to unsubscribe ant user mail list

Hi everyone! I want to unsubscribe my account from Ant Users List. And i try to send mail to user-unsubscribe@(protected) using my ant mail account many many times. Why how to do? Hope

AW: Sample of custom task showing how to get filesets?

Then you havent found the manual? Developing with Ant | Tasks using Properties Filesets & Paths Jan >-----Urspr?ngliche Nachricht----- >Von David A. Bartmess [mailto dingodave@(protected)] >Gesen

AW: Count copied files

Not that I am aware of. AFAIK there is no <count > <fileset/ > </count >. Ant 1.7 will include "Resources " [1] (e.g. <fileset > will be one) and then there will be a <resourcecount > task. ATM I get the i

help with exec to compile c file

hi I am currently compiling using exec but it seems that ANT always compiles the .c file regardless of .c has changed or not. is there any way that ant checks for timestamps of source files and acts

how to use cc task in ANT?

HI I want to compile .c file using ant. I have added cpptasks.jarand ant-contrib.jar from in lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that

Sample of custom task showing how to get filesets?

I 'm confused by the custom tasks and how to get the filesets from nested fileset elements. Do these get created automatically and all I have to provide is a public void add(FileSet fset) method i

exec returned: -1

> I have an ANT task which executes a perl script. It works fine when I > execute it on the command line. When I use cron(which does not set and > ENV 's) I get an error saying exec returned -1. What

Please add sqlunit project in the external page

Dear Colleagues Could you please add sqlunit project in the external projects page? Here is its info and I am attaching also a diff of xdocs/external.xml SQLUnit Compatibility Tested with Ant 1.6

manifest attribute named "NAME "

from the command line (question at end) [thufir@(protected) java]$ [thufir@(protected) java]$ cat build.xml -n 1 <project name "jamocha " default "package " > 2 3 <import file "jamocha

Count copied files

Hello i have the following copy task <target name "copy " > <copy todir "${dest.dir} " overwrite "true " > <fileset dir "${outputDir} " > <include name "log_*.xml "/ > </fileset > </copy >

concealing passwords

I notice that in all the scripts I have seen people just insert their passwords as plain text in the scripts e.g. for jarsigning. I don 't want to do that since I will be distributing the scripts a

echo foo.txt, like "cat foo.txt "

I 'm looking at <http //ant.apache.org/manual/CoreTasks/echo.html > but don 't see how to echo a file to the screen (System.out?). I 'm in linux so it 'd be something like $ cat foo.txt or $ cat foo.tx

Task to delete CVS directories

This is probably easy but it 's elluding me... I 'm truing to write a task to delete all CVS directories anywhere in my project (i.e. in all subdirectories starting from the root. I wrote the follo

bug in "unless "?

Hi In ant 1.6.2 the following seems to indicate a bug with "unless " <project name "foo " > <target name "B " > <available file "foo " type "dir " property "foodir.exists "/ > <echo >Executing B </echo

I am currently out of the office

I will be out of the office starting 29/07/2005 and will not return until 09/08/2005. I will respond to your message when I return however if a more immediate response is required please conta

Cannot get FTP to get/list files on RHEL3 machine

Hi I 'm having problems getting my ANT build to transfer files from a remote system to my RHEL3 box. This works fine on my WindowsXP and SuSE9 machines - using the following <target name

XSLT - Many Input One Output

Hello i use the <xslt > task for a XSLT transformation. I have multiple sources (XML files) and want only one output file (one HTML file). The number of the XML input files for the transformation is

Server Report

The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment.

AW: conditional compilation with Jet

<uptodate >? Jan >-----Urspr?ngliche Nachricht----- >Von Roedy Green [mailto roedyg@(protected)] >Gesendet Freitag 29. Juli 2005 10 13 >An user@(protected) >Betreff conditional compilation w

conditional compilation with Jet

I am using the Jet compiler which takes a jar and produces an exe. This works <!-- J E T -- > <target name "jet " > <exec executable "jc.exe " dir "${project.dir} " > <arg value "converter.

AW: how to make hierarchical build possible with ANT?

Have a look at <subant > in the manual. Especially the last examples. Jan >-----Urspr?ngliche Nachricht----- >Von Roedy Green [mailto roedyg@(protected)] >Gesendet Freitag 29. Juli 2005 05 48 >An

java task: fork vs spawn

Hi The fork option (to the java task) is creating a java process outliving ant. Is it ok? --- The specification of the "fork " option is if enabled triggers the class execution in another VM (dis

how to make hierarchical build possible with ANT?

At 19 19 7/28/2005 you wrote > I have to create a directory structure for a project in which > one dir has many sub dirs. >now how to call build.xml of subdirectories from top level build.xml.

how to make hierchical build possible with ANT?

Hi I have to create a directory structure for a project in which one dir has many sub dirs. now how to call build.xml of subdirectories from top level build.xml. I am using following code segmen

Possibility to catch info/warn/error messages ?

Hi is there a possibility to catch messages like f.e. <message priority "warn " >cvs [server aborted] no such tag sl_05_01_27_bla </message > or Compile failed means messages that appear on the st

Setting property on cvs checkout success ?

Hi i 'm doing a checkout of several modules in cvs via <foreach > ... <foreach list "${module} " target "checkout " param "modul " delimiter " " trim "true " inheritall "true " / > ... <target

AW: No BuildFinished event in subproject

Mmh - <antcall > maps [1] to org.apache.tools.ant.taskdefs.CallTarget [2]. The execute() method doesnt do any event delegating. So the init() could have something 82 public void init() { 83

No BuildFinished event in subproject

Hello I am writing a task that runs tasks in background and listens to build events in order to make sure background threads finish before the build ends (as suggested in [1]). The trick works perf
Page 104 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.