import entities ?!

2010-02-05 Thread Rebhan, Gilbert
Hi, want to use some entities, works with = ?xml version=1.0? !DOCTYPE project [ !ENTITY uml#168; ... ... ] project ... [..] Now i want to put it in my commons.xml and use import i put it in commons.xml before project = ?xml version=1.0? !DOCTYPE project [ !ENTITY uml#168; ...

RE: import entities ?!

2010-02-05 Thread Rebhan, Gilbert
-Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] Sent: Friday, February 05, 2010 10:59 AM To: user@ant.apache.org Subject: AW: import entities ?! /* import is not a XML function it is an Ant task. The imported content is parsed by Ant and evaluated

RE: How to stop receiving postings but stay subscribed? Web only

2010-01-26 Thread Rebhan, Gilbert
-Original Message- From: BenXS [mailto:bxsto...@yahoo.co.uk] Sent: Tuesday, January 26, 2010 3:15 PM To: user@ant.apache.org Subject: Re: How to stop receiving postings but stay subscribed? Web only /* But this way I could NOT send any questions. Your suggestion is a read-only solution.

RE: JAVA_HOME not interpreted on XP

2010-01-19 Thread Rebhan, Gilbert
-Original Message- From: Stephan Müller [mailto:stephanr.muel...@gmx.de] Sent: Tuesday, January 19, 2010 4:08 PM To: Ant Users List Subject: Re: JAVA_HOME not interpreted on XP /* [...] I have no idea where this search path is coming from, if it is something hardcoded. Some people

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:02 PM To: user@ant.apache.org Subject: RegExp help needed! /* Hi all, I'm fumbling my way around Ant and finding the help on the web really confusing. I am using Ant simply as a macro

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:02 PM To: user@ant.apache.org Subject: RegExp help needed! /* so you would go like that = xmltask source= call path=//module/*[liefertyp/text()='build'] target=yourdownloadtarget param

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! /* Question ID=531 Subject=L Category=Punc Presentation=PT01 Engine=MC01 Body=test Media=/bgmain/Image.ashx?ID=12 TipID/

RE: RegExp help needed!

2009-12-07 Thread Rebhan, Gilbert
P.S. : call path=/Question/Answers/* target=foo param name=img path=@Media / /call will hit all Media=... attributes und /Question/Answers, if you need all Media Attributes you need to use = call path=//* target=foo param name=img path=@Media / /call Regards, Gilbert

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 xmltask

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: Dereferencing property files

2009-12-04 Thread Rebhan, Gilbert
-Original Message- From: Dalton, Tom [mailto:tdal...@hp.com] Sent: Thursday, December 03, 2009 5:38 PM To: Ant Users List Subject: RE: Dereferencing property files /* Jan, Thanks - that is exactly what I need... I'm sorry I did not see that sooner! Is there any chance of this

RE: Dereferencing property files

2009-12-04 Thread Rebhan, Gilbert
-Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] Sent: Friday, December 04, 2009 9:55 AM To: user@ant.apache.org Subject: AW: Dereferencing property files /* AFAIK this AC:task is available for Ant earlier 1.6. With Core: I am not up to date with

RE: Certification in ANT.

2009-12-01 Thread Rebhan, Gilbert
-Original Message- From: Amit [mailto:as...@qasource.com] Sent: Tuesday, December 01, 2009 5:47 AM To: user@ant.apache.org Subject: Certification in ANT. /* Hi , I am interested in Apache ant tool. Is there certification course in apache ant. If yes please guide me on this. What are

RE: Ant API

2009-11-26 Thread Rebhan, Gilbert
-Original Message- From: LukeS [mailto:luke.shan...@gmail.com] Sent: Thursday, November 26, 2009 4:50 PM To: user@ant.apache.org Subject: Re: AW: Ant API /* Based on your answer and the one previous I might do CVS and SVN integration with APIs rather than Ant. However I still feel

RE: Alternative for available taks to check a pattern of file existence

2009-10-29 Thread Rebhan, Gilbert
-Original Message- From: cvsusr [mailto:sp...@rediffmail.com] Sent: Thursday, October 29, 2009 12:00 PM To: user@ant.apache.org Subject: Alternative for available taks to check a pattern of file existence /* Hi, I need to check for existence of files with some extension say *.txt in

RE: Alternative for available taks to check a pattern of file existence

2009-10-29 Thread Rebhan, Gilbert
P.S. : you may also check for existence of specific files via fileset if that is enough for your purpose = fileset dir=your/path includes=**/*.txt id=checkdir/ condition property=nofiles equals arg1=${toString:checkdir} arg2= / /condition and then f.e. = fail if=nofiles message=No TxtFiles

RE: Alternative for available taks to check a pattern of file existence

2009-10-29 Thread Rebhan, Gilbert
-Original Message- From: cvsusr [mailto:sp...@rediffmail.com] Sent: Thursday, October 29, 2009 3:34 PM To: user@ant.apache.org Subject: Re: Alternative for available taks to check a pattern of file existence /* target name=check-abc for param=file path fileset id=file.exist

RE: Checking whether a file is executable

2009-10-27 Thread Rebhan, Gilbert
-Original Message- From: Francis GALIEGUE [mailto:f...@one2team.com] Sent: Friday, October 23, 2009 10:01 PM To: Ant Users List Subject: Checking whether a file is executable /* Hello, Ant's available condition can check whether a file exists and is a regular file (with type=file),

RE: using dynamic declarations..

2009-10-16 Thread Rebhan, Gilbert
-Original Message- From: EetieD [mailto:k...@leanapps.com] Sent: Thursday, October 15, 2009 11:32 AM To: user@ant.apache.org Subject: using dynamic declarations.. /* Hi, I was wondering if it is possible to use 'dynamic declarations' within ANT. Please check the example below. In the

RE: Performance of Ant antcall

2009-10-02 Thread Rebhan, Gilbert
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Friday, October 02, 2009 3:25 PM To: user@ant.apache.org Subject: Re: Performance of Ant antcall /* On 2009-10-02, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: I have put the summary of discussion and

RE: Adding multiple external JARS using Ant

2009-09-30 Thread Rebhan, Gilbert
-Original Message- From: not4google [mailto:kapil.x.jo...@jpmorgan.com] Sent: Wednesday, September 30, 2009 1:22 PM To: user@ant.apache.org Subject: Adding multiple external JARS using Ant /* Hi all I have the following target: target name=CreateExecutableJarFile

RE: Adding multiple external JARS using Ant

2009-09-30 Thread Rebhan, Gilbert
-Original Message- From: not4google [mailto:kapil.x.jo...@jpmorgan.com] Sent: Wednesday, September 30, 2009 1:41 PM To: user@ant.apache.org Subject: RE: Adding multiple external JARS using Ant /* Thanks for the info but what I needed was to add all JARS within a directory rather than

RE: Set value if directory exists

2009-09-11 Thread Rebhan, Gilbert
-Original Message- From: Mikael Petterson [mailto:mikael.petter...@ericsson.com] Sent: Friday, September 11, 2009 1:22 PM To: user@ant.apache.org Subject: Set value if directory exists /* Hi, How can I set the value of out.dir to /local/tmp/ if it exists. Currently the second option

RE: Set value if directory exists

2009-09-11 Thread Rebhan, Gilbert
P.S. no = available file=/local/tmp type=dir property=out.dir / would set ${out.dir} = true but you want /local/tmp therefore the use of the value attribute available property=out.dir value=/local/tmp type=dir file=/local/tmp / should work maybe you don't have the appropriate rights on

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-11 Thread Rebhan, Gilbert
-Original Message- From: Damjan Perenic [mailto:bage...@gmail.com] Sent: Friday, September 11, 2009 2:00 PM To: Ant Users List Subject: Re: Does mail task work on Eclipse on Mac OSX 10.6? /* I haven't tried Mac OS X 10.6 yet, but this is an issue also under Leopard. Built-in ant does

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Chris Kimball [mailto:m...@cvkimball.com] Sent: Thursday, September 10, 2009 3:58 PM To: user@ant.apache.org Subject: Does mail task work on Eclipse on Mac OSX 10.6? /* With best efforts, can't get the ant 1.7.0 mail task to run under Eclipse on Mac 10.6.

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Chris Kimball [mailto:m...@cvkimball.com] Sent: Thursday, September 10, 2009 4:45 PM To: user@ant.apache.org Subject: RE: Does mail task work on Eclipse on Mac OSX 10.6? /* mail.jar and smtp.jar are from the javamail-1.4.2.zip distribution. Just to check,

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert Sent: Thursday, September 10, 2009 5:06 PM To: 'Ant Users List' Subject: RE: Does mail task work on Eclipse on Mac OSX 10.6? /* you need mail.jar, activation.jar,smtp.jar and ant-javamail.jar but that is already in $ANT_HOME/lib, maybe you need

RE: RegEx support for include and exclude patterns

2009-09-03 Thread Rebhan, Gilbert
-Original Message- From: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] Sent: Thursday, September 03, 2009 4:18 PM To: user@ant.apache.org Subject: RegEx support for include and exclude patterns /* Hi, Is there a feature in ant include name=/... exclude name=eee**/**/ tags

RE: RegEx support for include and exclude patterns

2009-09-03 Thread Rebhan, Gilbert
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Thursday, September 03, 2009 4:56 PM To: user@ant.apache.org Subject: Re: RegEx support for include and exclude patterns /* Is there a feature in ant include name=/... exclude name=eee**/**/ tags of path like

RE: Basic question about ant

2009-09-01 Thread Rebhan, Gilbert
-Original Message- From: veena pandit [mailto:v.kri...@gmail.com] Sent: Tuesday, September 01, 2009 12:47 AM To: Ant Users List Subject: Re: Basic question about ant /* Since wsgen is in a jar file, I put the complete path of the jar file in the exec. So if anttasks.jar was in

RE: Code too large

2009-09-01 Thread Rebhan, Gilbert
-Original Message- From: M White [mailto:tc1...@yahoo.com] Sent: Monday, August 31, 2009 12:42 PM To: ant user Subject: Reg: Code too large /* Hi,     I am compiling some files and i am getting the error -   Code too large for try . Code too large for catch   But ultimately in the

RE: Code too large

2009-09-01 Thread Rebhan, Gilbert
-Original Message- From: M White [mailto:tc1...@yahoo.com] Sent: Monday, August 31, 2009 12:42 PM To: ant user Subject: Reg: Code too large /*   What are these errors about  ... Code too large .. What should i do ? Thanks Regards  */ opening a browser window and

RE: targets unless/if: strangeness in default behaviour (imho) (ant 1.6.5)

2009-08-31 Thread Rebhan, Gilbert
-Original Message- From: Gilles Scokart [mailto:gscok...@gmail.com] Sent: Monday, August 31, 2009 1:00 PM To: Ant Users List Subject: Re: targets unless/if: strangeness in default behaviour (imho) (ant 1.6.5) /* 2009/8/31 Francis GALIEGUE f...@one2team.com Which means that the

RE: targets unless/if: strangeness in default behaviour (imho) (ant 1.6.5)

2009-08-31 Thread Rebhan, Gilbert
-Original Message- From: Francis GALIEGUE [mailto:f...@one2team.com] Sent: Monday, August 31, 2009 1:24 PM To: Ant Users List Subject: Re: targets unless/if: strangeness in default behaviour (imho) (ant 1.6.5) /* Maybe this pattern is often used, but as I said, it looks pretty much

RE: AW: Reversing a list

2009-08-05 Thread Rebhan, Gilbert
-Original Message- From: Raagu [mailto:rknilekani2...@gmail.com] Sent: Wednesday, August 05, 2009 3:17 PM To: user@ant.apache.org Subject: Re: AW: Reversing a list /* [..] How can i access the the newlist here (outside groovy task) I tried ${list} But it is giving old

RE: AW: Reversing a list

2009-08-05 Thread Rebhan, Gilbert
P.S. : using $attributes.get('in').split(',') because i assumed your list is given comma separated, f.e. like being set via property name=mylist value=name1,name2,ant,forum,nabble/ Regards, Gilbert -Original Message- From: Rebhan, Gilbert Sent: Wednesday, August 05, 2009 3:42 PM

RE: compare files line by line

2009-07-30 Thread Rebhan, Gilbert
-Original Message- From: Júlio Cesar Bueno Cotta [mailto:juliocbco...@gmail.com] Sent: Wednesday, July 29, 2009 10:21 PM To: Ant Users List Subject: compare files line by line /* Hello good people I am here again needing some help now I need to do a I script to compare two

RE: run script after ant finished

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Sent: Wednesday, June 24, 2009 12:55 AM To: 'Ant Users List' Subject: run script after ant finished /* Is there a way to run something after ANT has finished with log output? [...] when it is complete.

RE: Using foreach

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: nisse [mailto:nisse...@home.se] Sent: Wednesday, June 24, 2009 9:21 AM To: user@ant.apache.org Subject: Using foreach /* [..] This code prints for example C:/Temp/MyFile.txt But I only want it to print MyFile.txt, how do I do that in a simple way?? */ use

RE: Using foreach

2009-06-24 Thread Rebhan, Gilbert
-Original Message- From: Matt Benson [mailto:gudnabr...@yahoo.com] Sent: Wednesday, June 24, 2009 2:57 PM To: Ant Users List Subject: RE: Using foreach /* Not to rain on the proverbial parade, but you don't need iteration or third-party tasks to do this: pathconvert

RE: isset oddity

2009-06-17 Thread Rebhan, Gilbert
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Wednesday, June 17, 2009 9:49 AM To: user@ant.apache.org Subject: Re: isset oddity /* On 2009-06-16, Rebhan, Gilbert gilbert.reb...@huk-coburg.de wrote: Conclusion = there seems to be a difference related

RE: isset oddity

2009-06-17 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert Sent: Wednesday, June 17, 2009 1:58 PM To: 'Ant Users List' Subject: RE: isset oddity /* Bugreport opened, Patch attached = https://issues.apache.org/bugzilla/show_bug.cgi?id=47381 [...] Works with ant 1.7.1, jdk 1.5.0_11 and jdk 1.6.0_07

RE: isset oddity

2009-06-16 Thread Rebhan, Gilbert
a bugreport ? Regards, Gilbert -Original Message- From: Rebhan, Gilbert Sent: Monday, June 15, 2009 4:15 PM To: 'Ant Users List' Subject: isset oddity Hi, found another oddity after upgrading to Ant 1.7.1, regarding the handling of properties and xmlproperties. project name=bla

RE: Generics and compilation problems

2009-06-15 Thread Rebhan, Gilbert
Hi, -Original Message- From: Lorenzo Carnevale [mailto:lorenzo.carnev...@innovery.it] Sent: Monday, June 15, 2009 11:31 AM To: user@ant.apache.org Subject: Generics and compilation problems /* [...] What I want to ask is: is it possible to log somehow which javac.exe is actually

isset oddity

2009-06-15 Thread Rebhan, Gilbert
Hi, found another oddity after upgrading to Ant 1.7.1, regarding the handling of properties and xmlproperties. project name=bla default=main basedir=. !-- // Taskdefs -- !-- Import AntContrib -- taskdef resource=net/sf/antcontrib/antlib.xml / !-- Taskdefs // -- !-- // Properties --

RE: logging level per task

2009-05-28 Thread Rebhan, Gilbert
-Original Message- From: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Sent: Thursday, May 28, 2009 8:18 AM To: 'Ant Users List' Subject: logging level per task /* [...] possible to turn on verbose ant logging JUST for the duration of 1 task? */ see =

RE: Probs running ant1.7.1 on AIX

2009-05-20 Thread Rebhan, Gilbert
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Wednesday, May 20, 2009 6:00 AM To: user@ant.apache.org Subject: Re: Probs running ant1.7.1 on AIX /* [...] gives me = ./test_gilbert[5]: ant: not found. The obvious reasons: the file doesn't exist or is

Probs with UNC when starting ant171 from batch

2009-05-19 Thread Rebhan, Gilbert
Hi, finally switching from Ant165 to Ant171 .. When writing ant scripts on windows, we start the scripts out of the editor (PSPad, UltraEdit ..) via batchfile. One of my teammates uses UNC (jdk5, Windows 2000) The batchfile looks like that = @ echo off set ANT_HOME=\\machine\c$\ant set

Probs running ant1.7.1 on AIX

2009-05-19 Thread Rebhan, Gilbert
Hi, starting an ant script on AIX worked with Ant 1.6.5, but not with Ant 1.7.1 a simple test script = export ANT_HOME=/deploy/entwicklung/ant_1_7_1 export JAVA_HOME=/usr/java5 export PATH=${PATH}:${ANT_HOME}/bin ant gives me = ./test_gilbert[5]: ant: not found. whereas = export

RE: Copy files in a directory not directory itself where source directory name is not known

2009-01-21 Thread Rebhan, Gilbert
-Original Message- From: yousufhaider [mailto:yousuf.r...@gmail.com] Sent: Tuesday, January 20, 2009 11:11 PM To: user@ant.apache.org Subject: Copy files in a directory not directory itself where source directory name is not known /* [...] Basically what I want to is to copy

RE: problem: how to copy multiple directories in ant

2009-01-20 Thread Rebhan, Gilbert
-Original Message- From: bmilbr...@outstart.com [mailto:bmilbr...@outstart.com] Sent: Monday, January 19, 2009 6:55 PM To: user@ant.apache.org Subject: problem: how to copy multiple directories in ant /* Hi, I have a well-defined problem I can easily solve via a shell script, but want

RE: problem: how to copy multiple directories in ant

2009-01-20 Thread Rebhan, Gilbert
-Original Message- From: bmilbr...@outstart.com [mailto:bmilbr...@outstart.com] Sent: Monday, January 19, 2009 6:55 PM To: user@ant.apache.org Subject: problem: how to copy multiple directories in ant /* Hi, I have a well-defined problem I can easily solve via a shell script, but want

RE: How do I call antcall once per line of file using line value as parameter?

2009-01-15 Thread Rebhan, Gilbert
-Original Message- From: samcollins [mailto:sam...@gmail.com] Sent: Wednesday, January 14, 2009 8:37 PM To: user@ant.apache.org Subject: Re: How do I call antcall once per line of file using line value as parameter? /* Hey, I have a question on this. If I want to grab the value of

RE: Ant accessing xls tasks

2009-01-15 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:rohitmp@gmail.com] Sent: Thursday, January 15, 2009 12:13 PM To: Ant Users List Subject: Ant accessing xls tasks /* Hi, Is there any way of accessing an excel sheet [rows, columns, sheet etc. in an .xls] using Ant ? Please point me if there

RE: append value to existing property

2009-01-14 Thread Rebhan, Gilbert
-Original Message- From: Stan Kwan [mailto:sk...@anatas.com] Sent: Wednesday, January 14, 2009 4:27 AM To: user@ant.apache.org Subject: append value to existing property /* Hi all, Is there a way to append a new value to an existing property. for example [...] */ as Jan already

RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Monday, December 29, 2008 6:10 AM To: Ant Users List; Alexei Alexei Subject: Re: Ant- copy file from one folder to many folders /* The standard copy task requires a single target name, so you couldn't do it with

RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: Alexei Alexei [mailto:a_subscri...@mail.ru] Sent: Monday, December 29, 2008 11:21 AM To: Rebhan, Gilbert Subject: RE: Ant- copy file from one folder to many folders /* The global task is: In the folder myfolder1 I have file myclass.class. 1. Find file

AW: Copying Folder

2008-12-22 Thread Rebhan, Gilbert
-Ursprüngliche Nachricht- Von: blazingwolf7 [mailto:blazingwo...@gmail.com] Gesendet: Montag, 22. Dezember 2008 09:53 An: user@ant.apache.org Betreff: Re: Copying Folder /* Hmm...there are .txt and other files inside there.. There are folders as well. I want to ignore all folders and

AW: AW: Copying Folder

2008-12-22 Thread Rebhan, Gilbert
-Ursprüngliche Nachricht- Von: blazingwolf7 [mailto:blazingwo...@gmail.com] Gesendet: Montag, 22. Dezember 2008 10:12 An: user@ant.apache.org Betreff: Re: AW: Copying Folder /* Not really...I just want to copy the files from the root directory But the root directory will have folders as

RE: AW: Copying Folder

2008-12-22 Thread Rebhan, Gilbert
-Original Message- From: blazingwolf7 [mailto:blazingwo...@gmail.com] Sent: Monday, December 22, 2008 10:12 AM To: user@ant.apache.org Subject: Re: AW: Copying Folder /* Not really...I just want to copy the files from the root directory But the root directory will have folders as well.

RE: Sending html email but the html is not seen in my mail client

2008-12-17 Thread Rebhan, Gilbert
-Original Message- From: Paul Taylor [mailto:paul_t...@fastmail.fm] Sent: Wednesday, December 17, 2008 1:29 PM To: Ant Users List Subject: Sending html email but the html is not seen in my mail client /* Hi, this is my task target name=emailbetacced !-- EmailFile-- mail

RE: is there a Task to comapre two numbers?

2008-12-12 Thread Rebhan, Gilbert
-Original Message- From: Ghadi Mahmoudi [mailto:ghadi.mahmo...@cosens.de] Sent: Friday, December 12, 2008 3:10 PM To: 'Ant Users List' Subject: AW: is there a Task to comapre two numbers? /* Thanks, But could find only equlas! What about and comparisons? */ the Antelope tasksuite

RE: ANT failing from command line

2008-12-01 Thread Rebhan, Gilbert
-Original Message- From: Ammar Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 12:35 PM To: user@ant.apache.org Subject: ANT failing from command line /* I have written an ANT script and tested in my eclipse environment and it works fine from within eclipse

RE: how to use first?

2008-11-26 Thread Rebhan, Gilbert
-Original Message- From: ndario [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 3:54 PM To: user@ant.apache.org Subject: how to use first? /* Hello, I want to copy a set of files to a directory which is dynamically generated. I know only a part of name of that directory,

RE: problem with excludes in javac target.

2008-11-24 Thread Rebhan, Gilbert
-Original Message- From: Ziggy [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 2:03 PM To: user@ant.apache.org Subject: Re: problem with excludes in javac target. /* Hi, I forgot to mention that i am using ANT v2.7.2 Many thanks */ ant version 2.7.2 !? You're Ziggy

RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 10:16 AM To: Ant Users List Subject: Verifying existence of files under a directory /* But before i do the 'concat' action i need to verify if there are files under ${REPORTS_DIR}. Can you let me

RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 11:05 AM To: 'Ant Users List' Subject: RE: Verifying existence of files under a directory -Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18

RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 11:39 AM To: Ant Users List Subject: Re: Verifying existence of files under a directory /* Thanks Gilbert for quick response. The first solution would be suitable for my current issue it worked

RE: Optional entry/ if and only if properties file exists?

2008-11-13 Thread Rebhan, Gilbert
-Original Message- From: Patrick Waugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 11:58 AM To: Ant Users List Subject: Re: Optional entry/ if and only if properties file exists? /* In other words, I need to test if the property file exists... and then include that code

RE: if not working

2008-11-13 Thread Rebhan, Gilbert
-Original Message- From: Patrick Waugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 1:11 PM To: Ant Users List Subject: if not working /* and line 89 is the If. I don't see an If task in Ant docs either. What is wrong? */ i wrote = ... *** or check the condition

RE: if not working

2008-11-13 Thread Rebhan, Gilbert
-Original Message- From: Patrick Waugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 1:54 PM To: Ant Users List Subject: Re: if not working /* Thanks. Yes, I can't seem to find the antcontrib... it seems to be ccptask or something. I'll check out Antelope. =) */ just

RE: smoke testing after ant?

2008-11-11 Thread Rebhan, Gilbert
-Original Message- From: jpyork [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:40 PM To: user@ant.apache.org Subject: Re: smoke testing after ant? jpyork schrieb: I am just wondering if anyone does automated smoke testing after a build and if so...what program do they

RE: Order of files inside a fileset

2008-11-05 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 6:46 AM To: user@ant.apache.org Subject: AW: Order of files inside a fileset sort fileset dir=your/dir id=foobar / /sort echoSorted${line.separator}${toString:foobar}/echo /* Your

RE: Under a parent directory delete only 4 out of 6 child directories [non-empty]

2008-11-04 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:42 AM To: Ant Users List Subject: Re: Under a parent directory delete only 4 out of 6 child directories [non-empty] /* Actually i would like to delete the child directories by using only once

RE: Order of files inside a fileset

2008-11-04 Thread Rebhan, Gilbert
-Original Message- From: Krzysieq [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 4:14 PM To: Ant Mailing List Subject: Order of files inside a fileset /* I read the ant docs regarding filesets, but haven't found what I'm looking for. Is there any way telling, what is the

RE: Multiple conditions satisfying in an ant target

2008-10-31 Thread Rebhan, Gilbert
-Original Message- From: sukanya [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 8:48 AM To: user@ant.apache.org Subject: Multiple conditions satisfying in an ant target /* [...] condition property=iswow equals arg1=wow arg2=wow trim=true/ /condition condition property=isbad

RE: scriptdef with nested fileset and mapper

2008-10-21 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 12:47 PM To: user@ant.apache.org Subject: Re: scriptdef with nested fileset and mapper /* [...] I need to patch/stamp a number of binary files during copy (packing a release product).

RE: how to copy and edit a section of a text file

2008-10-16 Thread Rebhan, Gilbert
-Original Message- From: ca_iancu [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 2:11 AM To: user@ant.apache.org Subject: Re: how to copy and edit a section of a text file /* No, I mean copy the entire section as written down before: from device name to /device. I keep

RE: how to copy and edit a section of a text file

2008-10-09 Thread Rebhan, Gilbert
-Original Message- From: ca_iancu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 3:22 PM To: user@ant.apache.org Subject: how to copy and edit a section of a text file /* Hello, I'm trying to edit an XML file by searching with regular expressions. Once found, the text will be

RE: How to check whether database exists and then proceed ?

2008-09-26 Thread Rebhan, Gilbert
-Original Message- From: Kothari, Shivani [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 9:19 AM To: Ant Users List; [EMAIL PROTECTED] Subject: RE: How to check whether database exists and then proceed ? /* Hi, Prob is I want to proceed further in the build scriptin

RE: Conditionally execute copy task

2008-09-26 Thread Rebhan, Gilbert
-Original Message- From: Spilker, Jörg [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 11:03 AM To: 'user@ant.apache.org' Subject: Conditionally execute copy task /* Hello, i want to copy some files only if some property is set to true. Is this possible? There is the

RE: How to Check if Directory exists?

2008-09-09 Thread Rebhan, Gilbert
-Original Message- From: Brill, C [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 2:32 PM To: user@ant.apache.org Subject: How to Check if Directory exists? /* Hi, I've got a little problem. Here is the existing directory structure: drwxrwxr-x 5 symosyad edasql

RE: Ant script to search a folder and move it

2008-09-05 Thread Rebhan, Gilbert
-Original Message- From: sukanya [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 1:23 PM To: user@ant.apache.org Subject: Ant script to search a folder and move it /* Hi all, I have a problem. I am trying to use ant to search for a particular folder and move it to another

RE: ${toString:lib.path.ref}

2008-09-04 Thread Rebhan, Gilbert
-Original Message- From: Raja Nagendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 2:37 PM To: user@ant.apache.org Subject: ${toString:lib.path.ref} /* ... Could any one suggest any documents related to such as special synax for manupulating ant properties. The

RE: propertyregex

2008-09-02 Thread Rebhan, Gilbert
Hi, as Jan and Stefan already stated the {5} in the first goup is wrong. Notice you may write \d instead of [0-9], so = propertyregex property=adjustedDate input=${date} regexp=(\d{4})(\d{2}) replace=\1/\2/ will do the job. btw. if the ${date} comes from a tstamp task, you don't

RE: How to read an XML file and extract values for the attributes using ANT script

2008-07-25 Thread Rebhan, Gilbert
-Original Message- From: Alpesh Vesuwala [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 11:37 AM To: user@ant.apache.org Subject: How to read an XML file and extract values for the attributes using ANT script /* I have an XML file to read from it and extract values of some

RE: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Lars Ræder Clausen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 9:36 AM To: Ant Users List Subject: Re: Enforce order in copying so that my overiding works correctly [ ... ] /* Speaking of FileSet, is it just me who's having trouble doing a set

RE: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 11:21 AM To: Ant Users List Subject: RE: Enforce order in copying so that my overiding works correctly /* [ ... ] see = http://ant.apache.org/manual/CoreTypes/resources.html#collection

RE: Confirmation popup

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 1:35 PM To: user@ant.apache.org Subject: Confirmation popup /* Hi all, we have an ant script enbedded in a perl cgi script. What I was wondering if there is a possibility to open a

RE: Confirmation popup

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 2:30 PM To: Ant Users List Subject: AW: Confirmation popup /* Thanks Gilbert for your responds, thought I am wondering if this will work. Like I said the ant scripts output is redicted to a

RE: Way to unset perticular prefix properties

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Raja Nagendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 2:48 PM To: user@ant.apache.org Subject: Way to unset perticular prefix properties /* Hi, Would like to find a way to unset all the properties which have a certain prefix. Using

RE: How to run an ant target on success/failed build

2008-07-23 Thread Rebhan, Gilbert
-Original Message- From: p2008 [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 12:35 AM To: user@ant.apache.org Subject: How to run an ant target on success/failed build /* I need to be able to trigger running a specific ant target when the build succeeds, and another one

RE: Pass Quotes to arg line

2008-07-16 Thread Rebhan, Gilbert
-Original Message- From: Lars Monsees [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 9:51 AM To: Ant Users List Subject: RE: Pass Quotes to arg line /* Hello, I'm trying to pass quotes to the arg line for a parameter that has spaces in it. I've tried quot; but that didn't

RE: Continu exec task, while leaving ant

2008-07-11 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 8:06 PM To: user@ant.apache.org Subject: RE: Continu exec task, while leaving ant /* Thanks! The forget/ -task works now.. f.i. forget echo message=test/ /forget However, when using

RE: Continu exec task, while leaving ant

2008-07-11 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 10:09 AM To: user@ant.apache.org Subject: RE: Continu exec task, while leaving ant /* Thanks.. I have tryes all your options: nothing worked. And yes, bash is my login shell.. Other exec commands

RE: Continu exec task, while leaving ant

2008-07-10 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 12:06 AM To: user@ant.apache.org Subject: Re: Continu exec task, while leaving ant /* Thanks. But I have problems installing ant-contrib, from the website: grab the ant-contrib module from

RE: Pipeline in exec-task

2008-07-02 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 1:58 AM To: user@ant.apache.org Subject: Pipeline in exec-task /* Hi there, I need to do a /bin/bash operation, the | is a pipe: find /tmp/module/ -type d | xargs chmod -v 755; find I can

Strange problem with taskdef and antlib.xml

2008-06-26 Thread Rebhan, Gilbert
Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames antlib taskdef name=mfscan classname=de. ... . .../ taskdef name=setloglevel classname=de. ... . .../ ... /antlib The jar lies under

RE: help with For task (contrib)

2008-06-25 Thread Rebhan, Gilbert
-Original Message- From: Guy Catz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 11:07 AM To: Ant Users List Subject: help with For task (contrib) /* BUILD FAILED /p4client/BuildMachine/Mac/Scripts/build-buildAllCC.xml:98: Problem: failed to create task or type for Cause: The

  1   2   3   4   5   >