let me give making a propper make release script for php a try first though before depending on the maven generated tarballs.
there's a bit of playing i need to do with the generation of the proper path constructs and tweaking config files accordingly, but i'll get there (*invokes the power of sed, awk and bash to conjure a shellscript*) On Wed, Dec 10, 2008 at 2:03 AM, Ian Boston <[EMAIL PROTECTED]> wrote: > There is an assembly project that build zips and tarballs for both java and > php. > There is an error with the tarball at the moment (paths >100 chars) that > needs a small fix, which I can do in a moment. > > To generate them > > cd assembly > mvn package > > > Will generate > > shindig-1.1-SNAPSHOT-php.tar.gz shindig-1.1-SNAPSHOT-source.tar.bz2 > shindig-1.1-SNAPSHOT-source.zip > shindig-1.1-SNAPSHOT-php.tar.bz2 shindig-1.1-SNAPSHOT-php.zip > shindig-1.1-SNAPSHOT-source.tar.gz > > > It doesnt at the moment have RAT enabled, but it does check for the > required legal files. > > Ian > > > On 9 Dec 2008, at 21:23, Paul Lindner wrote: > > >> On Dec 9, 2008, at 11:18 AM, Dan Peterson wrote: >> >> >>> I'm +1 for two tarballs, since it is unlikely that most users of Shindig >>> will want/need both code bases. However, I agree that we should vote on >>> both >>> at the same time. >>> >>> Any volunteers for the Java tarball + RAT? >>> >> >> >> >> RAT is integrated into the maven build process. I doubt there's anything >> there for the java code. On the javascript side I found two files that did >> not have correct license headers and added them. >> >> >> Paul Lindner >> [EMAIL PROTECTED] >> >> >> >> >

