RE: How to set the next week start date

2007-04-29 Thread Rebhan, Gilbert
Hi, -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 6:58 AM To: Ant Users List Subject: Re: How to set the next week start date /* Yeah...that's what happens when you tweak sample code to demonstrate something...you always mix up something W

RE: How do I do text manipulation on a property string?

2007-04-29 Thread Rebhan, Gilbert
Hi, -Original Message- From: George Storm [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 1:05 AM To: user@ant.apache.org Subject: How do I do text manipulation on a property string? /* I have a property value (string) that I receive from a command line argument as lowercase tex

AW: How do I do text manipulation on a property string?

2007-04-29 Thread Jan.Materne
>I have a property value (string) that I receive from a command >line argument as lowercase text. > >On some platforms I need it to be converted to Title case, on >others I need it to be converted to UPPER case before passing it on to my >build tools. > >Is there a preferred method to perform ca

AW: Rebuild in javac Task with include attribute

2007-04-29 Thread Jan.Materne
Do these links help? http://ant.apache.org/manual/CoreTasks/javac.html#srcdirnote http://ant.apache.org/faq.html#always-recompiles Jan >-Ursprüngliche Nachricht- >Von: Saloucious [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 28. April 2007 20:53 >An: user@ant.apache.org >Betreff: Rebui

AW: AW: Passing data between 2 created tasks

2007-04-29 Thread Jan.Materne
That behaviour wont change as it's intended to have a "clean" project instance. 1. Think about the use of . Because it initializes a new Project there is much overhead. You could avoid that using . 2. I havent used that, but maybe could help. 3. If you can serialize your data object, your 2

Re: How to set the next week start date

2007-04-29 Thread Ninju Bohra
Yeah...that's what happens when you tweak sample code to demonstrate something...you always mix up something With a unit="week" the offset should only be offset="1" (or maybe -1) for next week. The confusion you got on the sample you wrote (the bizzare date of 19/15/2007) comes from the lowerc

Re: predefined system properties?

2007-04-29 Thread Ninju Bohra
Please read the ANT docs: http://ant.apache.org/manual/using.html#built-in-props - Original Message From: Denis Bessmertnyj <[EMAIL PROTECTED]> To: Ant Users List Sent: Friday, April 27, 2007 10:58:27 AM Subject: predefined system properties? Does ant have predefined system proper

How do I do text manipulation on a property string?

2007-04-29 Thread George Storm
I have a property value (string) that I receive from a command line argument as lowercase text. On some platforms I need it to be converted to Title case, on others I need it to be converted to UPPER case before passing it on to my build tools. Is there a preferred method to perform case conversi

Re: set path value permanently

2007-04-29 Thread Martin Gainty
If you set PATH in .profile then as soon as you login PATH (and any other env vars) will be available to you export PATH=WhatEverTheNewPathIs:$PATH a helpful tutorial is available here http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-5.html an example would be: M-- This email

Re: set path value permanently

2007-04-29 Thread Alexey Solofnenko
This is not ANT related, but there are few ways to achieve this. If you open login shells (for example in Gnome terminal select Edit->Current Profile...->Title and Command->Run command as login shell) you can put commands into ~/.profile script (create it, if it does not exist). You can also pu

set path value permanently

2007-04-29 Thread akinola oni
hello, Is it possible to set the path value permanently on linux (mac) ? l always have to set up the path value every time l open up a new command line terminal. I tried setting it up in the environment variables. it always returns back to the original configuration every time re start the