Hi,
whats the problem again? From the looks of it you don't want to include
xerces on jdk1.4. Is that because it wont load or something ? Maybe to do
with a parser already existing in ext dir or something ?
On Sun, 11 Nov 2001 09:51, Stephen McConnell wrote:
> 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]>
--
Cheers,
Pete
"The ability to quote is a serviceable substitute for wit." -- Maugham
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>