Here is the diff on the build.xml for Phoenix to solve the xerces.jar on JDK1.4 problem.
RCS file: /home/cvspublic/jakarta-avalon-phoenix/build.xml,v retrieving revision 1.73 diff -r1.73 build.xml 72c72,76 < <property name="xerces.jar" value="${lib.dir}/xerces.jar"/> --- > > <property name="xerces.dir" value="${lib.dir}"/> > <property name="xerces.file" value="xerces.jar"/> > <property name="xerces.jar" value="${xerces.dir}/${xerces.file}"/> > 120a125 > <available property="xerces.present" type="file" file="${xerces.jar}"/> 433c438,443 < <copy file="${xerces.jar}" tofile="${bin.dist.lib}/xerces.jar"/> --- > > <copy todir="${bin.dist.lib}"> > <fileset dir="${xerces.dir}"> > <include name="${xerces.file}" if="xerces.present"/> > </fileset> > </copy> Steve. > -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED] > Sent: Saturday, 10 November, 2001 23:42 > To: Avalon Development > Subject: [Phoenix] Candidate release > > > Hi, > > just uploaded a candidate release at > > http://jakarta.apache.org/builds/jakarta-avalon/release/phoenix/v4.0a2/ > > it may be useful to download it and make sure it works for you. > If there is > no issues I will release it officially tomorrow night. > > -- > Cheers, > > Pete > > ---------------------------------- > "Don't play dumb with me. > I happen to be an expert at that" > - Maxwell Smart > ---------------------------------- > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>