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

Reply via email to