|
From: Leif M. <le...@ta...> - 2006-03-14 04:35:01
|
Hello all, I was finally able to get the long awaited 3.2.0 release of the Java Service Wrapper out the door. There are a few platforms missing from this release which had been in the 3.1.2 release, but I am hoping to be able to fill them in over the next few weeks. There were also several additions. This release will support a new "delta-pack" version which contains the binaries of all releases. It will be released in a month or so once the above missing packages have been filled in. There have been a very large number of changes in this release. Please take a look at the release notes for a full list: http://wrapper.tanukisoftware.org/doc/english/release-notes.html In addition to the wrapper_src and wrapper_src_with_doc_src distributions, there is now an additional wrapper_prerelease distribution which is used by people wishing to create a wrapper release distribution for an as yet unreleased platform. This has the benefit over being built from source that everything other than the c binaries will be identical for all releases. Try running "./build32.sh release" or "./build64.sh release" as appropriate. If a makefile does not yet exist for the platform, the build will report the expected platform name. An appropriate makefile can then be added to the src/c directory before rerunning the build. The web site has also been updated to reflect the features of the 3.2.0 release. There are a few areas such as the delta-pack and java security model which are not yet documented. I will try to get those filled in over the coming weeks. http://wrapper.tanukisoftware.org/doc/english/introduction.html As always, a lot of work has gone into getting this version of the Wrapper together and ready for a release. Please consider support its ongoing development: http://wrapper.tanukisoftware.org/doc/english/donate.html Post back if there are any questions. Enjoy Cheers, Leif |
|
From: Andy P. <an...@po...> - 2006-03-14 10:31:14
|
Great work, much appreciated - thanks again. Andy On 14 Mar 2006, at 04:35, Leif Mortenson wrote: > Hello all, > I was finally able to get the long awaited 3.2.0 release of the > Java Service > Wrapper out the door. There are a few platforms missing from this > release > which had been in the 3.1.2 release, but I am hoping to be able to > fill > them in > over the next few weeks. There were also several additions. > > This release will support a new "delta-pack" version which contains > the > binaries of all releases. It will be released in a month or so once > the > above > missing packages have been filled in. > > There have been a very large number of changes in this release. Please > take a look at the release notes for a full list: > http://wrapper.tanukisoftware.org/doc/english/release-notes.html > > In addition to the wrapper_src and wrapper_src_with_doc_src > distributions, > there is now an additional wrapper_prerelease distribution which is > used by > people wishing to create a wrapper release distribution for an as yet > unreleased platform. This has the benefit over being built from > source that > everything other than the c binaries will be identical for all > releases. > Try running "./build32.sh release" or "./build64.sh release" as > appropriate. > If a makefile does not yet exist for the platform, the build will > report the > expected platform name. An appropriate makefile can then be added > to the > src/c directory before rerunning the build. > > The web site has also been updated to reflect the features of the > 3.2.0 > release. There are a few areas such as the delta-pack and java > security > model which are not yet documented. I will try to get those filled > in over > the coming weeks. > http://wrapper.tanukisoftware.org/doc/english/introduction.html > > As always, a lot of work has gone into getting this version of the > Wrapper > together and ready for a release. Please consider support its ongoing > development: > http://wrapper.tanukisoftware.org/doc/english/donate.html > > Post back if there are any questions. > Enjoy > > Cheers, > Leif > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |
|
From: Juergen H. <jh...@we...> - 2006-03-14 13:26:36
|
On=20Tue,=2014=20Mar=202006=2013:35:00=20+0900,=20Leif=20Mortenson=20wrote= : >The=20web=20site=20has=20also=20been=20updated=20to=20reflect=20the=20fea= tures=20of=20the=203.2.0 >release.=20There=20are=20a=20few=20areas=20such=20as=20the=20delta-pack=20= and=20java=20security >model=20which=20are=20not=20yet=20documented.=20 http://wrapper.tanukisoftware.org/doc/english/prop-lockfile.html is=20also=20missing,=20in=20case=20you=20missed=20that. Ciao,=20J=FCrgen |
|
From: Leif M. <le...@ta...> - 2006-03-15 01:05:41
|
Juergen,
Thanks for pointing this out. I had written the page, but it was
not included in the
Cocoon config file and wasn't getting generated. I'll update the site
later today.
Cheers,
Leif
Juergen Hermann wrote:
> On Tue, 14 Mar 2006 13:35:00 +0900, Leif Mortenson wrote:
>
>
>> The web site has also been updated to reflect the features of the 3.2.0
>> release. There are a few areas such as the delta-pack and java security
>> model which are not yet documented.
>>
>
> http://wrapper.tanukisoftware.org/doc/english/prop-lockfile.html
>
> is also missing, in case you missed that.
>
>
>
> Ciao, Jürgen
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|
|
From: <da...@sm...> - 2006-03-14 19:28:08
|
Leif, you are lord of all things Java serviced! Another properties page, but this one is slightly wrong: http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-password.html#prompt It says that the command prompt will look like this: XXXX And what appears is just the setting for the property, not what would be displayed (infact it is a duplicate of the information just above it). Can't wait to get my hands dirty again! Many thanks, David Hayes |
|
From: Leif M. <le...@ta...> - 2006-03-15 05:49:40
|
David,
Thanks for pointing this out. The site has been corrected.
Cheers,
Leif
da...@sm... wrote:
> Leif, you are lord of all things Java serviced!
>
> Another properties page, but this one is slightly wrong:
>
> http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-password.html#prompt
>
>
> It says that the command prompt will look like this:
>
> XXXX
>
> And what appears is just the setting for the property, not what would be
> displayed (infact it is a duplicate of the information just above it).
>
> Can't wait to get my hands dirty again!
>
> Many thanks,
>
> David Hayes
|