Update of /cvsroot/jwebunit/jWebUnit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24746

Modified Files:
        project.xml 
Log Message:
Using jTidy instead of nekohtml. There are no recent releases of JTidy, but the 
4aug100r7-dev passes all the tests, including the one that fails in nekohtml. I 
also tested the r8-SNAPSHOT from march 2005, but with that one the tests cause 
OutOfMemoryException.

Index: project.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** project.xml 29 Dec 2005 16:48:38 -0000      1.23
--- project.xml 30 Dec 2005 10:09:07 -0000      1.24
***************
*** 2,6 ****
  <project>
      <pomVersion>3</pomVersion>
!     <id>jwebunit</id>
      <name>jWebUnit</name>
      <currentVersion>1.3</currentVersion>
--- 2,7 ----
  <project>
      <pomVersion>3</pomVersion>
!     <groupId>jwebunit</groupId>
!     <artifactId>jwebunit</artifactId>
      <name>jWebUnit</name>
      <currentVersion>1.3</currentVersion>
***************
*** 196,199 ****
--- 197,201 ----
          </dependency>
  -->
+ <!-- 
          <dependency>
              <groupId>nekohtml</groupId>
***************
*** 202,206 ****
              <url>http://www.apache.org/~andyc/neko/doc/html/index.html</url>
          </dependency>
! 
          <dependency>
              <groupId>rhino</groupId>
--- 204,215 ----
              <url>http://www.apache.org/~andyc/neko/doc/html/index.html</url>
          </dependency>
! -->
!         <dependency>
!             <groupId>jtidy</groupId>
!             <artifactId>jtidy</artifactId>
!             <version>4aug2000r7-dev</version>
!             <url>http://jtidy.sourceforge.net/nightly/</url>
!         </dependency>
!         
          <dependency>
              <groupId>rhino</groupId>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to