We need to fix the test failures. Regarding the compilation warnings, we have an issue open for this one :-)
https://issues.apache.org/jira/browse/ESME-362 Cheers, Ethan On Fri, Sep 23, 2011 at 7:06 AM, Jack Park <[email protected]> wrote: > I built the 1.3 distro with maven (comments below), and unbundled the war > int a Jetty ROOT directory. It's running fine. Will exercise its > capabilities soon. Meanwhile, here are some observations from the build. > > Jack > > Running mvn install > These warnings > [WARNING] > C:\projects\SCALA-Projects\ESME\1.3\apache-esme-1.3\server\src\main\sc > ala\org\apache\esme\model\UserAuth.scala:384: warning: match is not > exhaustive! > [WARNING] missing combination Failure > [WARNING] missing combination ParamFailure > [WARNING] > [WARNING] S.request match { > [WARNING] ^ > [WARNING] > C:\projects\SCALA-Projects\ESME\1.3\apache-esme-1.3\server\src\main\sc > ala\org\apache\esme\model\UserAuth.scala:468: warning: match is not > exhaustive! > [WARNING] missing combination Failure > [WARNING] missing combination ParamFailure > [WARNING] > [WARNING] user <- UserAuth.find(By(UserAuth.authKey, name), > [WARNING] ^ > > test issues > Running org.apache.esme.actor.PopStatsActorSpecsAsTest > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.442 sec > <<< FA > ILURE! > Running org.apache.esme.api.Api2SpecsAsTest > log4j:WARN No appenders could be found for logger (org.mortbay.log). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for > more in > fo. > INF [20110922-21:47:51.783] ostrich: Starting TimeSeriesCollector > :12:209: '/' expected instead of ' ' > > > > ^ > :12:209: '/' expected instead of ' ' > > > > ^ > Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.512 sec > Running org.apache.esme.api.ApiSpecsAsTest > Full(<esme_api success="true" > operation="send_msg"><xml:group></xml:group></esme > _api>) > Full(<esme_api msg="message parameter is missing" success="false" > operation="sen > d_msg"><xml:group></xml:group></esme_api>) > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.277 sec > Running org.apache.esme.api.TwitterAPISpecsAsTest > :12:209: '/' expected instead of ' ' > >
