Pulled down the latest and did an 'ant clean package', and i get:

test:
    [junit] Running com.noelios.restlet.test.NoeliosTestSuite
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.533 sec

BUILD FAILED

looking at ./build/classes/TEST-com.noelios.restlet.test.NoeliosTestSuite.txt i see:

    FAILED
null expected:</D:[/Restlet/]build.xml> but was:</D:[\Restlet\]build.xml>
junit.framework.ComparisonFailure : null expected:</D:[/Restlet/]build.xml> but was:</D:[\Restlet\]build.xml>
    at com.noelios.restlet.test.FileReferenceTestCase.testCreation(FileReferenceTestCase.java:23)

Doing this build on linux.

....
Kabe


On 10/21/06, Jerome Louvel <[EMAIL PROTECTED]> wrote:
I forgot to mention that if testing goes fine, I'll update the docs on and
release next Monday.

Best regards,
Jerome

> -----Message d'origine-----
> De : Jerome Louvel [mailto: [EMAIL PROTECTED]]
> Envoyé : samedi 21 octobre 2006 18:15
> À : Restlet discuss
> Objet : Last beta 19 snapshot
>
>
> Hi all,
>
> I've uploaded a last snapshot of beta 19.
> http://www.restlet.org/downloads/current.zip
>
> I think it takes into account all the feed-back received this
> week. Here is
> a quick list of changes since the last snapshot:
>  - Readded default constructors
>  - Fixed Message Javadocs. Initial patch from Lars Heuer.
>  - Refactored the Restlet SPI and NRE implementation, to use
> helpers instead
> of wrappers as plug mechanism.
>  - Added ConnectorService, LocalService, LogService and
> StatusService to
> org.restlet.util an.
>  - Renamed Handler back to Restlet and renamed Finder back to
> Handler (all
> as in beta 18)
>  - Added a "defaultScorer" property on Router to have a way
> to catch calls
> when no scorer in the normal list matched.
>  - Scorer is no more abstract, default score() returns 1.0.
>  - Handler is no longer abstract, findTarget() now returns "null" by
> default.
>  - Handled case where no virtual host matches or no
> application matches :
> display error page.
>  - Fixed bug in FreeMarker's TemplateRepresentation closing the output
> stream too early, causing Simple HTTP server to fail.
> Reported by Zohar
> Melamed.
>  - Refactored HTTP call converters: introduce su.
>  - The Container now also has a LogService and StatusService.
>  - Refactored a bit the com.noelios.restlet.impl packages ("container"
> added).
>  - Added Response.setStatus(status, message) method variant.
>  - Fixed a couple of regressions, all unit tests and examples
> work fine
> again.
>
> Testing welcome!
>
> Best regards,
> Jerome Louvel
> --
> Noelios Consulting
> http://www.noelios.com
> phone: (+33) 147 573 053
> cellular: (+33) 685 142 112

Reply via email to