Re: svn commit: r429168 [1/2] - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/expr/ src/java/org/apache/fop/fo/flow/ src/java/org/apache/fop/fo/properties/ test/

2006-08-08 Thread Jeremias Maerki
Looks good on first sight!

On 06.08.2006 21:05:27 Andreas L Delmelle wrote:
 
 On Aug 6, 2006, at 20:24, [EMAIL PROTECTED] wrote:
 
  Author: adelmelle
  Date: Sun Aug  6 11:23:59 2006
  New Revision: 429168
 
  URL: http://svn.apache.org/viewvc?rev=429168view=rev
  Log:
  Rework of the marker/retrieve-marker implementation to cater for  
  correct evaluation of percentages and relative font-sizes, as well  
  as more correct white-space handling.
 
 snip /
 
 OK, got it wrapped up.
 
 I did not explicitly take into account any performance related stuff,  
 but I guess the whole picture would be along the lines of:
 a) for documents with
a small number of pages
a relatively small number of markers per page
only one retrieve-marker per page
= a slight drop in performance, maybe...
 b) large documents containing lots-and-lots of markers and a few  
 retrieve markers per page should benefit the most
 
 Big step forward is that the property resolution is only performed  
 for those markers that are retrieved. If you have a large number of  
 markers, this could save you some.
 
 Not only that, the results should be more correct now as well ;P
 
 Let me know if anything does not agree with you, and if it does,  
 well... enjoy.
 
 
 Later
 
 Andreas



Jeremias Maerki



Re: Q: (detail) Table-layout - TableStepper?

2006-08-08 Thread Jeremias Maerki
I think that should work. Please commit.

On 07.08.2006 22:42:12 Andreas L Delmelle wrote:
 
 One for Jeremias, I guess... Just browsing through a global diff I  
 made, trying to iron out some minor differences between the  
 repository and my local sandbox.
 
 In TableContentLayoutManager, there's a small remark about the  
 possibility of re-using the TableStepper. Upon reading that, I tried  
 this very simple:
 
 Index: src/java/org/apache/fop/layoutmgr/table/ 
 TableContentLayoutManager.java
 ===
 --- src/java/org/apache/fop/layoutmgr/table/ 
 TableContentLayoutManager.java
 +++ src/java/org/apache/fop/layoutmgr/table/ 
 TableContentLayoutManager.java
 @@ -77,6 +77,8 @@
   private int startXOffset;
   private int usedBPD;
 
 +private TableStepper stepper = new TableStepper(this);
 +
   /**
* Main constructor
* @param parent Parent layout manager
 @@ -573,9 +575,7 @@
   log.debug(  height= + rowHeights[i] +   
 explicit= + explicitRowHeights[i]);
   }
   }
 -//TODO It may make sense to reuse the stepper since it  
 allocates quite some space
 -TableStepper stepper = new TableStepper(this);
 -LinkedList returnedList =  
 stepper.getCombinedKnuthElementsForRowGroup(
 +LinkedList returnedList =  
 this.stepper.getCombinedKnuthElementsForRowGroup(
   context, rowGroup, maxColumnCount, bodyType);
   if (returnedList != null) {
   returnList.addAll(returnedList);
 Index: src/java/org/apache/fop/layoutmgr/table/TableStepper.java
 ===
 --- src/java/org/apache/fop/layoutmgr/table/TableStepper.java 
 +++ src/java/org/apache/fop/layoutmgr/table/TableStepper.java 
 @@ -72,10 +72,10 @@
*/
   public TableStepper(TableContentLayoutManager tclm) {
   this.tclm = tclm;
 -this.activeRow = 0;
   }
 
   private void setup(int columnCount) {
 +this.activeRow = 0;
   elementLists = new List[columnCount];
   startRow = new int[columnCount];
   start = new int[columnCount];
 
 
 Seems to work (read: doesn't break any tests), but since the code is  
 originally yours, I just thought I'd check if that was actually what  
 you had in mind when writing that TODO (I assume you put it there?)
 
 If OK, I'll commit this, so it's out of the way. If not, I'll undo  
 this damage locally :)
 Or expand upon these first steps if they go in the right direction  
 but it would take more than the above...
 
 
 Cheers,
 
 Andreas



Jeremias Maerki



[EMAIL PROTECTED]: Project xml-fop (in module xml-fop) failed

2006-08-08 Thread Sam Ruby
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 [EMAIL PROTECTED]

Project xml-fop has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 5 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 :  XSL-FO (Formatting Objects) processor


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fop.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/xml-fop/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop/gump_work/build_xml-fop_xml-fop.html
Work Name: build_xml-fop_xml-fop (Type: Build)
Work ended in a state of : Failed
Elapsed: 41 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only package 
[Working Directory: /usr/local/gump/public/workspace/xml-fop]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xml-fop/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xmlgraphics-commons/build/xmlgraphics-commons.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-swing.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-css.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-bridge.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-xml.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svg-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-awt-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-transcoder.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gui-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-ext.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-script.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svggen.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-parser.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-extension.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gvt.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-08082006.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-08082006.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
-
[javac] return new Fop(outputFormat, newFOUserAgent());
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:179:
 warning: [deprecation] Fop(java.lang.String,org.apache.fop.apps.FOUserAgent) 
in org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, userAgent);
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:194:
 warning: [deprecation] 
Fop(java.lang.String,org.apache.fop.apps.FOUserAgent,java.io.OutputStream) in 
org.apache.fop.apps.Fop has been deprecated
[javac] return new 

[EMAIL PROTECTED]: Project xml-fop (in module xml-fop) failed

2006-08-08 Thread Sam Ruby
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 [EMAIL PROTECTED]

Project xml-fop has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 5 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 :  XSL-FO (Formatting Objects) processor


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fop.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/xml-fop/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop/gump_work/build_xml-fop_xml-fop.html
Work Name: build_xml-fop_xml-fop (Type: Build)
Work ended in a state of : Failed
Elapsed: 41 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only package 
[Working Directory: /usr/local/gump/public/workspace/xml-fop]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xml-fop/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xmlgraphics-commons/build/xmlgraphics-commons.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-swing.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-css.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-bridge.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-xml.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svg-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-awt-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-transcoder.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gui-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-ext.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-script.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svggen.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-parser.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-extension.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gvt.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-08082006.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-08082006.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
-
[javac] return new Fop(outputFormat, newFOUserAgent());
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:179:
 warning: [deprecation] Fop(java.lang.String,org.apache.fop.apps.FOUserAgent) 
in org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, userAgent);
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:194:
 warning: [deprecation] 
Fop(java.lang.String,org.apache.fop.apps.FOUserAgent,java.io.OutputStream) in 
org.apache.fop.apps.Fop has been deprecated
[javac] return new 

DO NOT REPLY [Bug 40216] - Error messages should give more location details

2006-08-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=40216.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40216


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2006-08-08 17:55 ---
Sorry. Just realized this is a XEP problem, not a FOP problem. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


[EMAIL PROTECTED]: Project xml-fop (in module xml-fop) failed

2006-08-08 Thread Sam Ruby
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 [EMAIL PROTECTED]

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


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fop.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/xml-fop/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop/gump_work/build_xml-fop_xml-fop.html
Work Name: build_xml-fop_xml-fop (Type: Build)
Work ended in a state of : Failed
Elapsed: 38 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only package 
[Working Directory: /usr/local/gump/public/workspace/xml-fop]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xml-fop/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xmlgraphics-commons/build/xmlgraphics-commons.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-swing.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-css.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-bridge.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-xml.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svg-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-awt-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-transcoder.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gui-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-ext.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-script.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svggen.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-parser.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-extension.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gvt.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-08082006.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-08082006.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
-
[javac] return new Fop(outputFormat, newFOUserAgent());
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:179:
 warning: [deprecation] Fop(java.lang.String,org.apache.fop.apps.FOUserAgent) 
in org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, userAgent);
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:194:
 warning: [deprecation] 
Fop(java.lang.String,org.apache.fop.apps.FOUserAgent,java.io.OutputStream) in 
org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, newFOUserAgent(), 

[EMAIL PROTECTED]: Project xml-fop (in module xml-fop) failed

2006-08-08 Thread Sam Ruby
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 [EMAIL PROTECTED]

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


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fop.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/xml-fop/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop/gump_work/build_xml-fop_xml-fop.html
Work Name: build_xml-fop_xml-fop (Type: Build)
Work ended in a state of : Failed
Elapsed: 38 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only package 
[Working Directory: /usr/local/gump/public/workspace/xml-fop]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xml-fop/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xmlgraphics-commons/build/xmlgraphics-commons.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-swing.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-css.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-bridge.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-xml.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svg-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-awt-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-transcoder.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gui-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-ext.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-script.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svggen.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-parser.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-extension.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gvt.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-08082006.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-08082006.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-08082006.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
-
[javac] return new Fop(outputFormat, newFOUserAgent());
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:179:
 warning: [deprecation] Fop(java.lang.String,org.apache.fop.apps.FOUserAgent) 
in org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, userAgent);
[javac]^
[javac] 
/x1/gump/public/workspace/xml-fop/src/java/org/apache/fop/apps/FopFactory.java:194:
 warning: [deprecation] 
Fop(java.lang.String,org.apache.fop.apps.FOUserAgent,java.io.OutputStream) in 
org.apache.fop.apps.Fop has been deprecated
[javac] return new Fop(outputFormat, newFOUserAgent(), 

[EMAIL PROTECTED]: Project xml-fop-maintenance (in module xml-fop-maintenance) failed

2006-08-08 Thread Sam Ruby
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 [EMAIL PROTECTED]

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


Full details are available at:

http://vmgump.apache.org/gump/public/xml-fop-maintenance/xml-fop-maintenance/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fop.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/xml-fop-maintenance/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop-maintenance/xml-fop-maintenance/gump_work/build_xml-fop-maintenance_xml-fop-maintenance.html
Work Name: build_xml-fop-maintenance_xml-fop-maintenance (Type: Build)
Work ended in a state of : Failed
Elapsed: 37 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only gump 
[Working Directory: /usr/local/gump/public/workspace/xml-fop-maintenance]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xml-fop-maintenance/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-swing.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-css.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-bridge.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-xml.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svg-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-awt-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-transcoder.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gui-util.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-dom.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-ext.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-script.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-svggen.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-parser.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-extension.jar:/usr/local/gump/public/workspace/xml-batik/batik-08082006/lib/batik-gvt.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-08082006.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-08082006.jar
-

prepare-jce:
 [echo] JCE is present. Installing PDF encryption support.
 [copy] Copying 1 file to 
/x1/gump/public/workspace/xml-fop-maintenance/build/src

prepare-jce-stub:

prepare-src:
 [copy] Copying 394 files to 
/x1/gump/public/workspace/xml-fop-maintenance/build/src

compile:
 [echo] Compiling the sources 
[mkdir] Created dir: 
/x1/gump/public/workspace/xml-fop-maintenance/build/classes/org/apache/fop/viewer/resources
 [copy] Copying 16 files to 
/x1/gump/public/workspace/xml-fop-maintenance/build/classes/org/apache/fop/viewer/resources
[mkdir] Created dir: 
/x1/gump/public/workspace/xml-fop-maintenance/build/classes/org/apache/fop/viewer/Images
 [copy] Copying 6 files to 
/x1/gump/public/workspace/xml-fop-maintenance/build/classes/org/apache/fop/viewer/Images
[javac] Compiling 746 source files to