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
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
>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
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
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
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
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
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
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
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
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
11 matches
Mail list logo