RE: [SCA Native] preliminary ant build

2007-08-20 Thread Brady Johnson
Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:52 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build I have 2 outstanding patches uploaded for the TuscanySCA Native ant build: - tuscany_patch_update7_jira1438 - tuscany_patch_update8_jira1438

Re: [SCA Native] preliminary ant build

2007-08-08 Thread Pete Robbins
rest.curl.lib.dir=/usr/lib > > [echo] rest.curl.include.dir= /usr/include/curl > > [echo] rest.httpd.include.dir= > > /nfs/homes/bjohnson/tuscany_cpp/httpd-2.0.59/deploy/include > > [echo] rest.apr.include.dir= /usr/include/apr-0 > &g

Re: [SCA Native] preliminary ant build

2007-08-07 Thread Pete Robbins
hnson/tuscany_cpp/httpd-2.0.59/deploy/include > [echo] rest.apr.include.dir= /usr/include/apr-0 > [echo] > [echo] TuscanySCA ruby extension enabled > [echo] ruby.lib.dir= > /nfs/homes/bjohnson/tuscany_cpp/ruby-1.8.6/deploy/lib > [echo] ruby.include.dir= > /nfs/homes/bjohn

RE: [SCA Native] preliminary ant build

2007-08-07 Thread Brady Johnson
al Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 9:14 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build I added a utility target that displays all of the system properties. Since its in system.xml, it can be executed from any

RE: [SCA Native] preliminary ant build

2007-07-30 Thread Brady Johnson
change the path > > properties and the basedir of the root element. > > > > > > Brady Johnson > > Lead Software Developer - HydraSCA > > Rogue Wave Software - [EMAIL PROTECTED] > > > > > > -Original Message- > &

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
> Brady Johnson > > Lead Software Developer - HydraSCA > > Rogue Wave Software - [EMAIL PROTECTED] > > > > > > -Original Message- > > From: Pete Robbins [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 27, 2007 3:15 AM > > To: tuscany-dev@ws.ap

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
> Sent: Friday, July 27, 2007 3:15 AM > To: tuscany-dev@ws.apache.org > Subject: Re: [SCA Native] preliminary ant build > > I've applied the latest patch and it looks good. I have added install > and clean targets for the xsd schema that get deployed. > > I think the s

RE: [SCA Native] preliminary ant build

2007-07-27 Thread Brady Johnson
ginal Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 3:15 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build I've applied the latest patch and it looks good. I have added install and clean targets for the xsd schema that ge

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
y 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: tuscany-dev@ws.apache.org > Subject: Re: [SCA Native] preli

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
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: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build More good stuff. I've applie

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 12:44 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build More good stuff. I've applied the latest patch but there are s

Re: [SCA Native] preliminary ant build

2007-07-25 Thread Pete Robbins
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 /lib/tuscany_sca.dll which has not yet been installed as all the "b

Re: [SCA Native] preliminary ant build

2007-07-24 Thread Pete Robbins
nt: Tuesday, July 24, 2007 7:52 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build That was the only drawback that I could see too. Each depot ought to be basically stand-alone. As for a top-level build.xml for all 3 projects, that would be very simple and would not

RE: [SCA Native] preliminary ant build

2007-07-24 Thread Brady Johnson
ECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 7:52 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build That was the only drawback that I could see too. Each depot ought to be basically stand-alone. As for

RE: [SCA Native] preliminary ant build

2007-07-24 Thread Brady Johnson
gt; > Rogue Wave Software - [EMAIL PROTECTED] > > > > > > -Original Message- > > From: Brady Johnson [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 23, 2007 5:05 PM > > To: tuscany-dev@ws.apache.org > > Subject: RE: [SCA Native] preliminary ant build &g

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
t; > > > > > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -Original Message- > From: Brady Johnson [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 5:05 PM > To: t

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Adriano Crestani
ny-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build Pete, Good catch. That's an easy fix. I'll submit it with the next patch tomorrow. Basically it involves removing SCA_EXPORTS from the Tuscany-BaseCompiler and adding it to the runtime/core/src targets:

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
PM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build Pete, Good catch. That's an easy fix. I'll submit it with the next patch tomorrow. Basically it involves removing SCA_EXPORTS from the Tuscany-BaseCompiler and adding it to the runtime/core/s

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
[mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 2:41 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build I think there is a problem in the extension compilations. The SCA_EXPORTS directive should only be set when compiling the runtime/core. When compiling for dlls o

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
available until next week. > > > > Thanks > > > > > > Brady Johnson > > Lead Software Developer - HydraSCA > > Rogue Wave Software - [EMAIL PROTECTED] > > > > > > -Original Message- > > From: Brad

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
on macs, I wont have a mac available until next week. > > Thanks > > > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -----Original Message----- > From: Brady Johnson [mailto:[EMAIL PROTECTED] >

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
> > > > Thanks > > > > > > Brady Johnson > > Lead Software Developer - HydraSCA > > Rogue Wave Software - [EMAIL PROTECTED] > > > > > > -Original Message- > > From: Brady

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Luciano Resende
esting on macs, I wont have a mac available until next week. > > Thanks > > > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -Original Message----- > From: Brady Johnson [mailto:[EMAIL PROT

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
hursday, July 19, 2007 8:23 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build I can look into testing it on Mac here. I believe we have several mac machines for the purpose. I'll get back to you soon. Brady Johnson Lead Software Developer

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:23 AM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant build I can look into testi

RE: [SCA Native] preliminary ant build

2007-07-19 Thread Brady Johnson
EMAIL PROTECTED] Sent: Thursday, July 19, 2007 2:44 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build I've taken out the references to tuscany_sca_config.h and patched the automake for now with setting -DIS_DARWIN on mac. Yet to test it on Mac as I need to kic

Re: [SCA Native] preliminary ant build

2007-07-19 Thread Pete Robbins
ACKAGE_BUGREPORT > --- > > #define PACKAGE_BUGREPORT "" > 93c94 > < #undef PACKAGE_NAME > --- > > #define PACKAGE_NAME "tuscany_sca_native" > 96c97 > < #undef PACKAGE_STRING > --- > > #define PACKAGE_STRING "tuscany_sca_native 1.0-

Re: [SCA Native] preliminary ant build

2007-07-19 Thread Pete Robbins
y did a "svn diff . > patch_file" from the tuscany root dir. > You can disregard the tools changes. I'll look into it. > > Thanks > > > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] >

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
did a "svn diff . > patch_file" from the tuscany root dir. > You can disregard the tools changes. I'll look into it. > > Thanks > > > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > >

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
ent: Wednesday, July 18, 2007 4:16 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build Cool! I've applied this change as well. The update2 patch contained changes to the tools/TuscanyDriver/build.xml. This doesn't work so you may want to look at it. Cheers,

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
ware - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:16 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build Cool! I've applied this change as well. The update2 patch contained change

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
obbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 3:41 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Brady Johnson <[EMAIL PROTECTED]> wrote: > > I uploaded a patch on top of what you submit to svn. > > Here is a descripti

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
tware - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 3:41 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Brady Johnson <[EMAIL PROTECTED]> wrote: > > I uploaded a pat

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
] Sent: Wednesday, July 18, 2007 9:22 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build the install dir defaults to sca/deploy so I think we don't need any properties other than overrides. I'll check in what I have. so youi can see. Cheers, On 18/07/07, Brady J

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
- > Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -Original Message- > From: Pete Robbins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 9:00 AM > To: tuscany-dev@ws.apache.org > Subject: Re: [SCA Na

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
; Brady Johnson > Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -Original Message- > From: Pete Robbins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 9:00 AM > To: tuscany-dev@ws.apache.org > Subject: Re: [SCA Native]

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
al Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:00 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 18/07/07, Brady Johnson <[EMAIL PROTECTED]> wrote

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:00 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Pete Robbins <[EMAIL PROTECTED]

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
gt; Lead Software Developer - HydraSCA > Rogue Wave Software - [EMAIL PROTECTED] > > > -----Original Message- > From: Pete Robbins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 7:08 AM > To: tuscany-dev@ws.apache.org > Subject: Re: [SCA Native] preliminary an

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
--- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 7:08 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build I ran into

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
ED] Sent: Wednesday, July 18, 2007 7:08 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build I ran into a couple of issues tryingt o run this ant build. Firstly I got an error with a path x/cpp/sca/runtime/core/src/runtime/core/src. I trcked this down to the fact t

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
- create ${user.home}/.ant/lib > > > > - place the jars here > > > > > > > > Avoid adding optional ant tasks to your classpath, this is problematic. > > > > > > > > Windows > > > > --- > > > > > > &

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Luciano Resende
spath, this is problematic. > > > > > > Windows > > > --- > > > > > > Make sure JAVA_HOME is set before starting. > > > > > > Install ant according to http://ant.apache.org/manual/index.html. > > > > > > Set the ANT_HOME variable to the directory

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
T_HOME variable to the directory where you install ant. > > set ANT_HOME=c:\ant > > > > Add %ANT_HOME%\bin to your path. > > set PATH=%PATH%;%ANT_HOME%\bin > > > > Optional ant tasks, such as antcontrib and cpptasks, should be installed > > in %ANT_HOME%\li

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
nal ant tasks, such as antcontrib and cpptasks, should be installed > in %ANT_HOME%\lib > So place the antcontrib and cpptasks jars there. > > If you dont have write access to %ANT_HOME%\lib, do the following: > - create ${user.home}\.ant\lib > - place the jars here > > Avoid

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
CTED] Sent: Tuesday, July 17, 2007 1:24 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build Thanks Brady. I'll take a look at this. We will need doc as to what the dependencies are (cpptasks etc) and any configuration that is needed. Cheers, On 16/07/07, Brady J

Re: [SCA Native] preliminary ant build

2007-07-17 Thread Pete Robbins
al ant tasks, such as antcontrib and cpptasks, should be installed > in %ANT_HOME%\lib > So place the antcontrib and cpptasks jars there. > > If you dont have write access to %ANT_HOME%\lib, do the following: > - create ${user.home}\.ant\lib > - place the jars here > > Avoid

Re: [SCA Native] preliminary ant build

2007-07-17 Thread haleh mahbod
home}\.ant\lib - place the jars here Avoid adding optional ant tasks to your classpath, this is problematic. -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 1:24 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant b

RE: [SCA Native] preliminary ant build

2007-07-17 Thread Brady Johnson
] Sent: Tuesday, July 17, 2007 1:24 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build Thanks Brady. I'll take a look at this. We will need doc as to what the dependencies are (cpptasks etc) and any configuration that is needed. Cheers, On 16/07/07, Brady Joh

Re: [SCA Native] preliminary ant build

2007-07-17 Thread Pete Robbins
Thanks Brady. I'll take a look at this. We will need doc as to what the dependencies are (cpptasks etc) and any configuration that is needed. Cheers, On 16/07/07, Brady Johnson <[EMAIL PROTECTED]> wrote: For anyone interested, I uploaded another patch for this JIRA that makes it work better fo

RE: [SCA Native] preliminary ant build

2007-07-16 Thread Brady Johnson
For anyone interested, I uploaded another patch for this JIRA that makes it work better for windows. tuscanySCAnative_ant_update1.tar.gz Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Origi