We can do a maven assembly closer to when we get to a release that
will build a binary distribution, either based on jetty or on tomcat.
one thing that we really need to check (for the java version) is that
the release plugin works, as this will make life a lots easier. It
will probably also work for all of the php code, however.... is there
any mention of the version anywhere in the php code... or anything
that would need to be edited when the version number changes ?
Ian
On 22 Oct 2008, at 20:17, Lev Epshteyn wrote:
I've been looking into creating a standalone version of Shindig/
Jetty that
can be used to test gadget XML locally, but this is turning out to
be a bit
harder than I thought.
While I can use Maven to build and run Shindig on my machine, and
can get it
trying to render gadget XML files, I'm not sure where to begin in
putting
together a standalone package that can be released in binary form,
without
forcing the user to compile from source. The documentation is not
really of
much help, since it's pretty sparse. Any pointers int he right
direction
would be hugely appreciated by me.
P.S., I'm only interested in running the Java version of Shidig.