Hi all,
I've been quite successful in refactoring on my local XalanJ's
codebase on its xslt 3.0 branch, to mirror the maven build design on
xalan-java-mvn-refactored.
After all these efforts, I'm currently getting following errors on
this maven build (while running the command "mvn clean package") that
I'm doing for these xslt 3.0 activities,
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xslt/Process.java:[53,24]
cannot find symbol
[ERROR] symbol: class Version
[ERROR] location: package org.apache.xalan
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xslt/Process.java:[391,39]
cannot find symbol
[ERROR] symbol: variable Version
[ERROR] location: class org.apache.xalan.xslt.Process
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[712,25]
cannot find symbol
[ERROR] symbol: variable yy_buffer_index
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[715,28]
cannot find symbol
[ERROR] symbol: variable yy_buffer_read
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[715,59]
cannot find symbol
[ERROR] symbol: variable yy_buffer
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[720,26]
cannot find symbol
[ERROR] symbol: variable yy_buffer_read
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[726,21]
cannot find symbol
[ERROR] symbol: variable yy_buffer
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[726,48]
cannot find symbol
[ERROR] symbol: variable yy_buffer
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
[ERROR]
/E:/eclipseWorkspace/xalanj/xalan-j_xslt3.0_mvn/xalan/src/main/java/org/apache/xalan/xsltc/compiler/XPathLexer.java:[727,21]
cannot find symbol
[ERROR] symbol: variable yy_buffer
[ERROR] location: class org.apache.xalan.xsltc.compiler.XPathLexer
Any thoughts about how to resolve above mentioned issues, shall be very helpful.
--
Regards,
Mukul Gandhi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]