Author: bago
Date: Fri Jun 22 10:57:36 2007
New Revision: 549908

URL: http://svn.apache.org/viewvc?view=rev&rev=549908
Log:
Updated AbstractYamlTest (thought this was already committed, but I see many 
differences...weird).
Updated dnsjava to in house built version of current trunk (including spf 
record patch submitted to dnsjava)
Updated dnsjnio to 0.9.7 official source code, but locally rebuilt because 
official 0.9.7 is java6 (class version 50).
We fail multispf1 and multispf2 tests from official testsuite (only in real 
environment), but there is an ongoing errata about this on spf-devel.

Added:
    james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.7.jar   (with props)
Removed:
    james/jspf/trunk/stage/dnsjava/jars/dnsjava-2.0.3.jar
    james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar
Modified:
    james/jspf/trunk/pom.xml
    james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java
    james/jspf/trunk/stage/dnsjava/jars/dnsjava-2.0.4-SNAPSHOT.jar

Modified: james/jspf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?view=diff&rev=549908&r1=549907&r2=549908
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Fri Jun 22 10:57:36 2007
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>uk.nominet</groupId>
       <artifactId>dnsjnio</artifactId>
-      <version>0.9.7-SNAPSHOT</version>
+      <version>0.9.7</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -110,7 +110,7 @@
       <!-- If you don't have james-project checked out in ../james-project -->
       <!-- you will have to place your absolute path to the project instead -->
       <!-- of ${basedir}, or, otherwise, manually install the parent poms -->
-      <!-- 
+      <!--
            #windows:
            mvn -fignorepom.xml install:install-file 
               -Dfile=stage\org.apache.james\poms\james-parent-1.1.pom 

Modified: 
james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java?view=diff&rev=549908&r1=549907&r2=549908
==============================================================================
--- james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java 
(original)
+++ james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java 
Fri Jun 22 10:57:36 2007
@@ -216,11 +216,11 @@
                 
                 if (getDnsServiceMockStyle() == FAKE_SERVER) {
                     NonblockingResolver nonblockingResolver = new 
NonblockingResolver("127.0.0.1");
-                    resolver = new ExtendedNonblockingResolver(new Resolver[] 
{nonblockingResolver});
+                    resolver = ExtendedNonblockingResolver.newInstance(new 
NonblockingResolver[] {nonblockingResolver});
                     nonblockingResolver.setPort(35347);
                     nonblockingResolver.setTCP(false);
                 } else if (getDnsServiceMockStyle() == REAL_SERVER) {
-                    resolver = new ExtendedNonblockingResolver();
+                    resolver = ExtendedNonblockingResolver.newInstance();
                     Resolver[] resolvers = resolver.getResolvers();
                     for (int i = 0; i < resolvers.length; i++) {
                         resolvers[i].setTCP(false);

Modified: james/jspf/trunk/stage/dnsjava/jars/dnsjava-2.0.4-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/stage/dnsjava/jars/dnsjava-2.0.4-SNAPSHOT.jar?view=diff&rev=549908&r1=549907&r2=549908
==============================================================================
Binary files - no diff available.

Added: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.7.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.7.jar?view=auto&rev=549908
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.7.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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

Reply via email to