Re: Please need help in ANT.

2022-07-11 Thread Stefan Bodewig
Hi Deepack On 2022-07-10, Deepak Lalchandani wrote: > Screenshot is attached to this email which depicts the folder structure. > RecentError.txt has part of build.xml file and project_build.properties > file. The mailing list is set up to strip all attachments, so nobody has seen your screensho

Please need help in ANT.

2022-07-10 Thread Deepak Lalchandani
Hi ant admin's, I need help in my Ant project I have the following attached files for ant. Screenshot is attached to this email which depicts the folder structure. RecentError.txt has part of build.xml file and project_build.properties file. Build is successful but WAR file i

Re: ANT rookie needs debugging help

2017-09-19 Thread Stefan Bodewig
On 2017-09-19, Barry Kimelman wrote: > I am working with ANT 1.10.1 on a 64 bit Linux system. > Is it possible o get ANT to show the commands it needs to execute without > actually executing them ? > (kind of like the old "make -n" command) No, there is nothing like this in Ant. Stefan --

ANT rookie needs debugging help

2017-09-18 Thread Barry Kimelman
I am working with ANT 1.10.1 on a 64 bit Linux system. Is it possible o get ANT to show the commands it needs to execute without actually executing them ? (kind of like the old "make -n" command)

RE: Need help with ANT javac classpath

2014-09-16 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Tue, 16 Sep 2014 14:19:47 + > > �I think I may not have articulated my problem correctly MG>for 6 weeks this summer I was answering all que

RE: Need help with ANT javac classpath

2014-09-16 Thread WebServices Development
other jars used by the application. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, September 15, 2014 5:39 PM To: Ant Users List Subject: RE: Need help with ANT javac classpath > From: webservices_developm...@csx.com > To: user@ant.apache.org >

RE: Need help with ANT javac classpath

2014-09-15 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Mon, 15 Sep 2014 16:06:55 + > > Thanks. > > This is a common build script that we have, so I didn't add fork for the > javac task -

RE: Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
AM To: Ant Users List Subject: Re: Need help with ANT javac classpath On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" a

Re: Need help with ANT javac classpath

2014-09-15 Thread Dominique Devienne
On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" attributes - both together as well as > individually - to the javac task - but I still get the error. The error >

Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
I have an old application which is using JAXB version 1.0. When I pull in the projects in Eclipse, it compiles fine because it references the jaxb jars from my web-inf/lib. When I am defining an ANT javac task for it, I get compilation errors because the jaxb classes from rt.jar take prefere

Re: Need your help

2013-04-27 Thread Antoine Levy Lambert
need to change it. > vmlauncher="false"> > > > Regards, Antoine On Apr 27, 2013, at 2:02 AM, xiaomin wrote: > First,I express my sincere gratitude for your help,as you said,I remove the > braces {},and decompress ant again,t

Re: Need your help

2013-04-27 Thread xiaomin
First,I express my sincere gratitude for your help,as you said,I remove the braces {},and decompress ant again,then it is OK.But I have another problem and remain powerless,I hope that you can help me again. I try to start Tomcat use ant in Linux OS,but I failed.Then I attempt to find solvent

Re: Need your help

2013-04-24 Thread Roberto Rivera
t I'd give it a shot. Also, log off and then log back in to check if the changes are applied. Regards, Roberto On Wed, Apr 24, 2013 at 2:07 AM, xiaomin wrote: > Hello,I am a new comer,a new learner to ant.I have some problems in study > process,I hope that you can help me when you hav

Need your help

2013-04-23 Thread xiaomin
Hello,I am a new comer,a new learner to ant.I have some problems in study process,I hope that you can help me when you have time. When I have configurated the enviroment of ant (ANT_HOME),I input "ant -version" to check whether the ant envrioment is OK,but it will prompt "-bash: a

RE: need help debugging why a simple app install fails

2012-08-09 Thread Martin Gainty
Impossible to help you unless you display your build.xml The specific failure happens at /home/user/springapp2/build.xml:106Reposting to us...@ant.apache.org Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

help!! ant mail task issue!

2012-04-23 Thread combuilder
xecute the following line: "" anyone who can help me, please kindly advise. thanks in advance. -- View this message in context: http://ant.1045680.n5.nabble.com/help-ant-mail-task-issue-tp5658624p5658624.html Sent from the Ant - Users mail

Re: Help: create an executable JAR file including 3rd party JAR files

2011-12-22 Thread Stefan Bodewig
On 2011-12-21, xsli2 wrote: > Dear All: > My directory structure is the following: > libs/externa/ containing a.jar, b.jar > libs/installed/ the generated runnable JAR file, "sample.jar", will be here > I have had a really hard time to create a runnable JAR file using > Ant(version 1.6.5). The

Help: create an executable JAR file including 3rd party JAR files

2011-12-22 Thread xsli2
View this message in context: http://ant.1045680.n5.nabble.com/Help-create-an-executable-JAR-file-including-3rd-party-JAR-files-tp5092771p5092771.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-

Help with uptodate

2011-11-13 Thread Kelvin Chung
I'm trying to use ant to manage a group of zip files that must be kept up to date. Suppose I have a folder full of files, and I have a bunch of targets that puts different subsets of those files in a zip file. Like so: … … …

Re: Need help to get condition working

2011-09-21 Thread Danny T.
i don't need to set the variable, i did a small snippet to explain: http://pastebin.com/fpjWbAxx but i already got it... i need to use instead of property="${build.os}" /> now it works as i want :-) but thanks anyway best regards Am 21.09.2011 22:33, schrieb Alexandre Priou: hi you use th

Re: Need help to get condition working

2011-09-21 Thread Alexandre Priou
ant command. > > Am 21.09.2011 20:41, schrieb Alexandre Priou: > >> hi >> >> what you have in your build.properties ??? >> >> put in your build.properties, that : >> >> lib.dir= /path/lib.dir >> >> best regard >> alex >> >>

Re: Need help to get condition working

2011-09-21 Thread Danny T.
: hi what you have in your build.properties ??? put in your build.properties, that : lib.dir= /path/lib.dir best regard alex On Wed, Sep 21, 2011 at 8:26 PM, Danny T. wrote: Hello everyone, i need some help to manage my condition. I already projected my intention in php, jus

Re: Need help to get condition working

2011-09-21 Thread Alexandre Priou
hi what you have in your build.properties ??? put in your build.properties, that : lib.dir= /path/lib.dir best regard alex On Wed, Sep 21, 2011 at 8:26 PM, Danny T. wrote: > Hello everyone, > > i need some help to manage my condition. > I already projected my intention in p

Need help to get condition working

2011-09-21 Thread Danny T.
Hello everyone, i need some help to manage my condition. I already projected my intention in php, just for clarification: http://pastebin.com/dThG8w1r I would like to set ${lib.dir} ${lib.dir.gtk} and ${lib.dir.win} are already set above the condition. Is there something i missed or didn&#

RE: Help with ant task

2011-05-25 Thread Martin Gainty
t facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 24 May 2011 21:04:33 -0400 > From: sflo...@nc.rr.com > To: user@ant.apache.org > Subject: Re: Help with ant task > > > Mind showing what you tr

Re: Help with ant task

2011-05-24 Thread Scot P. Floess
Mind showing what you tried that didn't work??? Might be easier to see how you are trying to accomplish this and then point out what to do :) On Tue, 24 May 2011, rakesh mailgroups wrote: Hi, hope you can help as I am struggling to get this to work!! I have a lib directory tha

Help with ant task

2011-05-24 Thread rakesh mailgroups
Hi, hope you can help as I am struggling to get this to work!! I have a lib directory that may potentially contain libs such as: acme.jar acme-2011050241533.jar The two jars are related but I want only one in the directory. So, if acme-*.jar exists, then I need to delete acme.jar. I've

Cannot use Antelope tasks into my build file: PLEASE HELP!

2011-01-24 Thread tibuserAnt
lass ise.antelope.tasks.IfTask cannot be found using the classloader AntClassLoader[] How can I use this task into my ant build file please? thank you for your answer! S+ -- View this message in context: http://ant.1045680.n5.nabble.com/Cannot-use-Antelope-tasks-into-my-build-file-PLEASE-HELP-tp

Re: xmlTask - Help

2010-11-28 Thread Brian Agnew
Hi Jo - I see from this thread that you've found what you needed. Good news! To clarify, xmltask is supported and the mailing list is usually active. The majority of questions are XPath-related and as such can answered in any XPath-savvy forum. I'm travelling at the moment so support can be a

Re: xmlTask - Help

2010-11-22 Thread Jo Support
Finally I realized that library XmlTask from Oops is nothing more than a XSLT engine, and it uses the same mechanics, so I found (thanks to your example) the right syntax to get what I wanted using that library: This code does the job cor

RE: xmlTask - Help

2010-11-22 Thread Ludwig, Michael
> In your particular use case, you can use xslt. You just need > to write an xsl file doing the change that you would like. Here's the XSL file you need: http://www.w3.org/1999/XSL/Transform";> terracotta Best, Michael -

Re: xmlTask - Help

2010-11-22 Thread Antoine Levy-Lambert
On 11/22/2010 8:05 AM, Jo Support wrote: Hello people, I'm sorry to write here about a third party library, but it seems that official xmlTask mailing list is off (no messages since subscription, three days ago), and there are no news about Oops Consultancy since September 2009. So I'll try to

xmlTask - Help

2010-11-22 Thread Jo Support
Hello people, I'm sorry to write here about a third party library, but it seems that official xmlTask mailing list is off (no messages since subscription, three days ago), and there are no news about Oops Consultancy since September 2009. So I'll try to quest here, hoping for someone to be able to

Help publishing from one repository to another repository

2010-09-17 Thread Scott Goldstein
I'm trying to write a java app that will publish artifacts from one repository to another. The problem I'm running into seems to be caused by the PublishEngine behavior with respect to revision. Specifically, in my first repository, the revision is the build number. In my second repository, t

AW: help in copy files from list

2010-08-30 Thread Jan.Materne
Depending on the syntax of your listing could work. Jan >-Ursprüngliche Nachricht- >Von: Ludwig, Michael [mailto:michael.lud...@delphi-mb.de] >Gesendet: Donnerstag, 26. August 2010 10:13 >An: Ant Users List >Betreff: RE: help in copy files from list > >&g

RE: help in copy files from list

2010-08-26 Thread Ludwig, Michael
> -Original Message- > From: Rajesh Kumar [mailto:rajeshkumarmaht...@gmail.com] > I have one file called list.txt where i have mentioned all > the files which need to be copied from specific directry. > > can you please help me with the right copy task syntax which

help in copy files from list

2010-08-25 Thread Rajesh Kumar
Hi, I have one file called list.txt where i have mentioned all the files which need to be copied from specific directry. can you please help me with the right copy task syntax which read the files name from list.txt and copy to destination directory??? -- === Rajesh

Help to Remove standard sshexec output

2010-07-01 Thread Morales, Pedro
Hi, The sshexec task display the result of the command execution on the screen. We don't want to display this result on our screen since it's confident information. I don't see an option to remove this standard out from sshexec task. Maybe you know how to do it. On ant macro we have the sshe

Re: Urgent Help: Strange Error During Build.

2010-07-01 Thread Stefan Bodewig
On 2010-07-01, Rajesh Kumar wrote: > Hi, > I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during build > process.. Any body can explain me or guide me what is going wrong? > [copy] Copying 1 file to > D:\WorkSpace\Perforce\Harrier9.01-branch\stg-dev\elance\template-stg\config\

Re: Urgent Help: Strange Error During Build.

2010-07-01 Thread Michael Ludwig
Rajesh Kumar schrieb am 01.07.2010 um 16:25 (+0530): > > I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during > build process.. Any body can explain me or guide me what is going > wrong? > > I could not get any solution myself. > [copy] Infinite loop in tokens. Currently know

Urgent Help: Strange Error During Build.

2010-07-01 Thread Rajesh Kumar
Hi, I am apache-ant-1.6.5 with jdk 1.6 and getting strange error during build process.. Any body can explain me or guide me what is going wrong? I could not get any solution myself. filterTemplates: [mkdir] Created dir: D:\WorkSpace\Perforce\Harrier9.01-branch\stg-dev\elance\template-stg

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Susanne Wunsch wrote: > Also nothing special with FreeBSD: Thanks Susanne, this is good news Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, glenn opdycke-hansen wrote: > I did not execute the .jar. Instead I noticed the bin folder and ran the > .bat file. I see. > When the .jar was run the following output was seen: > Detected OS_NAME: windows xp > Detected OS_ARCH: x86 > Detected OS_VERSION: 5.1 > Detected Java Ver

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Susanne Wunsch
Java5+. This change may result > in different results and so we need your help in order to determine what > kind of differences we may encounter. > > We already know that System.getenv() returns two or three additional > environment variables on Windows while we seem to get the same r

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread glenn opdycke-hansen
I did not execute the .jar. Instead I noticed the bin folder and ran the .bat file. That is why I asked for instructions to run the test. Danke. (And now i see that you did provide that information. I did not read it carefully enough.) When the .jar was run the following output was seen: Detec

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Gilles Scokart
a platform specific executable" > approach System.getenv() when running on Java5+.  This change may result > in different results and so we need your help in order to determine what > kind of differences we may encounter. > > We already know that System.getenv() returns two or thr

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, glenn opdycke-hansen wrote: > Were there instructions for running the test? No, it is supposed to be just the -jar. You can throw in an additional -v after the jar name to see all environment variables but that shouldn't be needed. > I ran it on windows and got no output. No out

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread glenn opdycke-hansen
platform specific executable" > approach System.getenv() when running on Java5+. This change may result > in different results and so we need your help in order to determine what > kind of differences we may encounter. > > We already know that System.getenv() returns two or three

Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
Hi all, we are considering to change the code that reads environment variables inside of Ant from the current "fork a platform specific executable" approach System.getenv() when running on Java5+. This change may result in different results and so we need your help in order to dete

Re: PropertyRegex help

2010-04-16 Thread Andy2008
gt; Here's my input >> >> dev-abc.com:8001 >> >> I want abc.com:8001 back. Below is my propertyregex >> >> >input="dev-abc.com:8001" >>regexp="dev-*" >> select="\1" >>

Re: PropertyRegex help

2010-04-16 Thread Scot P. Floess
\1 Do you have any ideas? -- View this message in context: http://old.nabble.com/PropertyRegex-help-tp28261946p28261946.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apach

Re: PropertyRegex help

2010-04-15 Thread David Weintraub
exp="dev-*" > select="\1" > casesensitive="false" /> > > but ${url} returns \1 > > Do you have any ideas? > -- > View this message in context: > http://old.nabble.com/PropertyRegex-help-tp2

Re: PropertyRegex help

2010-04-15 Thread Scot P. Floess
You might try wrapping the * in parens like Honestly, didn't try this - went back to look at some examples I've done in the past On Thu, 15 Apr 2010, Andy2008 wrote: Here's my input dev-abc.com:8001 I want abc.com:8001 back. Below is my propertyregex but ${url} returns \1 Do you h

PropertyRegex help

2010-04-15 Thread Andy2008
Here's my input dev-abc.com:8001 I want abc.com:8001 back. Below is my propertyregex but ${url} returns \1 Do you have any ideas? -- View this message in context: http://old.nabble.com/PropertyRegex-help-tp28261946p28261946.html Sent from the Ant - Users mailing list archi

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Shilpa Kulkarni
Thank you reno & Greg for your help! Have a good weekend. Shilpa On Fri, Apr 2, 2010 at 3:31 AM, reno wrote: > Greg, > > it's better to set the bootclasspath for different jdks (cross-compilation) > than changing $JAVA_HOME > > http://java.sun.com/javase/6/d

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread reno
hine is dedicated for one project & will always use same compiler version for all its builds. In this case is option 2 better than 3? Is Option1 possible? Can someone help me get this jdk version please? Shilpa ---

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Greg Roodt
matter? > > > > Option 3: Do not set build.compiler property. Instead specify > target="1.6" > > to javac1.6. Problem: Again I do not have the precision to specify > 1.6.0_11. > > > > The build machine is dedicated for one project & will always use sam

Re: Need help with jdk1.6.0_11 build

2010-04-01 Thread reno
Shilpa, http://java.sun.com/products/archive/ hope this help Corrected subject for the post below. On Thu, Apr 1, 2010 at 5:13 PM, Shilpa Kulkarni wrote: Hi Everyone, Just joined the ant mailing list. I am working on getting a build system set up. It needs to produce jdk 1.6.11

Need help with jdk1.6.0_11 build

2010-04-01 Thread Shilpa Kulkarni
ways use same > compiler version for all its builds. In this case is option 2 better than 3? > > > Is Option1 possible? Can someone help me get this jdk version please? > > Shilpa > >

AW: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Jan.Materne
t Users List > Betreff: AW: AW: Ant xmlproperty question,Please help me > > Hello, > > I dont know what Xmltask is. We talk about ant, do we? > Is xmltask a task in ANT or what is it? > > So why shouldnt you use XMLtask and ant4eclip

Re: Ant xmlproperty question,Please help me

2010-03-26 Thread wolfgang haefelinger
quot;*.jar" /> >                         >                 >         > > In ant script. I must update my ant script manul, because > > /> > > > often change following the .classpath file. > > So I want to know how can i do this auto following .class

AW: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
@ant.apache.org Betreff: Re: AW: Ant xmlproperty question,Please help me Can you get me some script about ant4eclipse? and I want to use XmlTask! Would you have some suggestion? Thank you Knuplesch, Juergen wrote: > > Hello, > > I use ant4eclipse a lot and encourage as we

Re: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
Knuplesch > -Ursprüngliche Nachricht- > Von: amasha [mailto:amasha_z...@hotmail.com] > Gesendet: Freitag, 26. März 2010 09:49 > An: user@ant.apache.org > Betreff: Ant xmlproperty question,Please help me > > > I have a .classpath: &

Re: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
Gesendet: Freitag, 26. März 2010 09:49 >> An: user@ant.apache.org >> Betreff: Ant xmlproperty question,Please help me >> >> >> I have a .classpath: >> >> >> >> > excluding="com/orange/homescreen/pil/android21impl >>

AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
Hello, I use ant4eclipse a lot and encourage as well to use it. Greetings Jürgen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: amasha [mailto:amasha_z...@hotmail.com] Gesendet: Freitag, 26. März 2010 09:49 An: user@ant.apache.org Betreff: Ant xmlproperty question,Please help me

AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Jan.Materne
Have you tried Ant4Eclipse? http://www.ant4eclipse.org/ Jan > -Ursprüngliche Nachricht- > Von: amasha [mailto:amasha_z...@hotmail.com] > Gesendet: Freitag, 26. März 2010 09:49 > An: user@ant.apache.org > Betreff: Ant xmlproperty question,Please help me > >

Ant xmlproperty question,Please help me

2010-03-26 Thread amasha
auto following .classpath by ant script? Please help me Thank you -- View this message in context: http://old.nabble.com/Ant-xmlproperty-question-tp27714461p28039514.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-08 Thread Bharath Vasudevan
Thanks Antonie. Yes that was the issue. I had uninstalled gcj from my system and it worked fine :). But apparently my JAVA_HOME was fine even before. Looks like ant had picked up the gnu jdk path from somewhere else. Regards, Bharath On Sun, Mar 7, 2010 at 3:53 PM, Antoine Levy Lambert wrote: >

Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-07 Thread Antoine Levy Lambert
Hello Bharath, I am intrigued by the class not def found error "gnu/classpath/Configuration" Are you using a GNU JDK ? You might want to use a Sun JDK. Ant uses normally the JDK pointed to by the environment variable JAVA_HOME. It is possible that there is a bug or limitation of ant and th

Execution error help - java.lang.NoClassDefFoundError

2010-03-06 Thread Bharath Vasudevan
Hi, I tried building the 6.0.x tomcat source. From the installation looks like we had to execute "ant download" and then "ant". Executing "ant download" completed fine and said build successful. But executing "ant" after it fails with this error: Any idea if some envt variable is messed up ? su

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
or runs out of stack > in a different environment. Coincidentally, when it runs out of stack space, I actually get a stack trace in the output, and it shows that I've got an infinite loop in my error handler (which I thought for sure I'd fixed ...) so overall it's helping. Getting

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Greg Roodt
Ah, good suggestion Stefan. That makes sense. I personally have had no issues capturing STDOUT, but I use the xml formatter to generate JUnit reports on Hudson. Also, this looks like a particularly nasty little problem if the test times out or runs out of stack in a different environment. Cheers

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Stefan Bodewig
On 2010-03-05, Bill Moran wrote: > > timeout="1" maxmemory="512m" haltonfailure="no" > tempdir="/tmp" failureProperty="test.failure"> > Unfortunately, this doesn't give me any output anywhere. withOutAndErr should give you the output in most cases. Since yo

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
ework is to dump log data to stdout when in a testing context, so it doesn't help anyway. Thanks for you input, I'll investigate whether I can use some of these tactics to improve things, but I'm still greatly disturbed that it's so difficult to capture stdout. Even with a lo

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Greg Roodt
about the environment, > but we're having trouble isolating and fixing the problem. > > The problem I'm asking for help with, however, is getting test output > recorded when the tests run as an ant job. Our ant task looks like this: > > >

Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
oblem. The problem I'm asking for help with, however, is getting test output recorded when the tests run as an ant job. Our ant task looks like this: Unfo

Re: Ivy + hudson CI - problems downloading artifacts, please, help

2010-03-04 Thread Matt Benson
again with the latest Ivy code from trunk to see if the problem has been fixed? thanks, Maarten - Original Message From: David Goblirsch To: ivy-u...@ant.apache.org Sent: Fri, February 26, 2010 12:28:30 AM Subject: Re: Ivy + hudson CI - problems downloading artifacts, pl

AW: Conditional help

2010-02-07 Thread Jan.Materne
>-Ursprüngliche Nachricht- >Von: DanVegas [mailto:dan_ve...@hotmail.com] >Gesendet: Samstag, 6. Februar 2010 10:47 >An: user@ant.apache.org >Betreff: Conditional help > > >Hi all, > >I'm new to using Ant and need a little help with an Task I am >work

Conditional help

2010-02-06 Thread DanVegas
Hi all, I'm new to using Ant and need a little help with an Task I am working on? In one part of it I need to check if a string does notexist in a certain file and if it doesn't then I want to add it. I looked through the manual/web and couldn't find any way of doing i

Re: Some thing seriously missing.. need help

2010-01-01 Thread Raja Nagendra Kumar
Thank you supareno. True, it is working in the approach you mentioned.. however in my context it prints individual values correctly but not the double referenced one.. I am suspecting the following.. any experts could help in the exact context to reproduct 1. I am using Custom Executor 2. I am

Re: Some thing seriously missing.. need help

2009-12-31 Thread supareno
ng on failing to see the 3 rd echo give the right value though macro attribute double referencing. Even if the double referencing fails, we need to get [echo] ${API3} or some thing like that.. Wishing you all a Very Happy new year 2010. This forum has been of great help to us in the year

Some thing seriously missing.. need help

2009-12-31 Thread Raja Nagendra Kumar
great help to us in the year 2009. Regards, Raja Nagendra Kumar, C.T.O www.tejsoft.com -- View this message in context: http://old.nabble.com/Some-thing-seriously-missing..-need-help-tp26977285p26977285.html Sent from the Ant - Users mailing list archive at Nabble.com

RE: RegExp help needed!

2009-12-07 Thread Jowie
Hi again Gilbert, That updated Xpath worked a treat... Thank you very much for your patience and help! :-) Hopefully that will be it now... ;-) Cheers again! :-Joe -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26679471.html Sent from the Ant - Users

RE: RegExp help needed!

2009-12-07 Thread Jowie
I think the problem that I have is that the @Media property isn't always set. In which case it fails when it tries to look at a node with no Media property. Can anyone think of a workaround? :-/ Thanks! -- View this message in context: http://old.nabble.com/RegExp-help-need

RE: RegExp help needed!

2009-12-07 Thread Rebhan, Gilbert
-Original Message- From: Jowie [mailto:joe.n...@mac.com] Sent: Monday, December 07, 2009 4:06 PM To: user@ant.apache.org Subject: RE: RegExp help needed! /* Hi Gilbert, What I am trying to say is... I have done exactly how you say, despite what my last message says (some weird URL

RE: RegExp help needed!

2009-12-07 Thread Jowie
[echo] img = /brain_games_main/Image.ashx?ID=647 [echo] img = /brain_games_main/Image.ashx?ID=647 etc Sorry everyone for the repeat postings! I'm really starting to scratch my head sore on this one! :-/ -- View this message in context: http://old.nabble.com/RegExp-help-need

RE: RegExp help needed!

2009-12-07 Thread Jowie
ratch my head sore on this one! :-/ -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26679046.html Sent from the Ant - Users mailing list archive at Nabble.com.

RE: RegExp help needed!

2009-12-07 Thread Jowie
/Image.ashx?ID=647 [echo] img = /brain_games_main/Image.ashx?ID=647 [echo] img = /brain_games_main/Image.ashx?ID=647 rather than different IDs each time... Sorry for the confusion! -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26678500.html Sent from

RE: RegExp help needed!

2009-12-07 Thread Jowie
; [echo] img = /brain_games_main/Image.ashx?ID=647 > > etc... Rather than different attribute each time > -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26678458.html Sent from the Ant - Users mailing list archive at Nabble.com.

RE: RegExp help needed!

2009-12-07 Thread Jowie
/Image.ashx?ID=647 etc... Rather than different attribute each time -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26678408.html Sent from the Ant - Users mailing list archive at Nabble.com

RE: RegExp help needed!

2009-12-07 Thread Jowie
/Image.ashx?ID=647 etc... Rather than different attribute each time -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26678362.html Sent from the Ant - Users mailing list archive at Nabble.com

RE: RegExp help needed!

2009-12-07 Thread Rebhan, Gilbert
-Original Message- From: Jowie [mailto:joe.n...@mac.com] Sent: Monday, December 07, 2009 3:28 PM To: user@ant.apache.org Subject: RE: RegExp help needed! /* [...] Games\Main\ant\update_offline.xml:77: required attribute img not set But... If I do

RE: RegExp help needed!

2009-12-07 Thread Jowie
gt; -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26678002.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

RE: RegExp help needed!

2009-12-07 Thread Rebhan, Gilbert
P.S. : will hit all Media=... attributes und /Question/Answers, if you need all Media Attributes you need to use = Regards, Gilbert - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands,

RE: RegExp help needed!

2009-12-07 Thread Rebhan, Gilbert
-Original Message- From: Jowie [mailto:joe.n...@mac.com] Sent: Monday, December 07, 2009 1:40 PM To: user@ant.apache.org Subject: RE: RegExp help needed! /* txt txt txt txt - So from this, I need to: 1. Find any Media attribute, nested

RE: RegExp help needed!

2009-12-07 Thread Jowie
Okay... So back to my original request (thanks for all the help so far! :)) Here's my code s

Re: RegExp help needed!

2009-12-07 Thread Jowie
t: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26677635.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: RegExp help needed!

2009-12-07 Thread Antoine Levy Lambert
Hi, uhhm, in this case maybe the error you are encountering is a disguised Out of Memory, or a bug with the XML parser. you might want to try with different JDKs. I do not know whether the xercesImpl.jar which ships with ant is actually used to parse XML files in custom tasks or whether it w

Re: RegExp help needed!

2009-12-07 Thread Jowie
Hi there, Just so you know, I created a file which was bigger than my original file as a test, and that worked fine... So I'm a bit confused as to how this XML file will not work when it is supposedly well formatted... ?? -- View this message in context: http://old.nabble.com/RegExp

Re: RegExp help needed!

2009-12-07 Thread Jowie
development environment ? Regards, Antopine -- View this message in context: http://old.nabble.com/RegExp-help-needed%21-tp26676257p26677322.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe

  1   2   3   4   5   6   7   8   9   >