You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Stefano Bagnara <ap...@bago.org> on 2007/10/01 10:01:19 UTC

SPF test failing (Was: JAMES Server Nightly Build Report)

Norman,

maybe you already fixed this, too, and you forgot to commit it.

Can you check?

Stefano

JAMES Nightly Build System ha scritto:
> compile-unit-tests:
>      [echo] Compiling James Unit Test Java sources
>     [mkdir] Created dir: /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test
>     [mkdir] Created dir: /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test/classes
>     [javac] Compiling 202 source files to /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test/classes
>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:91: cannot find symbol
>     [javac] symbol: class TimeoutException
>     [javac]             public List getRecords(String host, int type) throws TimeoutException {
>     [javac]                                                                  ^
>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:91: <anonymous org.apache.james.smtpserver.SPFHandlerTest$1> is not abstract and does not override abstract method getRecords(org.apache.james.jspf.core.DNSRequest) in org.apache.james.jspf.core.DNSService
>     [javac]             public List getRecords(String host, int type) throws TimeoutException {
>     [javac]                         ^
>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:93: cannot find symbol
>     [javac] symbol  : variable TXT
>     [javac] location: interface org.apache.james.jspf.core.DNSService
>     [javac]                     case DNSService.TXT:
>     [javac]                                    ^
>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:94: cannot find symbol
>     [javac] symbol  : variable SPF
>     [javac] location: interface org.apache.james.jspf.core.DNSService
>     [javac]                     case DNSService.SPF:
>     [javac]                                    ^
>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:114: cannot find symbol
>     [javac] symbol: class TimeoutException
>     [javac]                             throw new TimeoutException();
>     [javac]                                       ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 5 errors
> 
> BUILD FAILED
> /home/noel/ASF/james/server/trunk/build.xml:134: The following error occurred while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:94: The following error occurred while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:82: The following error occurred while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:40: The following error occurred while executing this line:
> /home/noel/ASF/james/server/trunk/phoenix-deployment/build.xml:881: Compile failed; see the compiler error output for details.



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: SPF test failing (Was: JAMES Server Nightly Build Report)

Posted by Stefano Bagnara <ap...@bago.org>.
Norman Maurer ha scritto:
> Hi Stefano,
> 
> I have the workspace not avaible at the moment... Can you fix it maybe ?
> Otherwise the build will fail until i can do it... Sorry for the problems..


Hi Norman,

no problem, I just committed a patch. Hope this fix the nightly process.
Let's see tomorrow.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: SPF test failing (Was: JAMES Server Nightly Build Report)

Posted by Norman Maurer <no...@apache.org>.
Hi Stefano,

I have the workspace not avaible at the moment... Can you fix it maybe ? 
Otherwise the build will fail until i can do it... Sorry for the problems..

bye
Norman

Stefano Bagnara schrieb:
> Norman,
>
> maybe you already fixed this, too, and you forgot to commit it.
>
> Can you check?
>
> Stefano
>
> JAMES Nightly Build System ha scritto:
>   
>> compile-unit-tests:
>>      [echo] Compiling James Unit Test Java sources
>>     [mkdir] Created dir: /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test
>>     [mkdir] Created dir: /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test/classes
>>     [javac] Compiling 202 source files to /home/noel/ASF/james/server/trunk/phoenix-deployment/target/test/classes
>>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:91: cannot find symbol
>>     [javac] symbol: class TimeoutException
>>     [javac]             public List getRecords(String host, int type) throws TimeoutException {
>>     [javac]                                                                  ^
>>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:91: <anonymous org.apache.james.smtpserver.SPFHandlerTest$1> is not abstract and does not override abstract method getRecords(org.apache.james.jspf.core.DNSRequest) in org.apache.james.jspf.core.DNSService
>>     [javac]             public List getRecords(String host, int type) throws TimeoutException {
>>     [javac]                         ^
>>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:93: cannot find symbol
>>     [javac] symbol  : variable TXT
>>     [javac] location: interface org.apache.james.jspf.core.DNSService
>>     [javac]                     case DNSService.TXT:
>>     [javac]                                    ^
>>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:94: cannot find symbol
>>     [javac] symbol  : variable SPF
>>     [javac] location: interface org.apache.james.jspf.core.DNSService
>>     [javac]                     case DNSService.SPF:
>>     [javac]                                    ^
>>     [javac] /home/noel/ASF/james/server/trunk/phoenix-deployment/src/test/org/apache/james/smtpserver/SPFHandlerTest.java:114: cannot find symbol
>>     [javac] symbol: class TimeoutException
>>     [javac]                             throw new TimeoutException();
>>     [javac]                                       ^
>>     [javac] Note: Some input files use or override a deprecated API.
>>     [javac] Note: Recompile with -Xlint:deprecation for details.
>>     [javac] 5 errors
>>
>> BUILD FAILED
>> /home/noel/ASF/james/server/trunk/build.xml:134: The following error occurred while executing this line:
>> /home/noel/ASF/james/server/trunk/build.xml:94: The following error occurred while executing this line:
>> /home/noel/ASF/james/server/trunk/build.xml:82: The following error occurred while executing this line:
>> /home/noel/ASF/james/server/trunk/build.xml:40: The following error occurred while executing this line:
>> /home/noel/ASF/james/server/trunk/phoenix-deployment/build.xml:881: Compile failed; see the compiler error output for details.
>>     
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>
> !DSPAM:1,4700a98f257908332112803!
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org