|
|
|
1. update to the actual version (1.7.0)
2. run Ant without having any CLASSPATH
Jan
>-----Urspr?ngliche Nachricht-----
>Von prashanth.l@(protected) [mailto prashanth.l@(protected)]
>Gesendet DDear all
I am getting this error When running ant Please help ASAP.
ant version -- 1.5.4
BUILD FAILED
java.lang.VerifyError (class
org/apache/tools/ant/types/Path$PathElement method <init >Hi
I use tried to test the dirset wit the following lines (later I want to do sth. With some dirs)
<target name "antcontrib.sortlist " >
<dirset dir "D /Entwicklung " includes "* " id "my.dirlis
Hi there
Once again I apologize for posting a question more related on ANT than
TestNG. But as far as I know there is no such active and populated forums
for ANT shame.
However I think this suhi
i have a sql query which returns the result as "complete " . here i want to
use this result as a property to my taget. i mean based on this property i
want run rest of things.
thanks
khadar
Hi
i 'm searching for a formatter task for ant build scripts.
Something like <Ctrl >+ <Shift >+ <F > in Eclipse Ant Editor
but as ant task i can feed with own rules i.e. indention
4 spaces instead of t >The Ant -lib option does not seem working on Linux RHEL 5.
>
>I am in a directory where I have ant-contrib-1.0b2.jar and the
>following t.xml.
-lib <path > specifies a path to search foOh - never heard from that.
I added it to the external page...
Jan
>-----Urspr?ngliche Nachricht-----
>Von Gilbert Rebhan [mailto ant@(protected)]
>Gesendet Dienstag 3. Juli 2007 19 31
>An AntHi Ant Users
The Ant -lib option does not seem working on Linux RHEL 5.
I am in a directory where I have ant-contrib-1.0b2.jar and the
following t.xml.
$ cat t.xml
<project >
<taskdef resource "
Hi all
Are there any ANT specific tasks for getting the latest code from ClearCase.
Note I am using RAD as my development environment. Any RAD specific ANT task
to do this would help too.
Anyone haHi Friends
Is there any way to control iteration in ant. I want to put an if-else
condition in the for loop to control the action depending upon the iteration
count.I tried this
build.xml
<project Hello
This is my first post to this list (predictably it 's a problem) but I 'll try to give back now that I 'm subscribed. Please forgive and educate me on matters of etiquette.
I 'm running the fo
Is it at all possible to send email via Exchange Server? I 'm probably going
to get answers like "Are you kidding? " but I thought I 'd give it a try
nonetheless.
Thanks in advance
Shawn
--
ViewHi all
I have a classpath refid with a number of JARs. The JARs obviously
contain a number of files.
I 'd like to be able to provide files from these JARs that match a
pattern as an embedded fiHi Friends
I have a simple "for " task question. I use this for task from ant-contrib
<for list "${pass1.property} ${pass2.property} ${pass3.property} "
param "argvalue " >
<sequential >
Hi
-----Original Message-----
From gjeiziner@(protected) [mailto gjeiziner@(protected)]
Sent Friday June 29 2007 2 31 PM
To Ant Users List
Subject Gilbert Jeiziner/AMBERG ist au?er Haus bis / isSpeaking with svn I would create a common directory as svn external which contains
the common buildfile (data).
The dev team will get the new versions just by their daily update of their codebase.
just thoughts ...
- <path > is a <resourcecollection >
- there are kind of selectors
<rc id "onlyjars " >
<path refid "all "/ >
<jarselector/ >
</rc >
So have a look at RCs in the manual and let us knoHello
We are working on a set of module each module has its own build.xml file.
I used the import feature to import a set of ant build file to hide implementation of common tasks.
This set of buildHi
I use an Ant Script tu run a lot of Junit Tests. I had to change the maxmemory to 1024m to let all the Tests run.
But sadly I used Ant directly and not Eclipse.
But this is how I solved my memor
Hi
I 'm not sure if this is the correct forum for this question but I 'm running
Junit tests with ant within Eclipse. I have a lot of tests I wish to run
them overnight then look at a JUnitReporHello
You are able to change values of patternsets ids etc.
You are in general not able to change properties (immutability).
The warning means If you dont want to change the value of this id thenHello all.
I have a build file with a set of patternsets that are declared in
alphabetical order. There are some references between then (eg A
references B but A is declared first).
Because of thFolks
I have a path reference that contains both jars and directories. I want
to filter out just the jar reference to build a manifest.
How do I apply a filter to the path reference to grab just thNAnt and Ant are to completely separate tools.
Ant is focussed on Java programs while NAnt on .NET programs (afaik).
For compiling .NET programs you could use the DotNet AntLib instead of NAnt.
(tha ?
Hi
I am new to NANT.
To use NANT tasks within ANT buildfile is it necessary to install NANT or is it enough to have ant-dotnet-1.0.jar?
Currently when I tried to use <cl > task in <nant > it is Hi Friends
I need some help with "outputproperty " element. I have a properties file i
want to pass in one of the property to a java program and read the response
back and store it in the same properI have two directories of source files that I want to compile. One of
them has
A.java
B.java
C.java
the other one has
A.java
The version of A in the second directory is different fromHave a look at your build.xml and search for non-ASCII characters ...
or
change (set) the xml setting
<?xml version "1.0 " encoding "ISO-8859-1 "? >
(maybe another encoding)
Jan
>-----Urspr?nglic
Hi I am used the following build script to upload files to remote server
using ANT
I had included jakarta-oro-2.0.8.jar and commons-net-1.4.0.jar to ANT lib.
But still I got the following error.
Inva
| |