Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] Rushing to release 0

Bjorn Freeman-Benson wrote:
You tell me - what the output script does is build a plug-in file structure in a directory and then call "jar" to jar up that directory as a plug-in. I suppose that I could "zip" it up instead and then move all the zip files over to build and then run a script over there to unzip them back into directories and then jar those directories up.

If all you need is to zip/jar, then we can do that on the vserver. If you (ever) need to run a headless Eclipse, the build server is more appropriate. Do you need the full JDK, or is a JRE ok?

Once you've zippped/jarred the files, you'd then rsync the downloadable files to the downloads area.

Denis


Back to the top