Thanks Lance, I was able to get it to work. I did notice you have all your js files on the main classpath and will need to be moved to META-INF. I'm willing to do the work, but I still don't know enough about RequireJS, modules, etc to know what the best practice is.
AssetsModule.AssetSource Packaging of classpath assets has changed in release 5.4; Assets should no longer be on the main classpath, but should be moved to 'META-INF/assets/' or a sub-folder. Future releases of Tapestry may no longer support assets on the main classpath. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/cometd-namespace.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/cometd-header.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/Cometd.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/cometd-json.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/CallbackPollingTransport.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/LongPollingTransport.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/RequestTransport.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/Transport.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/TransportRegistry.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/WebSocketTransport.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/Utils.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/AckExtension.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/ReloadExtension.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/TimeStampExtension.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/TimeSyncExtension.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/PushTarget.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/jquery/jquery.cometd.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/jquery/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/jquery/jquery.cometd-ack.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/jquery/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/jquery/jquery.cometd-reload.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/jquery/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/jquery/jquery.cometd-timestamp.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/jquery/'. [WARN] AssetsModule.AssetSource Classpath asset '/org/lazan/t5/cometd/jquery/jquery.cometd-timesync.js' should be moved to folder '/META-INF/assets/cometd/org/lazan/t5/cometd/jquery/'. On Sat, Dec 7, 2013 at 7:16 AM, Lance Java <lance.j...@googlemail.com>wrote: > Hmm... I thought it would pick it up from my github maven repo. > > <repositories> > <repository> > <id>lazan-releases</id> > <url>https://github.com/uklance/releases/raw/master</url> > </repository> > </repositories> > > I'll create a 5.4 fork when I get some time. > On 7 Dec 2013 11:15, "George Christman" <gchrist...@cardaddy.com> wrote: > > > That would be great if you could do that. I tried to do it, but I was > > missing your offline jar. > > > > > > On Sat, Dec 7, 2013 at 3:10 AM, Lance Java <lance.j...@googlemail.com > > >wrote: > > > > > Seems like the JSONObject(String...) constructor has disappeared. > > > > > > It might just require a recompile against 5.4. I don't have the source > in > > > front of me but I'm guessing it's swapped to JSONObject(Object...) > which > > is > > > why I guess a recompile will fix. > > > > > > > > > > > -- > > George Christman > > www.CarDaddy.com > > P.O. Box 735 > > Johnstown, New York > > > -- George Christman www.CarDaddy.com P.O. Box 735 Johnstown, New York