AW: how to use .so files

2006-07-09 Thread Jan.Materne
You need the JNI-JavaWrappers. Jan >-Ursprüngliche Nachricht- >Von: Subramani Muniyandi - TLS , Chennai [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 10. Juli 2006 07:24 >An: Ant Users List >Betreff: how to use .so files > >hi, > Here i have .so (shared library files). i cann't open it.

AW: JAVA_HOME to be changed dynamically

2006-07-09 Thread Jan.Materne
Yes. Ant itself needs a JDK >= 1.2 - but only one per run ;-) (Personally I havent tested on 1.6). Jan >-Ursprüngliche Nachricht- >Von: 1800 tbsfunny [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 7. Juli 2006 21:21 >An: Ant Users List >Betreff: Re: JAVA_HOME to be changed dynamically >

how to use .so files

2006-07-09 Thread Subramani Muniyandi - TLS , Chennai
hi, Here i have .so (shared library files). i cann't open it. how can i use it.whats the usage of this. regards, subbu. -Original Message- From: madhuvanti joshi [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 10:50 AM To: Ant Users List Subject: ANT script fails to run when path

ANT script fails to run when path contains '!'

2006-07-09 Thread madhuvanti joshi
Hi All, I have a batch file through which I am calling ANT script. Before calling ANT script, I am setting CLASSPATH through batch file to the path containing ANT libraries and product. Although CLASSPATH has been set properly when I have a '!' in the path ( e.g. C:\Program Files\Some!Path\AntMai

Re: Operating System identification

2006-07-09 Thread Jeffrey E Care
What exactly does this have to do with Ant? Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer "Raghuveer" <[EMAIL PROTE

Re: Setting classpath when executing jar file

2006-07-09 Thread Ralf Sigmund
This works perfect for the and the tasks. however i still could not find out how I should do the same for the excution of an custom ant task. everything is perfect for the but when I want to actually exceute my own task the classpath defined in the is not used. ralf On 7/7/06, [EMAIL PROTECTE