Antoine L�vy-Lambert wrote:

xerces1 builds with classical gump, but not with gumpy.

Anybody has an idea, why this Persian Monarch does not like Pythons ?

Antoine

[1] http://gump.covalent.net/log/xml-xerces1.html

[2] http://lsd.student.utwente.nl/gump/xml-xerces/xml-xerces1.html

[3] http://article.gmane.org/gmane.comp.jakarta.gump/4847

The command line on lsd is :

java -Djava.awt.headless=true -Dbuild.clonevm=true org.apache.tools.ant.Main
-debug -Dgump.merge=/data3/gump/gump-install/work/merge.xml
-Dbuild.sysclasspath=only jar
4 of this type of compilation errors happen there :


/data3/gump/xml-xerces/java/build/src/org/apache/xerces/utils/regex/
RegularExpression.java:139: illegal unicode escape
[javac] * <kbd>\u005cu</kbd><var>c</var>, <kbd>\L</kbd>, <kbd>\U</kbd>,

search the xerces-j-dev list for messages with subject line containing "illegal unicode escape".



summary =======

starting from Java 1.5 (or 1.4.x when appropriate modifier flags are used), norms for unicode
characters are made more stringent.


See also: <http://developer.java.sun.com/developer/bugParade/bugs/4863451.html>

Looks like Neeraj fixed Xerces2 but not Xerces1:
http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java?r1=1.6&r2=1.7

suggested fix: change the javadoc comments for Xerces1, to be compliant:
Manually edit the source, replacing "\u005cu" with "\u005c u".

--
Michael


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to