[jira] [Commented] (FOP-2391) Complex scripts don't work in SVG instream-foreign-object.

2014-08-26 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14110453#comment-14110453
 ] 

simon steiner commented on FOP-2391:


i get

java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at 
org.apache.batik.gvt.renderer.StrokingTextPainter.adjustChunkOffsets(Unknown 
Source)


 Complex scripts don't work in SVG instream-foreign-object.
 --

 Key: FOP-2391
 URL: https://issues.apache.org/jira/browse/FOP-2391
 Project: Fop
  Issue Type: Improvement
  Components: foreign/svg
Affects Versions: trunk
Reporter: Glenn Adams
Assignee: Glenn Adams
 Attachments: test.fo.xml, test.pdf


 When using complex script text in SVG in a instream-foreign-object, e.g., 
 Arabic text, the complex script rules as supported by the designated font are 
 not applied.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (FOP-2391) Complex scripts don't work in SVG instream-foreign-object.

2014-08-26 Thread Glenn Adams (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14110460#comment-14110460
 ] 

Glenn Adams commented on FOP-2391:
--

using what input data?

 Complex scripts don't work in SVG instream-foreign-object.
 --

 Key: FOP-2391
 URL: https://issues.apache.org/jira/browse/FOP-2391
 Project: Fop
  Issue Type: Improvement
  Components: foreign/svg
Affects Versions: trunk
Reporter: Glenn Adams
Assignee: Glenn Adams
 Attachments: test.fo.xml, test.pdf


 When using complex script text in SVG in a instream-foreign-object, e.g., 
 Arabic text, the complex script rules as supported by the designated font are 
 not applied.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (FOP-2391) Complex scripts don't work in SVG instream-foreign-object.

2014-08-26 Thread simon steiner (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated FOP-2391:
---

Attachment: exceptiontest.fo

 Complex scripts don't work in SVG instream-foreign-object.
 --

 Key: FOP-2391
 URL: https://issues.apache.org/jira/browse/FOP-2391
 Project: Fop
  Issue Type: Improvement
  Components: foreign/svg
Affects Versions: trunk
Reporter: Glenn Adams
Assignee: Glenn Adams
 Attachments: exceptiontest.fo, test.fo.xml, test.pdf


 When using complex script text in SVG in a instream-foreign-object, e.g., 
 Arabic text, the complex script rules as supported by the designated font are 
 not applied.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (FOP-2407) Docs examples wrong

2014-08-26 Thread simon steiner (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated FOP-2407:
---

Description: 
http://xmlgraphics.apache.org/fop/trunk/servlets.html

has:
FopFactory fopFactory = FopFactory.newInstance();
api has changed



  was:
http://xmlgraphics.apache.org/fop/trunk/servlets.html

has:
FopFactory fopFactory = FopFactory.newInstance();




 Docs examples wrong
 ---

 Key: FOP-2407
 URL: https://issues.apache.org/jira/browse/FOP-2407
 Project: Fop
  Issue Type: Bug
Reporter: simon steiner

 http://xmlgraphics.apache.org/fop/trunk/servlets.html
 has:
 FopFactory fopFactory = FopFactory.newInstance();
 api has changed



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (FOP-2407) Docs examples wrong

2014-08-26 Thread simon steiner (JIRA)
simon steiner created FOP-2407:
--

 Summary: Docs examples wrong
 Key: FOP-2407
 URL: https://issues.apache.org/jira/browse/FOP-2407
 Project: Fop
  Issue Type: Bug
Reporter: simon steiner


http://xmlgraphics.apache.org/fop/trunk/servlets.html

has:
FopFactory fopFactory = FopFactory.newInstance();





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (FOP-2353) [PATCH] PDF-A preflight warnings

2014-08-26 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14110523#comment-14110523
 ] 

simon steiner commented on FOP-2353:


Test:
http://svn.apache.org/viewvc?view=revisionrevision=1620537

 [PATCH] PDF-A preflight warnings
 

 Key: FOP-2353
 URL: https://issues.apache.org/jira/browse/FOP-2353
 Project: Fop
  Issue Type: Bug
Reporter: simon steiner
Assignee: simon steiner
 Attachments: Arial.ttf, fop.xconf, pdfa1a.patch, test.fo, 
 xgcpdfa1a.patch


 adobe acrobat 9 pdfa prelight reports warnings when using pdfa1a
 fop test.fo -c fop.xconf out.pdf



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[VOTE] Move to Jenkins

2014-08-26 Thread Simon Steiner
Hi,

 

Vote to move from Gump to Jenkins for Fop, XGC, Pdf-plugin. This allows us
to control version of checkstyle, also Jenkins is more flexible, has
plugins, we can trigger manually and make changes without asking infra for
help (if workspace is corrupted we can fix it ourselves).

 

Fop job:

https://builds.apache.org/job/xmlgraphics-fop/9/console

 

Votes to general@ only please, they won't count on fop-dev. The vote will
run for 7 days until 2 Sept.

 

Here's my +1

 

Thanks



Re: [VOTE] Move to Jenkins

2014-08-26 Thread Glenn Adams
assuming this will pass if it works, can you get the jenkins flavor of
builds working first, then we can evaluate the results prior to doing a
vote (and switchover)?


On Tue, Aug 26, 2014 at 9:24 AM, Simon Steiner simonsteiner1...@gmail.com
wrote:

 Hi,



 Vote to move from Gump to Jenkins for Fop, XGC, Pdf-plugin. This allows us
 to control version of checkstyle, also Jenkins is more flexible, has
 plugins, we can trigger manually and make changes without asking infra for
 help (if workspace is corrupted we can fix it ourselves).



 Fop job:

 https://builds.apache.org/job/xmlgraphics-fop/9/console



 Votes to general@ only please, they won't count on fop-dev. The vote will
 run for 7 days until 2 Sept.



 Here's my +1



 Thanks




[GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-26 Thread FOP Gump Nightly Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project xml-fop-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 57 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xml-fop-test :  XSL-FO (Formatting Objects) processor


Full details are available at:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on checkstyle exists, no need to add for property 
checkstyle.location.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/xml-fop/build/test-reports



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/gump_work/build_xml-fop_xml-fop-test.html
Work Name: build_xml-fop_xml-fop-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 mins
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only -Dant.build.clonevm=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dcheckstyle.location=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar
 gump-test 
[Working Directory: /srv/gump/public/workspace/xml-fop]
CLASSPATH: 
/usr/lib/jvm/java-7-oracle/lib/tools.jar:/srv/gump/public/workspace/xml-fop/build/classes:/srv/gump/public/workspace/xml-fop/build/codegen-classes:/srv/gump/public/workspace/xml-fop/build/test-classes:/srv/gump/public/workspace/xml-fop/lib/build/asm-3.1.jar:/srv/gump/public/workspace/xml-fop/lib/build/mockito-core-1.8.5.jar:/srv/gump/public/workspace/xml-fop/lib/build/hamcrest.core-1.1.0.jar:/srv/gump/public/workspace/xml-fop/lib/build/objenesis-1.0.0.jar:/srv/gump/public/workspace/xml-fop/lib/build/qdox-1.12.jar:/srv/gump/public/workspace/xml-fop/lib/fontbox-1.8.5.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140827.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apach
 
e-commons/exec/target/commons-exec-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20140827.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20140827.jar:/srv/gump/public/workspace/apache-commons/validator/dist/commons-validator-20140827.jar:/srv/gump/public/workspace/google-guava/guava/target/guava-19.0-SNAPSHOT.jar:/srv/gump/public/workspace/xml-fop/build/fop.jar:/srv/gump/public/workspace/xml-fop/build/fop-sandbox.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/re
 
solver.jar:/srv/gump/packages/apache-attic/avalon-framework-api-4.3.jar:/srv/gump/packages/apache-attic/avalon-framework-impl-4.3.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-2.5-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/batik-slideshow.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/batik-svgpp.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-anim.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-awt-util.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-bridge.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-codec.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-css.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/batik-dom.jar:/srv/gump/public/workspace/xml-batik/batik-20140827/lib/