RE: Gump xalan2 failures

2001-06-18 Thread Scott_Boag
I checked it out fresh... so I dunno. I will try again in a bit. -scott Kelly

RE: Gump xalan2 failures

2001-06-18 Thread Scott_Boag
Thank you for the investigation. I've fixed the particular problem with the key() function (haven't checked it in yet), and it runs through the codegen without reporting an error, but there is obviously something else wrong... build/src/org/apache/fop/fo/properties/Constants.java, for instance,

Gump xalan2 failures

2001-06-17 Thread Scott_Boag
1) I reproduced the problem with jakarta-avalon xdocs and fixed it. jakarta-avalon-phoenix looks to be be the same problem as jakarta-avalon xdocs, also jakarta-avalon-cornerstone. 2) 2 problems that kept xml-xalan dist from building are fixed. 3) I can't seem to build xml-fop: compile: Compili

RE: Problem with Redirect patch for fop codegen

2001-06-20 Thread Scott_Boag
OK, I have commented it back in. You'll have to play with it a bit. It would be good to have these changes done as soon as possible on your side, so we can make sure Gump is happy. -scott

Problem with Redirect patch for fop codegen

2001-06-19 Thread Scott_Boag
> + Result outputTarget = transformer.getOutputTarget(); > + if ( (null != outputTarget) && ((base = outputTarget.getSystemId ()) != null) ) { > +base = urlToFileName(base); > + } For the moment I need to comment this out in order to get the fop codegen to work. We

RE: Gump xalan2 failures

2001-06-19 Thread Scott_Boag
Kelly, with the check-ins I just did, the fop build should run OK. It would help a lot if you could update your Xalan build and give it a whirl. You should make sure that everything else seems OK, besides the fact that it seems to build without error. -scott