It seems obvious now but it just didn't occur to me. Thanks!
-j > -----Original Message----- > From: Mariusz Nowostawski [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2000 2:50 PM > To: [EMAIL PROTECTED] > Subject: Re: Long Property Values > > I am doing what I use to do in shell scripts, and I sort of have nothing > against it, but it could be done nicer, I reckon. There is heaps of > repeating, but it is pretty readable: > > > <property name="classpath" value="${java.home}/lib/rt.jar" /> > > <property name="classpath" value="${classpath}:../lib/xml.jar" /> > <property name="classpath" value="${classpath}:../lib/jsdk.jar" /> > <property name="classpath" value="${classpath}:../lib/javalib.jar" /> > <property name="classpath" value="${classpath}:../lib/binkco.jar" /> > <property name="classpath" value="${classpath}:../lib/ecs-1.2.jar" /> > <property name="classpath" value="${classpath}:../lib/ifxjdbc.jar" /> > <property name="classpath" value="${classpath}:../lib/junit.jar" /> >
