I'll work on this more next week when I'm able to get back to my own
project.
On Sun, Dec 8, 2013 at 6:37 AM, Lance Java wrote:
> > I was able to get it to work.
> Great news!
>
> > I did notice you have all your js files on the main classpath and will
> need
> to be moved to META-INF.
> Yup, th
> I was able to get it to work.
Great news!
> I did notice you have all your js files on the main classpath and will
need
to be moved to META-INF.
Yup, that's the new 5.4 way of doing asets
> I'm willing to do the work
Great, thanks!
> but I still don't know enough about RequireJS, modules, etc
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 Pack
Hmm... I thought it would pick it up from my github maven repo.
lazan-releases
https://github.com/uklance/releases/raw/master
I'll create a 5.4 fork when I get some time.
On 7 Dec 2013 11:15, "George Christman" wrote:
> That would be great if you could do that. I tried to do it, but I was
>
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 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
> fr
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.
Hello, I"m trying to get lances Tapestry Cometd working with 5.4, however
I'm running into a couple problems.
I'm get the following exception.
Now I'd like to point out I'm not using Tapestry-Jquery like the
documentation says your suppose to do to the fact jquery is now a part of
5.4.
Lance, an