Re: I think extensions are OK now

2001-06-17 Thread Gary L Peskin
[EMAIL PROTECTED] wrote: > > Gary, as far as I know the extensions should be OK now. There are a few > places where I need to go back and clean up some conversion stuff, but I'm > going to leave it for the moment. If you can, it would be a great help if > you gave it a run to see if everything

I think extensions are OK now

2001-06-17 Thread Scott_Boag
Gary, as far as I know the extensions should be OK now. There are a few places where I need to go back and clean up some conversion stuff, but I'm going to leave it for the moment. If you can, it would be a great help if you gave it a run to see if everything seems OK for you. I did have troub

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax URIResolverTest.java

2001-06-17 Thread sboag
sboag 01/06/17 21:04:34 Modified:test/java/src/org/apache/qetest/trax URIResolverTest.java Log: Commented out duplicate entries in expectedXmlUris. Resolving a URL twice was a bug in the original code, and has now been fixed. Revision ChangesPath 1.3 +5 -5

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xalanj2 LoggingTraceListener.java

2001-06-17 Thread sboag
sboag 01/06/17 21:01:09 Modified:test/java/src/org/apache/qetest/xalanj2 LoggingTraceListener.java Log: In the selected method, selectionEvent.m_selection.nodeset() will now return a NodeIterator, as with the original code. Revision ChangesPath

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XStringForChars.java XStringForFSB.java

2001-06-17 Thread sboag
sboag 01/06/17 19:16:15 Modified:java/src/org/apache/xpath/objects XStringForChars.java XStringForFSB.java Log: Implement obj() as str(), since simply returning the FSB or char array will not be complete. This fixes bugs in some extension functions, wh

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

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncLast.java

2001-06-17 Thread sboag
sboag 01/06/17 14:42:30 Modified:java/src/org/apache/xpath/functions FuncLast.java Log: Defensivly check for the context node list being null. Revision ChangesPath 1.10 +8 -2 xml-xalan/java/src/org/apache/xpath/functions/FuncLast.java Index: FuncLast.jav

cvs commit: xml-xalan/java/src/org/apache/xpath/axes PredicatedNodeTest.java

2001-06-17 Thread sboag
sboag 01/06/17 14:41:41 Modified:java/src/org/apache/xpath/axes PredicatedNodeTest.java Log: Tweak executePredicates to make sure that it never returns without setting m_predicateIndex to -1 again. This should fix the bug for document2html.xsl for jakarta-avalon. Revisio

cvs commit: xml-xalan/java/src/org/apache/xpath/axes WalkingIterator.java

2001-06-17 Thread sboag
sboag 01/06/17 14:39:59 Modified:java/src/org/apache/xpath/axes WalkingIterator.java Log: Init m_predicateIndex to -1 instead of zero. This should never be >= zero unless executing in a predicate. Revision ChangesPath 1.4 +1 -1 xml-xalan/java/src/org/apac

cvs commit: xml-xalan/java build.xml

2001-06-17 Thread sboag
sboag 01/06/17 12:08:35 Modified:java build.xml Log: For compat.jar, put the new-built xalan.jar in front of the classpath. If you don't do that, compat.jar may not build due to conflicts with older xalan jars that may be on the classpath. Revision ChangesPath

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-06-17 Thread curcuru
curcuru 01/06/17 05:23:37 Modified:java/src/org/apache/xalan/xsltc/compiler AbsoluteLocationPath.java ApplyImports.java ApplyTemplates.java CastExpr.java CopyOf.java DocumentCall.java EqualityExpr.java Expression.ja

[GUMP] Build Failure - Xalan2 dist

2001-06-17 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml prepare: compile: [echo] compile entire sourc

[GUMP] Build Failure - Xalan1

2001-06-17 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml prepare: [mkdir] Created dir: /home/rubys/jakart