Afternoon,

I've updated my system to the latest Xerces.jar etc. And when I try a 
test build of monohtml, I get the following:

[copy] Copying 1 file to 
/home/norman/SourceCode/cvs/firebird/manual/dist/monohtml

copy-images:

copy-img-files:
      [copy] Copying 2 files to 
/home/norman/SourceCode/cvs/firebird/manual/dist/monohtml/images

copy-img-files:

BUILD FAILED
/home/norman/SourceCode/cvs/firebird/manual/src/build/build.xml:495: The 
following error occurred while executing this line:
/home/norman/SourceCode/cvs/firebird/manual/src/build/build.xml:351: The 
following error occurred while executing this line:
java.lang.LinkageError: loading constraint violated

Total time: 12 minutes 24 seconds

12 minutes is a tad long on this laptop with 8 GB RAM and the top of the 
range core 2-duo CPU!



I've looked in the build.xml file and around line 344 I see this:

<!-- copy global images: -->
<antcall target="copy-img-files">
   <param name="todir" value="${todir}"/>
   <param name="includes" value="docbook/images/callouts/*,images/*"/>
</antcall>

The value in the penultimate line looks dodgy to me. Should that comma 
be there?


I *have* fixed the problem, OpenSuse 11.4 was using openJDK rather than 
SUB Java. Always a no-no with Firebird Docs. Removing OpenJDK and using 
Sun Java instead fixed the problem, dramatically sped up the build and 
no errors.

This makes me wonder about that comma though, should it be there? Is it 
correct?


Cheers,
Norm.

-- 
Norman Dunbar
Dunbar IT Consultants Ltd

Registered address:
Thorpe House
61 Richardshaw Lane
Pudsey
West Yorkshire
United Kingdom
LS28 7EL

Company Number: 05132767

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs

Reply via email to