I updated yet another patch which includes the following changes: - compile_targets.xml added <cpp-install-lib/> which calls <cpp-install-file/>. This fixes the case for windows where *.lib needs to go in lib/ and *.dll in bin/ - system.xml added targets: <check.ws/>, <check.php/>, <check.python/>, <check.rest/>, <check.ruby/> These are called by the extension compile, link, and install targets to check if the respective extensions have been enabled. - Added export definitions for Windows extension compilations. - Added dependant libraries to extension link targets.
I think this should pretty much cover everything except the samples. -------------------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -----Original Message----- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 12:44 AM To: [email protected] Subject: Re: [SCA Native] preliminary ant build More good stuff. I've applied the latest patch but there are some issues. >From a clean build if you just type "ant" in the top level cpp/sca directory then the build will fail on tuscany_sca_cpp because it needs to link against <deploy_dir>/lib/tuscany_sca.dll which has not yet been installed as all the "build" targets are run recursively before the "install" targets. I also get a lot of unresolved references on windows when linking the tuscany_sca_cpp which I will look into. Cheers, On 25/07/07, Brady Johnson <[EMAIL PROTECTED]> wrote: > > I just uploaded patch update 5 which includes the following: > > - runtime/extensions/php/build.xml > - minor change to php code so that it compiles > - compile-targets.xml added cpp-link-core which does not link in the > tuscany_sca lib and changed cpp-link so that it does link it in. > > I'm working on the windows exports for the extensions, but windows > isn't behaving for me right now. (I really do dislike working with > microsoft) Hopefully I'll have this done soon. > > -------------------- > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > -- Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
