[Cs-dev] For packagers mainly
| Date | 2008-09-20 15:54 |
| From | jpff |
| Subject | [Cs-dev] For packagers mainly |
For 5.09 I have uploaded the sources and Linux ports, together with the HTML manuals. Andreas -- could you create the pdf manuals? I am getting an exception in Java main when trying to create -- possibly a problem in fop.sh Hope we can release on Monday at latest ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2008-09-22 03:00 |
| From | "Andres Cabrera" |
| Subject | Re: [Cs-dev] For packagers mainly |
| Attachments | None |
| Date | 2008-09-22 09:53 |
| From | jpff |
| Subject | Re: [Cs-dev] For packagers mainly |
Unfortunately I still cannot make the PDF manuals
cardew:~/Sourceforge/manual> make pdf
xsltproc --nonet --xinclude -o Csound5.09_manual.fo docbook-xsl-1.73.2/customPDF.xsl manual.xml
Making portrait pages on USletter paper (8.5inx11in)
fop.sh -fo Csound5.09_manual.fo -pdf Csound5.09_manual.pdf
Exception in thread "main" java.lang.NoSuchMethodError: main
make: *** [pdf] Error 1
Totally repriducable
Using another version of fop:
cardew:~/Sourceforge/manual> fop -fo Csound5.09_manual.fo -pdf Csound5.09_manual.pdf
22-Sep-2008 09:50:51 org.apache.fop.cli.Main startFOP
SEVERE: Exception
javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: file:/home/jpff/Sourceforge/manual/Csound5.09_manual.fo:1:29240: Error(1/29240): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination")
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:168)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
at org.apache.fop.cli.Main.startFOP(Main.java:160)
at org.apache.fop.cli.Main.main(Main.java:191)
---------
javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: file:/home/jpff/Sourceforge/manual/Csound5.09_manual.fo:1:29240: Error(1/29240): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination")
and so on for about 120 lines
==John ffitch
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2008-09-22 15:18 |
| From | "Andres Cabrera" |
| Subject | Re: [Cs-dev] For packagers mainly |
| Attachments | None |
| Date | 2008-09-22 16:33 |
| From | "Steven Yi" |
| Subject | Re: [Cs-dev] For packagers mainly |
| Attachments | None |
| Date | 2008-09-22 20:34 |
| From | jpff |
| Subject | Re: [Cs-dev] For packagers mainly |
I have not knowingly changed anything. I have a script fop.sh that sets FOP_HOME to /usr/share/fop which is an s-link to /usr/share/fop-0.93 I can see fop.jar in /usr/share/fop-0.93/lib which as far as I can tell is where /usr/share/fop-0.93/fop expects it So I have no clues. I am not sure that this has ever worked, except that I changed the fop.sh to up the memory at one time. ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2008-09-22 20:48 |
| From | "Steven Yi" |
| Subject | Re: [Cs-dev] For packagers mainly |
| Attachments | None |
| Date | 2008-09-23 01:28 |
| From | "Andres Cabrera" |
| Subject | Re: [Cs-dev] For packagers mainly |
| Attachments | None |
| Date | 2008-09-23 11:20 |
| From | jpff |
| Subject | Re: [Cs-dev] For packagers mainly |
Unfortunately SuSE do not package 0.20.5, and Apache say we should all use 0.94. I also looked at Debian, but fop does not seem to be packaged at all. So for the present I cannot create PDF manuals; we really do need to move to 0.0x at some stage. ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |