[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with Java version of Readseq



Hi Olivier,

On Mon, Dec 23, 2013 at 04:40:11PM +0100, Olivier Sallou wrote:
> There is no direct code using it, but using generic xml APIs.
> 
> I tried the following patch with libxerces2-java and it worked for
> compilation (did not test runtime)
> 
> 
> --- a/build.xml
> +++ b/build.xml
> @@ -46,8 +46,8 @@
>     ! UPDATE THESE to newer xml jars ; also include in readseq.jar
>  -->
>  
> -  <property name="orgxml.jar" value="${basedir}/lib/orgxml.jar"/>
> -  <property name="xml.jar" value="${basedir}/lib/ibm-xml4j-min.jar"/>
> +  <property name="orgxml.jar" value="/usr/share/java/xmlParserAPIs.jar"/>
> +  <property name="xml.jar" value="/usr/share/java/xercesImpl.jar"/>
>  
>  <!-- ==================== Compilation Classpath
> =========================== -->

As usual feel free to commit anything like this.  You know that you
are way more skilled in Java than me ... ;-)  It's also fine if you
take over and upload - if you have time constraints I can do it as
well (with the usual Christmas delay for sure).

Thanks for your hint

      Andreas.

-- 
http://fam-tille.de


Reply to: