|
|
|
hello ant website moderator
please update the external ant tasks website !
i just want to inform you about the move of the roxes ant tasks to
sourceforge.
roxes ant tasks are now availableWhen I build the code base I 'm able to get a change list before the
build. My developers are asking me to include a special entry in the
MANIFEST.MF files for our JAR 's that tracks the version ofI have a dirset which has two listings one has a white space in it but I can 't get the dirset to recognize the fact that there are actually only two directories in my list. I 'm using one include bI 'm using a dirset to build a classpath
<path id "classpath " >
<fileset dir "${dir.wc.lib} " >
<include name "**/*.jar "/ >
</fileset >
...
<diHi
I have an ear archive that contains an application.xml file which I need
to replace. The jar zip and ear tasks all do not provide the
functionality of replacing the file as far as I c
I 've been using Ant as a web site generating tool for a number of years
- based on the <style > task transforming my original xml documents into
XHTML for publication.
Yesterday (Saturday) I uHi
I need to ask the user for 1 or more ipaddresses. I want to stop
asking when the user enter 's return without providing any data.
I looked at the foreach task but I have to set a limit in oHello
I am having problem getting ant task copy to work as
expected. Refer dir structure and task snippets
below.
I would like to copy sys scripts dir tree from
/home/mit/common to /hoHello all
First time having to use <untar > to open up a tar-file that has been compressed with gzip and getting the following errors
[untar] Expanding cybere_sa-2005-May-05-19499-dmp.I 'm trying to do a four-task parallel call using sshexec to call the
remote builds. Each build is a replica of the calling build just on a
different platform.
The build script portion is belowOur nighthly build loops on different branches each one requiring to be
built with a specific java version. To do so it slurps in a property file
where each branch specifies the java version it rAttached herewith is the build.xml
I am using Ant 1.6.2 with WSAD 4.1 and the integrated JDK(Version 1.5.3)
Trying to run the ejbdeploy2 target...
NOTE the classpath is set to ejbdeploy1.cI 'm still fairly new to Web Services and XML. Still trying to
understand how to create a Web service using Java. It seems you have a
number of options. I was first looking at doing it in JAX-RPCHello
I am thinking about adding generic annotations for targets and tasks
to specify arbitrary meta data that can be used by different executors
or other code (for example to be able to spHas anyone gotten this to work? I am fairly skilled with ant and tried
various solutions from the web and the cactus website. Currently I am
utilizing the following to attempt to start tomcat
is there an example for using the waitfor task (or is there something else i
should use?) to wait till a server has shutdown/stopped listening to a
particular port?
thanks!
You can use <script > starting at [1].
Jan
[1] http //marc.theaimsgroup.com/?l ant-user&m 108988637506114&w 2
> -----Urspr?ngliche Nachricht-----
> Von Holger Rauch [mailto holger.rauchHi!
I 'm trying to capitalize a string as demonstrated with the following small
sample build file
<?xml version "1.0 " encoding "ISO-8859-1 "? >
<project name "test " basedir ". " default "main " >
Hi
What is the setter method of a task attribute "fs-type "?
For example I would like to use
<... fs-type "old " ... / >
Zsolt
<fileset id "fs " dir ". " ... / >
<property name "fs " refid "fs "/ >
<echo >${fs} </echo >
or beautifying the output with
<pathconvert >
Jan
> -----Urspr?ngliche Nachricht-----
> I currently maintain a number of interdependent projects using Ant. Each
project has it 's own build script importing common targets but also
ensuring that any dependant projects are built first. IHi
I just wrote a simple Condition class to do numeric comparisons. Did I
re-invent the wheel? (Hope not!)
- mps
Hi
I 'm new to Ant and need to know how to get several properties as
environment variables for an executable run from ant with the "exec "
task.
I saw that one cans do that with nested <env >is there a way i can take a fileset and output the contents (ls type listing
w/ timestamp of file) to a file?
thanks!
"Nice " feature from BEA ...
Jan
> -----Urspr?ngliche Nachricht-----
> Von Peter Reilly [mailto peterreilly@(protected)]
> Gesendet am Montag 9. Mai 2005 12 13
> An Ant Users List
> BetrefWhat is your PATH CLASSPATH and ANT_HOME?
Jan
> -----Urspr?ngliche Nachricht-----
> Von Andreas Bothner [ MTN - Innovation Centre ]
> [mailto Bothne_A@(protected)]
> Gesendet am Montag 9. M
Hi
I extracted ANT 1.6.2 on Windows XP Professional with JDK 1.4.2_05.
D \ >ant
java.lang.InstantiationException org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.javaIt 's been a while since I 've written an Ant build file so I may be
missing something obvious here... can anyone shine a light for me? I
have targets that have common dependencies and if I try to I am new to Ant. I have two questions
1. How to include all needed library in the final jar file so that when
run the application no any other jar library is needed?
2. How to build a java executI have next target in my build.xml
<target name "idl2java " >
<exec executable "idl2java " >
<arg line "-root_dir ${root} "/ >
<arg line "-package my.package "/ >
<arg file "${idl}/*
| |