On 13/03/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Pete Robbins wrote: > Just a quick update. > > The doc is in order now (thanks Andy) and the distros are ok on > Linux/Mac. > I'm having to rework the source distro for Windows as there were some > errors > in the build settings. A few more minor changes to the build script to > make > the extensions optional and I'll be done. > > Cheers, > Cool. I just refreshed and it built OK on Linux, except that the PHP extension was not built at all even after doing configure --enable-all-extensions. It does not seem to be built by build.sh either but I guess it's ok... I'm assuming that you're not going to include the PHP extension in the release yet? One minor thing, extensions/ws/service/deploy.sh didn't work for me, the script looks for $APFULLDIR/modules/tuscany/module.xml which does not exist. I've tested the command line and REST samples and they worked. I can help test your release candidate on Linux when it's ready. -- Jean-Sebastien
PHP is not included in the main build anymore. To build it you go to sca/runtime/extensions/php and run build.sh. It has it's own autoconf/make so this does a configure/make/make install triple. It will get deployed into wherever $TUSCANY_SCACPP is set to. I'll look in to the ws deploy problem Thanks for your help. -- Pete
