RE: Can I substitute jar executable used by jar ?

2006-01-20 Thread Cena, Bernard \(IT\)
Steve Loughran wrote: Cena, Bernard (IT) wrote: Is there a way to substitute what executable is used under the hood of jar task in similar fashion to executable and compiler attribute for javac ? We've found jar quite slow on large packages and were wondering if we could substitute for

Re: Can I substitute jar executable used by jar ?

2006-01-20 Thread Alexey N. Solofnenko
It depends. When I had any problems with jar, it was always because not SUN's jar was executed, but fastjar instead. But we should not prevent anybody from running any jar that he or she likes. - Alexey. Cena, Bernard (IT) wrote: Steve Loughran wrote: Cena, Bernard (IT) wrote: Is

RE: Birthday Calendar

2006-01-20 Thread Anderson, Rob (Global Trade)
I could be wrong, but this does not appear to have anything to do with using Ant. This list is for questions about using Ant. -Rob A -Original Message- From: Srikumar Krishna Iyer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 11:32 PM To: user@ant.apache.org Subject:

ANT on Japanese OS

2006-01-20 Thread Padmaja Kunapareddy
I installed ANT on Japanese Machine and set up ANT_HOME environment variable, when I am executing ant -version I am getting following error even though I set up ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME. _

RE: Birthday Calendar

2006-01-20 Thread Thomas, Lee E
It did not bother me. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 12:10 PM To: Ant Users List Subject: RE: Birthday Calendar I could be wrong, but this does not appear to have anything to do with using Ant. This list

RE: ANT on Japanese OS

2006-01-20 Thread Anderson, Rob (Global Trade)
Pardon my lack of knowledge about Japanese OS, but I have a few questions that will help me understand your situation and hopefully provide you with some usefull help. What is Japanese OS? Is it a Windows OS with Japanese stuff or is it unix-like? You will also want to make sure that the ant

RE: ANT on Japanese OS

2006-01-20 Thread Padmaja Kunapareddy
Its a Windows OS with Japanese text. My PATH has $ANT_HOME\bin Path=C:\ant\bin;C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Progr am

Uptodate task

2006-01-20 Thread shreedhar natarajan
Hi Guys, I have a question regarding using mapper task that is being used as a part of uptodate task. I have a set of src files say one.src, two.src and they generate one.target and two.target. If any of the source is updated both target has to be re-generated. I have problem matching multiple

RE: Birthday Calendar

2006-01-20 Thread Matt Benson
Did you enter your birthday then? :) --- Thomas, Lee E [EMAIL PROTECTED] wrote: It did not bother me. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 12:10 PM To: Ant Users List Subject: RE: Birthday Calendar

Re: ANT on Japanese OS

2006-01-20 Thread Antoine Levy-Lambert
Hello Padmaja, is the environment variable ANT_HOME set ? is the value of ANT_HOME C:\ant ? Antoine - Original Message - From: Padmaja Kunapareddy [EMAIL PROTECTED] To: Ant Users List user@ant.apache.org Sent: Friday, January 20, 2006 8:43 PM Subject: RE: ANT on Japanese OS Its a

multiple projects in ant build

2006-01-20 Thread Ted Yu
Hi, I am trying to create two projects in ant. Story is I first tried to use symlink but cygwin claims unable to find the directory from: ant dir=d where d is a symlink. So I created one build.xml file and two other files, holding one project each. build.xml imports the two files. In

Re: ANT on Japanese OS

2006-01-20 Thread Padmaja Kunapareddy
Yes it is Antoine Levy-Lambert [EMAIL PROTECTED] 01/20/2006 04:12 PM Please respond to Ant Users List To Ant Users List user@ant.apache.org cc Subject Re: ANT on Japanese OS Hello Padmaja, is the environment variable ANT_HOME set ? is the value of ANT_HOME C:\ant ? Antoine -

RE: ANT on Japanese OS

2006-01-20 Thread Anderson, Rob (Global Trade)
Run the following 3 commands on the command line: cd c:\ant echo ANT_HOME = %ANT_HOME% info.txt tree /f /a info.txt Then copy and paste the contents of c:\ant\info.txt into an email to the list. -Rob Anderson -Original Message- From: Padmaja Kunapareddy [mailto:[EMAIL PROTECTED]

RE: ANT on Japanese OS

2006-01-20 Thread Padmaja Kunapareddy
Rob, Here is the content of the info.txt. Before WIN2KP there is a Chinese Text, but its not showing here ANT_HOME = C:\ant WIN2KP-SmplChinese PATH 0006FE80 7C31:DDAE C:. | info.txt | KEYS | LICENSE | LICENSE.dom | LICENSE.sax | LICENSE.xerces | NOTICE | README | TODO |

RE: ANT on Japanese OS

2006-01-20 Thread Anderson, Rob (Global Trade)
I don't see any jar files in the c:\ant\lib directory. This could be your problem. Unzip it again to c:\ant and make sure that there are jar files in c:\ant\lib. -Rob Anderson -Original Message- From: Padmaja Kunapareddy [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 3:54