@Jack Thanks for the info. . Let me test on FireFox. I just tested on Chrome and IE.
D. On Fri, Sep 23, 2011 at 7:17 AM, Jack Park <[email protected]> wrote: > A first observation of runtime: > > Appearance is as expected in Chrome and IE > Appearance in Firefox 6.0.2 on Win7 is such that it's clear that CSS is not > being followed. Nothing is in place, all styling is missing. In fact, the > "Public"link to switch the landing page to see all messages is missing. > > Jack > > On 9/22/2011 10:06 PM, Jack Park 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 ' ' >> >
