Re: Is there an existing ant script library available for use?

2016-12-16 Thread Scot P. Floess
using ant. I was wondering if there was a script library available that we could import. I found the "Ant Script Library<http://www.exubero.com/asl/download.html>", but it is no longer available for download. Scot P. Floess RHCT (Certificate Number 60

Re: How to set content type in "get" task?

2016-03-19 Thread Scot P. Floess
ndard get task? If yes, how? I've only found the 'useragent' attribute in the task but no means to set some other HTTP headers. Thanks! AL - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional com

Re: AW: Passing command Line args for a list

2016-03-09 Thread Scot P. Floess
le: C:\temp\ant-test\build.xml startAgents: [echo] starting Agent node1: ServerA [echo] starting Agent node2: AnotherServer BUILD SUCCESSFUL Total time: 1 second -Ursprüngliche Nachricht----- Von: Scot P. Floess [mailto:sflo...@nc.rr.com] Gesendet: Dienstag, 8. März 2016 08:41 An:

Re: Passing command Line args for a list

2016-03-07 Thread Scot P. Floess
Didn't hear back - did you get you figure it out? On Sat, 5 Mar 2016, Scot P. Floess wrote: I'm confused as you are asking about using command line params (via the -D) but then reusing those for the input task. As an example from your post: ant -f build.xml addNodes -Dagents

Re: XSL transformation with Ant: sorting a list

2016-03-07 Thread Scot P. Floess
-- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware

Re: Passing command Line args for a list

2016-03-05 Thread Scot P. Floess
e.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net

Re: Passing command Line args for a list

2016-03-04 Thread Scot P. Floess
/d03 will need have name and description. Any suggestions is greatly appreciated. thanks - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot

Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang")

2015-01-05 Thread Scot P. Floess
Ya know it looks like you need to hand in literals like "-Dlang.dir=some/dir" So your ant script probably needs this 'kind of' thing: Obviously replace qith variables and apppropriate values like this kind of thing: Sincerely, Scot P. Floess Sent from my Ver

RE: AW: AW: problem with ftp

2013-11-29 Thread Scot P. Floess
r-h...@ant.apache.org --------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 6050100847

Re: How to Escape White Spaces in a Config File

2013-04-18 Thread Scot P. Floess
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 Scot P. Floess RHCT (Certificate Numb

RE: could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-10 Thread Scot P. Floess
ang.ClassLoader.loadClass(Unknown Source) [Loaded java.lang.Shutdown from C:\JavaSDK\lib\rt.jar] [Loaded java.lang.Shutdown$Lock from C:\JavaSDK\lib\rt.jar] Could not find the main class: org.apache.tools.ant.launch.Launcher. Program will exit. Exception in thread "main" Scot P. Floess RHCT (C

Re: could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-09 Thread Scot P. Floess
from C:\JavaSDK\lib\rt.jar] Could not find the main class: org.apache.tools.ant.launch.Launcher. Program will exit. Exception in thread "main" Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects

Re: ZipFileSet and Selectors

2013-01-24 Thread Scot P. Floess
Bellevue ? 69440 Mornant ? France Mob : +33 662.525.532 - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Ch

Re: Was there a change to filelist in later version of Ant?

2013-01-10 Thread Scot P. Floess
Stefan, My apologies - I misspelled your name! Scot On Thu, 10 Jan 2013, Scot P. Floess wrote: Stephen, Awesome! That explains a bunch :) I ended up changing my script to fileset before I received your response. Really appreciate the follow-up... Scot On Thu, 10 Jan 2013, Stefan

Re: Was there a change to filelist in later version of Ant?

2013-01-10 Thread Scot P. Floess
Stephen, Awesome! That explains a bunch :) I ended up changing my script to fileset before I received your response. Really appreciate the follow-up... Scot On Thu, 10 Jan 2013, Stefan Bodewig wrote: On 2013-01-10, Scot P. Floess wrote: I was curious if something changed in Ant 1.8.3

Was there a change to filelist in later version of Ant?

2013-01-10 Thread Scot P. Floess
ing: Could not find resource file "/tmp/beta.txt" Yes, contrived example :) Script is actually much more ;) Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware

RE: Correct configuration for reading a list into a Java class

2012-12-04 Thread Scot P. Floess
command line params, I mean what params does GoraCompiler require (can I see examples as if you'd manually execute from command line)... On Mon, 3 Dec 2012, Scot P. Floess wrote: Martin, I don't know the GoraCompiler at all. Again, I was just guessing what he might need to do :) Lewi

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Scot P. Floess
Lewis, By command line params, I mean what params does GoraCompiler require (can I see examples as if you'd manually execute from command line)... On Mon, 3 Dec 2012, Scot P. Floess wrote: Martin, I don't know the GoraCompiler at all. Again, I was just guessing what he might

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Scot P. Floess
27;m constructing the mappings. Thanks very much in advance Lewis -- Lewis - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 60501

Re: Correct configuration for reading a list into a Java class

2012-12-02 Thread Scot P. Floess
: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Scot P. Floess
** This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify the sender immediately and then delete it. TIAA-CREF *********

Re: nested ant cntrib for loops

2012-08-04 Thread Scot P. Floess
: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.

Re: nested ant cntrib for loops

2012-08-04 Thread Scot P. Floess
- 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 Scot P. Floess RHCT (Certificate Number 6050100

Re: What is the exact way to generate WSDL2Java code using Ant ?

2012-06-27 Thread Scot P. Floess
If you are using JDK 1.6+, you can probably call out to wsimport... On Wed, 27 Jun 2012, Andun Gunawardena wrote: Please help me about the subject. Thanks AndunSLG Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net

RE: ANT Wiki isn't wiki

2012-04-15 Thread Scot P. Floess
De Rudder) I can't complain too much, the company I work for created a public wiki too. They do allow paying maintence and support customers to request access so they can contribute to the wiki (none to my knoledge have). After enough complaining (mostly be me) we are about to remove the wiki and r

Re: Passing list of classes to exclude from build as macrodef attribute

2012-03-09 Thread Scot P. Floess
se the notation... I'd have to give it some more thought... On Fri, 9 Mar 2012, Noam Postavsky wrote: On Fri, Mar 9, 2012 at 10:18 AM, Scot P. Floess wrote:                                 Arguably, a little uglier notation... I'm not worried about notation, but I'd l

Re: Passing list of classes to exclude from build as macrodef attribute

2012-03-09 Thread Scot P. Floess
there a way to get the class names as well without giving both source and class name? - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess

Re: Passing list of classes to exclude from build as macrodef attribute

2012-03-09 Thread Scot P. Floess
apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net https://github.com/organizations

Re: Filtering Macrodef Elements

2012-01-25 Thread Scot P. Floess
Steve, Definitely gonna need to think about this ;) At this point, "I got nothin'" ;) On Wed, 25 Jan 2012, Steve Amerige wrote: Hi Flossy, On 1/25/2012 10:00 AM, Scot P. Floess wrote: Just at a first glance - one consideration I'd mention is that what you list

Re: Filtering Macrodef Elements

2012-01-25 Thread Scot P. Floess
dering what I have available to me. I'm hoping that since I have Groovy (essentially, Java), that something might still be possible. Any ideas? Many thanks, Steve Amerige SAS Institute, Deployment Software Development Scot P. Floess RHCT (Certificate Number 60501008

Re: Advanced Regexp Question

2012-01-08 Thread Scot P. Floess
a global replace on "foo" because I only want to do the replacement in this "require" context.) Any ideas? Run your regexp over the file twice? Second pass will catch the foo that was left over the first time. Andy. Scot P. Floess RHCT

Re: Advanced Regexp Question

2012-01-07 Thread Scot P. Floess
_ _ _ _ _ _ _ _ This e-mail message, including attachments, may contain confidential, proprietary, or export controlled information. Any unauthorized disclosure, distribution, or other use is prohibited, unless expressly authorized. If you receive this e-mail in error, please notify the sender, and de

Re: propertyregex Extraction of last element in the PATH??

2011-12-30 Thread Scot P. Floess
soon as possible. ** Thanks in Advance -- View this message in context: http://ant.1045680.n5.nabble.com/propertyregex-Extraction-of-last-element-in-the-PATH-tp5109384p5109384.html Sent from the Ant - Users mailing list archive at Nabble.com. Scot P. Floess RHCT (Certificate

Re: Arg value not loaded

2011-12-17 Thread Scot P. Floess
-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://floss

Re: Problems with ant compilation

2011-12-12 Thread Scot P. Floess
.com/Problems-with-ant-compilation-tp5068238p5068238.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: Creating a macrodef dynamically...within beanshell or any scripting language?

2011-12-08 Thread Scot P. Floess
I get in both macrodef's and Ant Contrib for... I'm completely open to not creating a macrodef on the fly if there is a simple way to get that param expansion working easily :) I'm looking to do something like this: On Thu, 8 Dec 2011, Scot P. Floess wrote: All,

Creating a macrodef dynamically...within beanshell or any scripting language?

2011-12-08 Thread Scot P. Floess
All, I have what may seem like a strange question... I was looking through the source for Ant Contrib's ForTask.java... I see it uses MacroDef internally as well as MacroInstance to execute(). I've got a script def that has a child element entitled "sequential" of type org.apache.tools.ant

Re: propertyfile task issues

2011-11-30 Thread Scot P. Floess
ands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net https://github.com/org

Re: Cancelling Ant Build in mid-flight?

2011-11-19 Thread Scot P. Floess
Ant, which is Ant 1.8.2. I'm on Windows XP SP2. -- Rhino - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chi

Re: Cancelling Ant Build in mid-flight?

2011-11-19 Thread Scot P. Floess
Ant 1.8.2. I'm on Windows XP SP2. -- Rhino - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect Fl

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
Sorry no trailing 'D': replace="TEST_DIR=C:homedir2" byline="true" /> On Tue, 25 Oct 2011, Scot P. Floess wrote: Try this: replace="TEST_DIR=C:homedir2" byline="true" />D On Tue, 25 Oct 2011, himanshu wrot

Re: problem using "" when using with DIRECTORY location

2011-10-25 Thread Scot P. Floess
er-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net

Re: Newbie: task can't find my source files

2011-08-22 Thread Scot P. Floess
ges.(*); 'apps', 'packages' and 'resources' are subfolders of ../modules/src (the base dir) hence the package declarations should be ok. Or maybe there's something I'm missing just here. Scot P. Floess RHCT (Certificate Number 60501008473

Re: Newbie: task can't find my source files

2011-08-22 Thread Scot P. Floess
nested elements, it's the same). - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief

Re: Newbie: task can't find my source files

2011-08-22 Thread Scot P. Floess
ribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.s

Re: Newbie: task can't find my source files

2011-08-20 Thread Scot P. Floess
tly appreciated, thanks in advance for your patience. --------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Scot P. Floess
-- Rob Echlin, Documentation Systems Architect, Wind River direct: +1.613.270.5796 | Skype video: rob.echlin.wr | robert.ech...@windriver.com<mailto:robert.ech...@windriver.com> Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.n

Re: Making another xml file read properties file

2011-07-08 Thread Scot P. Floess
5.nabble.com/Making-another-xml-file-read-properties-file-tp4564515p4564515.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-

Re: Copy a file from an smb network location to a local one

2011-07-07 Thread Scot P. Floess
88p4560688.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 Scot P. Floess RHCT (C

Re: Copy a file from an smb network location to a local one

2011-07-07 Thread Scot P. Floess
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 Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/f

Re: Japaniese character not supporting in ANT

2011-06-10 Thread Scot P. Floess
41, column 146. [*groovyc*] ݍ??܂ꂽ?ׂẴf???[???^???v?t???@???C\???܂??B [*groovyc*] ^ [groovyc] [*groovyc*] 1 error BUILD FAILED * C:\workspace\Current\build.xml:119: Compilation Failed Help me Regards, Hari * Scot P. Floess

RE: How change variable based on environment variable value

2011-06-06 Thread Scot P. Floess
${JOF} == -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Monday, June 06, 2011 12:09 PM To: Ant Users List Subject: Re: How change variable based on environment variable value Any chance we can see the complete build.xml? On Mon, 6 Jun 2011, Bria

Re: How change variable based on environment variable value

2011-06-06 Thread Scot P. Floess
r.properties file. Any help on this would be greatly appreciated. Thanks, BPM Build.xml : ${env.BUILD_BOX} ${JOF} build.userproperties: JOF=C:/Inetpub/wwwroot/wo30 Scot P. Floess RHCT (Cert

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Scot P. Floess
: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Scot P. Floess
unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.

Re: Help with ant task

2011-05-24 Thread Scot P. Floess
t 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 tried and but nothing works. Can you help? Thanks Rakesh Scot P. Floess

Re: javac task encountered a compiling error at the 'import' statement

2011-03-21 Thread Scot P. Floess
task’s source=”1.3” and target=”1.1”: Will get the same error.     -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net

Re: Pull multiple .class files from multiple .jars into one .jar

2011-03-01 Thread Scot P. Floess
Sorry, my example is slightly wrong... I mean: Jar 1 - Foo.class (inherits Bar.class) Bar.class Jar 2 - Alpha.class (inherits Beta.class) Beta.class New Jar --- Foo.class Alpha.class On Tue, 1 Mar 2011, Scot P. Floess wrote: You can certainly unjar all the jars...apply your

Re: Pull multiple .class files from multiple .jars into one .jar

2011-03-01 Thread Scot P. Floess
bably there's a much better way to do this in the first place - please advise. Thank you - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org -- Scot P. Flo

Re: How to get the stack of targets, from inside a task?

2011-02-24 Thread Scot P. Floess
- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware ht

Re: How to get the stack of targets, from inside a task?

2011-02-24 Thread Scot P. Floess
gTarget() which would only return the current target, "four". Is there any way to do this? -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://

Re: How to get the stack of targets, from inside a task?

2011-02-24 Thread Scot P. Floess
rget() which would only return the current target, "four". Is there any way to do this? - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org -- Scot

Re: Change property value

2011-02-19 Thread Scot P. Floess
certainly well taken :D On Sat, 19 Feb 2011, Gilbert Rebhan wrote: Original Message Subject: Re: Change property value From: Scot P. Floess To: Ant Users List Date: Sat Feb 19 2011 00:56:10 GMT+0100 (CET) Beanshell is pretty good as well...and may as well be Java ;)

Re: Change property value

2011-02-18 Thread Scot P. Floess
great -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net https://github.com/organizations/FlossWare

RE: Dual Java Compilers/Replacement for antcontrib

2011-02-15 Thread Scot P. Floess
#x27;t exist in the old - and targeting for the older VM didn't complain about the method not being there. Honestly, I cannot rememebr the exact scenario - its been over a year. However, just be aware in case that happens to you :) --- Scot P. Floess RHCT (Certificate Number 60501

Re: ant, xsl and variables

2010-12-21 Thread Scot P. Floess
am I doing wrong? In not looking into the most basic kind of XSLT docs :-) Try: -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourc

Re: ant, xsl and variables

2010-12-17 Thread Scot P. Floess
I thought that would work :) But included the other...just in case ;) On Fri, 17 Dec 2010, Michael Ludwig wrote: Scot P. Floess schrieb am 17.12.2010 um 08:05 (-0500): Honestly, its been a while since I passed in params from an Ant script...one of the two should work... At least one of

Re: ant, xsl and variables

2010-12-17 Thread Scot P. Floess
Where am I doing wrong? Thanks a lot Jo - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
And apparently I didn't read your requirement correctly...again That should work... On Tue, 14 Dec 2010, Scot P. Floess wrote: Sorry, I hit send too soon... What I sent won't work either... You might try: I want Ant

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
ec 13 01:43 .. -rwxr-xr-x 1 garrett staff625 Dec 12 22:03 TestReporter.css -rwxr-xr-x 1 garrett staff 64071 Dec 12 22:03 domunit.js drwxr-xr-x 3 garrett staff102 Dec 8 21:23 eventsynth tomomi:domunit garrett$ -- Scot P. Floess RHCT (Certificate Number 605010084735240)

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
13 01:43 .. -rwxr-xr-x 1 garrett staff625 Dec 12 22:03 TestReporter.css -rwxr-xr-x 1 garrett staff 64071 Dec 12 22:03 domunit.js drwxr-xr-x 3 garrett staff102 Dec 8 21:23 eventsynth tomomi:domunit garrett$ -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief

Re: Set a default value to property.

2010-11-30 Thread Scot P. Floess
etting and overriding defaults this way is one of the basic techniques in Ant. It should probably be made more explicit in the manual. -- Niklas Matthies On Tue 2010-11-30 at 14:30h, Scot P. Floess wrote on user: Actually, nothing at all... I swear at one time I thought a warning was emitted when

Re: Set a default value to property.

2010-11-30 Thread Scot P. Floess
? -- Niklas Matthies On Tue 2010-11-30 at 14:11h, Scot P. Floess wrote on user: Here is something I like to use... I macrodef'd it out so I can call it for many properties that require default v

Re: Set a default value to property.

2010-11-30 Thread Scot P. Floess
Clearly my snippet is wrong: - Call to was using the wrong attribute On Tue, 30 Nov 2010, Scot P. Floess wrote: Here is something I like to use... I

Re: Set a default value to property.

2010-11-30 Thread Scot P. Floess
plish this? -- Scot P. Floess RHCT (Certificate Number 605010084735240) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net https://github.com/organizations/FlossWare Chief Architect JPlat

Re: echo a property

2010-10-27 Thread Scot P. Floess
pen. How else can i access that value? -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect FlossWare http://sourceforge.net/projects/flossware http://flossware.sourceforge.net ht

Re: echo a property

2010-10-27 Thread Scot P. Floess
these properties in a echo.xml file -> does not work From command line i do this. ant -f echo.xml -Denv= prod I expect the echo to display 1. It does not happen. How else can i access that value? -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-

Re: echo a property

2010-10-27 Thread Scot P. Floess
property file in the script. -> does not work ant -f echo.xml -Denv prod Could anyone tell me what is the correct syntax to access the property? -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect FlossWare http://s

Re: Other than looking at the Ant source...

2010-09-13 Thread Scot P. Floess
ter, thanks for the links! And to the list...once again...thanks!! Flossy On Mon, 13 Sep 2010, Matt Benson wrote: Scot: Have you read http://ant.apache.org/manual/developlist.html ? -Matt On Sep 13, 2010, at 1:06 PM, Scot P. Floess wrote: Yes, I was aware of those pr

Re: Other than looking at the Ant source...

2010-09-13 Thread Scot P. Floess
://jwaresoftware.org/wiki/antxtras/home http://sourceforge.net/projects/ant-contrib/ Peter On Mon, Sep 13, 2010 at 5:17 PM, Scot P. Floess wrote: To date, I've always used Ant but never coded any Java classes against the Ant API. I'd like to dig into the API and possibly write s

Other than looking at the Ant source...

2010-09-13 Thread Scot P. Floess
? I must admit I've done some preliminary Google-ing...but really haven't search too hard yet. I suppose I am being lazy ;) I'd appreciate any links y'all have found useful when developing against the API... Thanks Flossy -- Scot P. Floess 27 Lake Royale Louis

Re: propertyregex question

2010-06-22 Thread Scot P. Floess
Try select="\1" On Tue, 22 Jun 2010, Andy2008 wrote: Here's my input abc/long/distance I want to get abc back. Here's my code but I got back the whole string (abc/long/distance) Do you have any ideas? Thanks -- Scot P. Floess 27 Lake Royale Louisburg, NC

Re: xslt task problem (xpath expression)

2010-05-25 Thread Scot P. Floess
t] : Fatal Error! Could not compile stylesheet [xslt] Failed to process null BUILD FAILED K:\tests\build.xml:123: Fatal error during transformation any pointers greatly appreciated. cheers, Jakob. - To unsubscribe, e-mail:

Re: AW: Ant project name description passed to Java file during compilation or Jar process?

2010-04-27 Thread Scot P. Floess
commands, e-mail: user-h...@ant.apache.org -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim Architect Keros http

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 Scot P. Floess
urns \1 Do you have any ideas? -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim Architect Keros http://

Re: Looping number of times

2010-04-12 Thread Scot P. Floess
number of times ? I know we can use ant-contrib for loop for the comma seperated list, instead of it i want to mention loop it for 10 times Any one any idea? -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect JPlate http

Re: Comma seperated values for property

2010-03-29 Thread Scot P. Floess
ib or something like that to copy the property value LANME,FNAME into NAME Property so finally when i get the value of proeprty NAME=LNAME,FNAME is this possible? Any idea from anyone much appreciated -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work)

Re: Problems while Installing Ant in fedora 9

2010-03-20 Thread Scot P. Floess
.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) Ankuj On Sat, Mar 20, 2010 at 5:47 AM, Scot P. Floess wrote: I note from your PATH - you aren't adding $JAVA_HOME/bin to it... For example, export ANT_HOME=/

Re: Problems while Installing Ant in fedora 9

2010-03-19 Thread Scot P. Floess
n.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) I know it can be installed from yum but that points to gcj which I dont want. Ankuj Gupta -- Scot P. Floess 27 Lake Royal

Re: AW: Variables available to Beanshell scripts within Ant

2010-02-24 Thread Scot P. Floess
Jan: I feel like a complete idiot... I glanced over this fairly quickly yesterday and didn't read the whole document. Good grief. Now I know where I figured out the project variable. Thanks so much for the reponse! Flossy On Wed, 24 Feb 2010, jan.mate...@rzf.fin-nrw.de wrote: From the

Variables available to Beanshell scripts within Ant

2010-02-23 Thread Scot P. Floess
ation that states what Beanshell variables I have available to me from within Ant. By variables, I mean Ant related variables such as project. Thanks ahead of time... Flossy -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect JPl

Re: not understanding ant task

2010-02-18 Thread Scot P. Floess
P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890-8117 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim Architect Keros http://sourceforge.net/projects/keros

Re: unique id

2010-01-29 Thread Scot P. Floess
Not sure about from Ant itself, but possibly could do something with Beanshell and java.util.UUID - or maybe some other scripting language? On Fri, 29 Jan 2010, Redmond, Nicole wrote: How do I generate a unique id with Ant? Thanks! Scot P. Floess 27 Lake Royale Louisburg, NC 27549

Re: Use the same in multiple tasks

2010-01-26 Thread Scot P. Floess
inside of it.   Is there a way to include an external fileset in ? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-890

Re: AppendToProperty MacroDef

2010-01-21 Thread Scot P. Floess
Interesting... OK :( On Thu, 21 Jan 2010, Eric Fetzer wrote: Same as tmpProp on the other side: main: [echo] myProp is:  C:\noDog\Hates\Big\Juicy\Bones  [echo] tmpProp is:  C:\noDog\Hates\Big\Juicy\Bones From: Scot P. Floess To: Ant Users List

Re: AppendToProperty MacroDef

2010-01-21 Thread Scot P. Floess
______ From: Scot P. Floess To: Ant Users List Sent: Thu, January 21, 2010 8:09:33 AM Subject: Re: AppendToProperty MacroDef I might be wrong but I think the output you are seeing is correct - as in the \ is escapeed thereby printing only 1 \ not 2...  For example if you consider \n it

Re: AppendToProperty MacroDef

2010-01-21 Thread Scot P. Floess
true; I'll take a look at how to achieve this tomorrow. Thanks! Eric From: Scot P. Floess To: Ant Users List Sent: Wed, January 20, 2010 2:21:41 PM Subject: Re: AppendToProperty MacroDef Mmm - you may need to do this before your first propertyregex Basicall

Re: AppendToProperty MacroDef

2010-01-21 Thread Scot P. Floess
OK, so in looking more closely, what I meant to say was to do the initially afterward using the first :) If I get a free moment today I'll see if I can get it to work... Little busy at the moment - maybe at lunch today :) On Wed, 20 Jan 2010, Scot P. Floess wrote: Yeah, I'

Re: AppendToProperty MacroDef

2010-01-20 Thread Scot P. Floess
e with propertyregex.  It seems it may need some scripting.  All I'm really trying to do is: if(property1.indexOf(string1) >= 0) then return true; I'll take a look at how to achieve this tomorrow.  Thanks! Eric ________ From: Scot P. Floess To: Ant Users List

  1   2   3   4   5   6   7   >