Hi all,
this is my first message here, so please don't blame me :)
i'm really heppy of dom4j 1.6.1 and i'm still using it as GA in my
production environment,
i've a problem with the *End-of-Line
Handling*<http://www.w3.org/TR/xml/#sec-line-ends>,
so i've patch the tag 1.6.1 but with my surprise after co form CVS
is not compiling.... scary!!!!
the problem is the org.w3c.* packages implementation is changed since jdk
1.4 so i wasn't able to build because of
missing abstract class implementation, and the compatibility script is with
1.3.
What to do? i've changed the build xml including the endorsed dir included
in the trunk ... that's is :)
%<-----------------------------------------
RCS file: /cvsroot/dom4j/dom4j/build.xml,v
retrieving revision 1.161.2.1
diff -u -r1.161.2.1 build.xml
--- build.xml 16 May 2005 12:31:53 -0000 1.161.2.1
+++ build.xml 2 Sep 2011 08:03:58 -0000
@@ -146,6 +146,8 @@
source="1.3"
deprecation="${deprecation}"
classpathref="compile.classpath">
+ <compilerarg value="-Djava.endorsed.dirs=./lib/endorsed/"/>
+
</javac>
</target>
@@ -159,6 +161,7 @@
optimize="${optimize}"
deprecation="${deprecation}"
classpathref="test.classpath">
+ <compilerarg value="-Djava.endorsed.dirs=./lib/endorsed/"/>
</javac>
</target>
%<-----------------------------------------
Cheers
Lorenzo
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev