:) Not really. I have been still working on that. I made a properties file
containing
<property name="Java122Classes"
value="${jdk122root}/jdk1.2.2/jre/lib/rt.jar" />\
<property name="Java118Classes"
value="${jdk118root}/jdk1.1.8/lib/classes.zip" />
then I added the <properties name="build.properties"/> line on the top of my
build.xml file. But it still not working. I also tried Nico's and Anuj's
suggestions but no result!! I think I am messing something up here!
-----Original Message-----
From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 10:07 AM
To: 'Pinar Bicioglu'
Subject: RE: Can't find the files
is your problem resolved?
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: April 5, 2001 4:22 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Can't find the files
Hello,
It could sound stupid but what is this properties file ? I've been using XML
and ant since this Monday. If you could more specific that would be great
for me.
Thanks in advance.
-----Original Message-----
From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 3:42 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Can't find the files
You could use a properties file, store the physical location in that file ,
and modify the property as follows:
<property name="Java122Classes"
value="${jdk122root}/jdk1.2.2/jre/lib/rt.jar" />\
<property name="Java118Classes"
value="${jdk118root}/jdk1.1.8/lib/classes.zip" />
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: April 5, 2001 3:05 PM
To: '[EMAIL PROTECTED]'
Subject: Can't find the files
I mantioned this problem in my earlier messages and I got great help thanks.
But since I still have the problem I want to list it in details one more
time
<property name="Java122Classes" value="/jdk1.2.2/jre/lib/rt.jar" />\
<property name="Java118Classes" value="/jdk1.1.8/lib/classes.zip" />
I have these two lines in my build.xml file. Any in my computer JDKs have
been installed in "D" drive. Therefore, when I compile the project it does
not work because it can't find the files.
I don't want to just write "d:\" in the path. this is not the way i want to
fix this. I shouldn't depend on every machine.
Thanks