On Jan 8, 2008 8:17 PM, Cassie <[EMAIL PROTECTED]> wrote: > 1. I've heard mention that as soon as caja uses maven we will be able to > depend on it for the java code. Will this also allow us to reference the > caja js code inside the new features thing? (If so, how - I'm not very > familiar with maven yet :)
I believe caja could release a javascript.jar (much like other projects release a xxx-src.jar), which is essentially a zip file of the javascript files. I know only enough about maven to be dangerous, but I think you could make it expand the archive after grabbing a new version. Regardless, all of the javascript files in SVN are available over HTTP if you want to write a script to perform a snapshot yourself. > 4. Can we host the html and js files in the javascript on the shindig > webserver somewhere? I thought I could throw them into the WEB-INF directory > in order to access them but I was obviously having some issues. Put the files directly into "webapp", not "webapp/WEB-INF". You can create subdirectories in webapp (like "js") as well. If we want the javascript files from the feature directories served up by shindig, I'd bet maven could be made to package them up into the WAR.

