Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] problem with latest alpha

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: luca <passani AT eunet.no>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] problem with latest alpha
  • Date: Thu, 24 Jun 2004 08:51:01 +0200



Elliotte Rusty Harold wrote:
> I didn't change anything that should have affected that. It should work.
> Is it possible you have some sort of CLASSPATH issue?
>

unlikely, I am using a pretty simple ANT build.xml
file. Right after I replaced the jars, I had not
fixed this line:

<property name="xomlib" value="xom-1.0a2.jar" />

so I got one zilion errors. Once I did, it went down to the
2 errors I reported.

<target name="compileapi" depends="prepare">
<javac srcdir="${srcapi}" destdir="${build}">
<classpath>
<pathelement location="lib/${xomlib}" />
<pathelement location="lib/xercesImpl.jar" />
<pathelement location="lib/xmlParserAPIs.jar" />
<pathelement location="lib/junit.jar" />
<pathelement location="lib/servlet.jar" />
</classpath>
<include name="net/sourceforge/wurfl/wurflapi/" />
</javac>
</target>

I also noted that the d25 jar was over 200 Kb. The a2 is down to 100....

I'll see if I can figure out something by myself and let you know

thanks

Luca





Archive powered by MHonArc 2.6.24.

Top of Page