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 100 of 343 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Conditional tasks

I 'm trying to figure out how to call a task conditionally. From what I see I can set properties with a condition but how can I traslate that to a task. For example I only want to send mail to peopl

Dependencies in reverse?

I 'm trying to write a target that will update files from a version control system called "Razor " which is SCCS-based. I have one directory some-path/SCCS which is a tree of version control files

Pb with copy and present selector

Hello I 'm trying desperately to overwrite files from a source directory if they exist in a target directory. The source and target directory have not the same hierarchy source is flat and directory

Is it possible to configure the include and exclude of tar task outside of b

--- Leon Pu <leon_xf_pu@(protected) > wrote [SNIP] > Is there any other way or tool can be used to > configure the include and > exclude of tar task outside of build xml file? > Have a look at the

AW: Pattern matching the value of a property

AntContrib <propertyregex > <propertyregex property "version.wrong " input "${versionstring} " regex "\d{1}\.\d{1}\.\d{1-2} " replace " "/ > <fail message "versionstring is wrong " if "version.wrong "/ > Jus

AW: Is it possible to configure the include and exclude of tar task outside of b

build.properties tar.dir . tar.includes **/*.txt tar.excludes **/*.bak **/*~* build.xml <property file "build.properties "/ > <tar ... > <fileset dir "${tar.dir} " includes "${tar.inclu

Is it possible to configure the include and exclude of tar task outside of build

Hi all currently we cannot use ant-contrib 's <for > task inside the tarfileset so I have to hard code the includes and excludes in the build xml file. But it 's better to write these setting in the p

Pattern matching the value of a property

I have a wrapper which expects to receive a version string (\d{1}\.\d{1}\.\d{1-2}) and pass it to Ant as a -DPROPERTY VALUE pair. I want to perform validation on the version string to insure that i

Is it possible to trigger a output log file while running a target?

Hi all is it possible to trigger a output log file while running a target? Not output log file by command ant. Best regards Leon

AW: optional tasks without disturbing the ant/lib folder

>what would be really nice is if there were two "namespaces " >available for a given optional task. such that the task in the >ant/lib/ant-jsch.jar would >have > > <taskdef name "scp " classname " >org.

optional tasks without disturbing the ant/lib folder

i 'm interested in using some of the ant optional tasks without distrubing the ant-lib folder. basically i want to provide all the needed jars as part of my tools area and not have each machine tha

Comparing Jar Files

Hi All This is not directly related to Ant but I would be grateful if someone can tell me how to compare two Jar files to find out the set of files that are in one jar but not the other. Regards

AW: regexpreplace help...

<replaceregexp > Jan >-----Urspr?ngliche Nachricht----- >Von Mark Lybarger [mailto mlybarger@(protected)] >Gesendet Montag 15. August 2005 14 25 >An Ant Users List >Betreff regexpreplace help... >

regexpreplace help...

I 'm not much of a regex person and maybe there 's an easier way to accomplish this. I 've got an apache config file for using url rewriting. The rewrite rules look something like RewriteRule ^/app

AW: xslt exception

I would guess that your xsl stylesheet is not valid. For quick checks I use a browser (it?s integrated xslt) - copy your xml - insert a reference to your stylesheet <?xml-stylesheet type "text/xsl

xslt exception

Hi here are the error messages I get from an xslt task. The stack trace is also not very descriptive... does someone know what this means? Cheers Ron [xslt] Loading stylesheet /home/ron1/worksp

AW: AW: Call Ant task from java file

Change <fileset dir "someDir " includes "**/CVS " defaultexcludes "no "/ > to <fileset dir "someDir " includes "**/CVS/ " defaultexcludes "no "/ > A "**/CVS " catches only a file CVS but not all files in

Open a shell and run a batchfile

Hi i??d like to automate some tasks under Win 2000 Server. A dos box should open and a batch file should be executed therwith the user can read the batchfiles output. There are tons of examples l

zipfile with manifest

<http //ant.apache.org/manual/CoreTasks/manifest.html > seems to be saying that ant creates the manifest in the standard place the META-INF directory specified by <http //java.sun.com/j2se/1.5.0/docs

Question about deprecation

Hi I 'm new to the mailing list and have a question about compiling deprecated classes. Is it possible when compiling with Ant to arrange the compilation so that deprecated classes are not ignore

Ant dependencies task

Does anyone have any experience with this add-on? http //www.httpunit.org/doc/dependencies.html It works great for me but one problem I have is that my build scripts usually have a single "build " t

AW: Call Ant task from java file

Hi Steffen "First question What am I doing wrong? " You didn 't specify what 's going wrong when you run your code. I recommend writing an Ant task first and then use it outside of a build.xml inste

Call Ant task from java file

Hi I 'm new to ant tasks and their use outside of ant. I want to execute ent tasks outside of build.xml in a simple java class. My sample source code (inside a public static method of a plugin) -

Editing properties

<project > <property name "s " value "ABCDE-DEVELOPMENT "/ > <echo >${s} </echo > </project > I 've had a quick look around and I am stuck. How do I remove ABCDE- from the string s?

Janu Mohandass is out of the office.

I will be out of the office starting 08/12/2005 and will not return until 08/16/2005. I will respond to your messages after I come back. For Urgent build related issues contact Subhrata Parichh

Multiple <sshexec > invocations

First time <sshexec > user so please be gentle -) I 'm using Ant 1.6.2 with Jsch 0.1.21. I 'm a bit baffled by the results I get using <sshexec >. The session below shows all relevant information. If

Scp : Definition of a remote file set

I would like to copy many files from a remote server to my localhost. I wondered if the following sytnax could be used <scp todir ". " verbose "${verbose.flag} " knownhosts "${

SPLASH task

Hi Ok this is not really important but I would like to make this splash task work ... <setproxy proxyhost "${proxy.ip} " proxyport "8080 "/ > <splash imageurl "http //www.biwa.ne.jp/~

AW: Building Applet Jars

Have a look at <pack > [1]. Jan [1] http //ant.apache.org/external.html#pack >-----Urspr?ngliche Nachricht----- >Von Yasseen Omar [mailto Omar.Yasseen@(protected)] >Gesendet Donnerstag 11. Au

Building Applet Jars

Hi All This is my first question Currently my team use JBuilder as the Java IDE and JBuilder is used in our build process. I 'm trying to help the team break away from the dependency on JBuilder f
Page 100 of 343 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.