RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-11-07 Thread Brady Johnson
ing test case in runtime/core/test/main.cpp: TEST ( wsdlErrorsTest.testDuplicateSOAPAddress() ); Basically the test fails because its expecting an SDO exception, but none is thrown. ---- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTEC

[jira] Created: (TUSCANY-1901) xsd:attribute use="required" not working

2007-11-07 Thread Brady Johnson (JIRA)
s Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-M4 While creating unit tests for the TuscanySCA WSDL parser, I noticed that the xsd:attribute use="required" does not work correctly. Consider the following TuscanySC

[jira] Created: (TUSCANY-1900) xsd:element maxOccurs attribute not working correctly

2007-11-07 Thread Brady Johnson (JIRA)
++ SDO Affects Versions: Cpp-M4 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-M4 While creating unit tests for the TuscanySCA WSDL parser, I noticed that the maxOccurs attribute for the xsd:element is not working correctly. This can be

RE: Problem with ant on building TuscanyMSVC8DevStudioCCompiler adaptor tool

2007-11-07 Thread Brady Johnson
If you really think this can cause problems, I'll change the build.xml -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 200

RE: [Native] VS build versus ant build

2007-11-06 Thread Brady Johnson
e the next release, otherwise the docs will be useless, cause there will be no more automake build system :P...maybe Amita can help us with that, she is really good with documentation ; ) Regards, Adriano Crestani On Nov 5, 2007 12:42 PM, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 05/11/

RE: [Native] VS build versus ant build

2007-11-05 Thread Brady Johnson
SCA, Adriano: can you look into completing the samples for DAS? Do you have some sort of checklist for creating a distribution? If I had that, I could get started adding that to the ant build system. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-11-05 Thread Brady Johnson
composite tests planned to come soon. You'll also need to get svn revision 592064 to be able to run the tests from the root source dir. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins

RE: RE: Running CppCalculator

2007-11-02 Thread Brady Johnson
e you also tried on Linux in case you have some issues with your Windows environment? Let me know if this answers your questions. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Максим Харичкин [mailt

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-10-31 Thread Brady Johnson
L and Composite unit tests early next week. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Wednesday, October 31,

[jira] Closed: (TUSCANY-1533) TuscanySCA Native test suite is stale and hasnt been maintained for ages

2007-10-31 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson closed TUSCANY-1533. -- Resolution: Fixed > TuscanySCA Native test suite is stale and hasnt been maintained for a

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
with that. Who else could help you with SCA test cases? Regards, Adriano Crestani On 10/24/07, Brady Johnson <[EMAIL PROTECTED]> wrote: > > > Adriano, > > We should definitely get the SDO test suite passing at 100% on all > platforms. I'll try to look at it today/t

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
y simple to get the SDO test suite passing. As for SCA, since we have zero tests right now, we really need to get something in place. It's a rather daunting task though. :( -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
Well then, if we cant use CxxTest, and if DAS/SDO Native already have a unit testing infrastructure in place, then I vote we just use/copy that infrastructure for SCA Native. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] PS: SCA

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-10-24 Thread Brady Johnson
] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Native+Next+R elease+Contents Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
EMAIL PROTECTED]> wrote: > > >>>>>> > > >>>>>> > > >>>>>>>Why does the test tool need to be distributed with a Tuscany > > >>> > > >>>release? > > >>&g

RE: [VOTE] Graduate Tuscany as a top level project

2007-10-10 Thread Brady Johnson
+1 from me. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Raymond Feng [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 9:27 AM To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED

RE: Graduation: Spec Openness

2007-10-09 Thread Brady Johnson
+1 from me too. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Jean-Sebastien Delfino [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 9:57 AM To: tuscany-dev@ws.apache.org

RE: [SDO C++] DO having no container after removed from a reference list

2007-10-08 Thread Brady Johnson
Adriano, This indeed seems to be a bug. Go ahead and write a JIRA please. Thanks Best regards, Brady -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Monday, October 08, 2007 3:43 PM To: tuscany-dev@ws.apache.org Subject: [SDO C

RE: [SCA Native] Does the Operation class duplicate the SDO

2007-09-27 Thread Brady Johnson
e implementation will make the appropriate set calls on the return SDO, which the Tuscany runtime will be able to query. And again, when the no one else is referencing the SDO, the memory will be released. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EM

[SCA Native] Does the Operation class duplicate the SDO

2007-09-27 Thread Brady Johnson
this: void ServiceWrapper::invoke( const std::string &operationName, DataObjectPtr input, DataObjectPtr output ); If we take this approach, the affected areas will be the samples (anywhere a ServiceWrapper is used) and scagen. Any opinions? ---- Brady Johnson Lead

[jira] Closed: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson closed TUSCANY-1813. -- Resolution: Invalid This turned out to be an issue with how I was using SDO

[jira] Commented: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530578 ] Brady Johnson commented on TUSCANY-1813: I figured out the problem. It's a matter of how DataFa

RE: [SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
ww.bigbank.com/AccountService";, "getAccountReport", true ); DataObjectPtr sdoObj = dataFactory->create( prop.getType() ); I'll close the JIRA. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Orig

[SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
/AccountService <http://www.bigbank.com/AccountService> Type=http://www.bigbank.com/AccountService#getAccountReport <http://www.bigbank.com/AccountService#getAccountReport> Its not necessary to store the namespace for the type name. ---- Brady Johnson Lead Softwa

[jira] Created: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-Next Once all of the WSLDs, Composites, etc have been parsed for a particular service, the WSDL types are incorrectly stored in the SDO DataFactory. I found

RE: [NOTICE] Simon Nash voted as Tuscany Committer.

2007-09-19 Thread Brady Johnson
Welcome Simon! Brady -Original Message- From: Mike Edwards [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 4:30 PM To: tuscany-dev@ws.apache.org Subject: [NOTICE] Simon Nash voted as Tuscany Committer. Folks, The Tuscany PPMC and the Incubator PMC have voted for Simon t

[jira] Commented: (TUSCANY-1695) SDOUtils.cpp does not compile due to problematic cast

2007-09-19 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528935 ] Brady Johnson commented on TUSCANY-1695: I commit the patch recommended by Michael Yoder

[jira] Commented: (TUSCANY-1694) sdotest does not compile

2007-09-19 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528934 ] Brady Johnson commented on TUSCANY-1694: I commit the patch. Brady Johnson Lead

RE: [SDO C++] Setting::getDataObjectValue question

2007-09-19 Thread Brady Johnson
I agree that this is a bug. Can you write a JIRA please. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Michael Yoder [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 9:20 AM

RE: [DAS Native] ant build

2007-09-04 Thread Brady Johnson
line generated by ant. Hopefully this will help out. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Sunday, September 02, 2007 1:

[jira] Resolved: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-31 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson resolved TUSCANY-1438. Resolution: Fixed I think enough patches have been applied to warrant resolving this

RE: [NOTICE] Brady Johnson voted as Tuscany committer

2007-08-21 Thread Brady Johnson
Thanks everybody. I'm really excited about this and looking forward to working with all of you. Best Regards Brady -Original Message- From: Simon Nash [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 1:03 PM To: tuscany-dev@ws.apache.org Subject: Re: [NOTICE] Brady Jo

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update10_jira1438.corrected Uploading corrected patch made from

RE: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson
Ok, I fixed it. I just hadn't pulled down the latest from svn for a few days. Can you try again Adriano. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[

RE: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson
Ok thanks Adriano. I'll look into this now. Brady -Original Message- From: Adriano Crestani (JIRA) [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 6:42 PM To: Brady Johnson Subject: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant [

RE: [SCA Native] preliminary ant build

2007-08-20 Thread Brady Johnson
I uploaded yet another patch for this JIRA https://issues.apache.org/jira/browse/TUSCANY-1438 Can someone please apply it. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-20 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update10_jira1438 Uploading patch with the following changes

[DAS Native] ant build

2007-08-16 Thread Brady Johnson
ld be very easy to copy the SDO ant stuff over to DAS, what do you think? -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent:

[SCA Native] problems compiling tools/TuscanyDriver

2007-08-14 Thread Brady Johnson
Hello all, I uploaded a patch to fix compilation issues with the TuscanyDriver. Can someone please apply it. https://issues.apache.org/jira/browse/TUSCANY-1537 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1537) TuscanyDriver does not compile

2007-08-14 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1537: --- Attachment: tuscany_jira1537 Uploading patch. > TuscanyDriver does not comp

[jira] Created: (TUSCANY-1537) TuscanyDriver does not compile

2007-08-14 Thread Brady Johnson (JIRA)
Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next The TuscanyDriver is failing to compile due to multiple failures. The patch includes fixes to the build.xml and to TuscanyServiceLoader.cpp. Brady Johnson

[SCA Native] Test suite is stale and hasn't been maintained for ages

2007-08-13 Thread Brady Johnson
I wrote a JIRA about this: https://issues.apache.org/jira/browse/TUSCANY-1533 Why don't we just delete it to avoid people wasting time wondering why it doesn't even compile for them (like I did). We'll be making a new one for the M4 release anyways. -------

[jira] Created: (TUSCANY-1533) TuscanySCA Native test suite is stale and hasnt been maintained for ages

2007-08-13 Thread Brady Johnson (JIRA)
Issue Type: Bug Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next The TuscanySCA Native test suite is stale and hasn't been maintained for ages. It cou

RE: sample news page....

2007-08-13 Thread Brady Johnson
Looks nice! I meant to reply last week saying that I thought it was a good idea, but time just got away from me again... The Native part looks a bit sparse. Imp trying to think of something to beef it up a bit. :) Brady -Original Message- From: haleh mahbod [mailto:[EMAIL PROTECTED]

[SCA Native] Next Release Design

2007-08-13 Thread Brady Johnson
ry welcome. Here's the WIKI page: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Tuscany+SCA+Nativ e+Release+M4+Design+Specifications (the mail program may cut the link into several lines, so make sure you copy all the way to +Specifications) Thanks -------- Bra

RE: [Fwd: Re: [jira] Created: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible]

2007-08-13 Thread Brady Johnson
Caroline, That's good to know the background to that include file, I didn't know about it. I'll definitely keep it in mind. I don't think the change I made should affect you, let me know if it does. Thanks -------- Brady Johnson Lead Software Developer -

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-08-10 Thread Brady Johnson
Good idea, I always prefer to see plenty of documentation. I updated the wiki with a documentation feature. http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Native+Next+R elease+Contents What sort of help do you think I'll have with these features? Brady Jo

[jira] Updated: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1530: --- Attachment: tuscany_jira1530_patch1 When I did the svn diff for the first patch, I forgot

[SCA Native] Tuscany SCA Native for Windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson
Hello all, I created a JIRA for this compilation issue and have already uploaded a patch. Can someone submit it please. https://issues.apache.org/jira/browse/TUSCANY-1530 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1530: --- Attachment: tuscany_jira1530 Uploading patch. > Tuscany SCA native for windows is

[jira] Created: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: MSVC 8.0 and 7.1 Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next I've been trying to compile TuscanySCA on platforms other than VSExpress (which is msvc 8.0) and Lin

[SDO Native] Tuscany SDO Native for Windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson
Hello all, I created a JIRA for this compilation issue and have already uploaded a patch. Can someone submit it please. https://issues.apache.org/jira/browse/TUSCANY-1529 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1529: --- Attachment: tuscany_patch_jira1529 Uploading patch. > Tuscany SDO native for windows

[jira] Created: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
Components: C++ SDO Affects Versions: Cpp-M3 Environment: MSVC 8.0 and 7.1 Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next I've been trying to compile Tuscany on platforms other than VSExpress (which is msvc 8.0) and Linu

RE: SCA schema files, where can I download them

2007-08-10 Thread Brady Johnson
. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:29 AM To: tuscany-dev@ws.apache.org Subject: Re: SCA schema files, where can I

RE: [SCA Native] java implementation and interface schema files loaded but not used

2007-08-10 Thread Brady Johnson
That's a good point I hadn't considered. I think we should definitely keep these schemas in then, since without them it will probably fail to load. There should be no problem at all to load but ignore. Thanks -------- Brady Johnson Lead Software Developer - HydraSCA

SCA schema files, where can I download them

2007-08-10 Thread Brady Johnson
f the osoa website had them available for download. I tried looking through the TuscanyJava code, but didn't see that they are using the schemas, maybe I missed them. Thanks -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[SCA/SDO Native] ant : compile debug and specify additional compilers, etc

2007-08-09 Thread Brady Johnson
. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: tuscany_patch_update1_jira1509 Adding the ability to compile in debug mode

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update9_jira1438 Adding the ability to compile in debug mode

RE: Java2WSDL/WSDL2Java tools

2007-08-08 Thread Brady Johnson
e types of extensions/additions that Tuscany will be doing, thus avoiding duplicate code. On another note: Has anyone ever seen the same tools for C++? If not, maybe we could open another thread to discuss implementing them for TuscanySCA Native. -------- Brady Johnson Lead Software

[SCA/SDO Native] README for installing ant

2007-08-08 Thread Brady Johnson
please. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-08 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: README_ANT_INSTALL.txt Uploading a README that explains how to install ANT to

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-08 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: README_ANT_INSTALL.txt Uploading a README that explains how to install ANT to

RE: [SCA Native] java implementation and interface schema files loaded but not used

2007-08-07 Thread Brady Johnson
s and should only be loaded by a java extension. - each extension will still deploy its respective schemas to /extension//xsd - any schema in /xsd or /extension//xsd will be loaded. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -

[SCA Native] java implementation and interface schema files loaded but not used

2007-08-07 Thread Brady Johnson
misleading and implies that TuscanySCA Native supports Java services. Perhaps these should be removed in M4. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

[jira] Created: (TUSCANY-1513) TuscanySCA Natvie java schema files are loaded but never used.

2007-08-07 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next While researching the TuscanySCA Native M4 move to the SCA Assembly model version 1.0 I came across 2 schema files

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-07 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: build.xml I accidentally uploaded the wrong version of the runtime/core

[SDO Native] ant build system for SDO Native

2007-08-07 Thread Brady Johnson
ss all platforms. Things left to do for the SDO ant build system include: - add targets for code document generation - add targets SDO testing Can someone please submit the patch for me. Suggestions are very welcome! Thanks ---- Brady Johnson Lead Software Developer - HydraSCA Rogu

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-07 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: tuscanySDONative_ant.jar This is the first version of the ant build

RE: [SCA Native] preliminary ant build

2007-08-07 Thread Brady Johnson
ll be uploading the ant build files for TuscanySDO Native soon. I still haven't had a chance to advance the M4 design yet, I hope to be able to start this afternoon. Thanks -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Origin

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-07 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update8_jira1438 Added macro cpp-clean-lib to compile

[jira] Created: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-06 Thread Brady Johnson (JIRA)
++ SDO Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-Next In an effort to simplify the build process, I would like to propose switching over to use ant instead of automake. It will be much easier to maintain, and is

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-06 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update7_jira1438 Uploading patch 7 which includes the following

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-03 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: samples.CppBigBank.build.xml Uploading the build.xml file for the CppBigBank

RE: [SCA Native] Test suite

2007-08-02 Thread Brady Johnson
suite? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 11:28 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] Test suite I'm sure this h

[SCA Native] Samples CppBigBank build.xml

2007-08-02 Thread Brady Johnson
Here's the build.xml for the CppBigBank sample. We'll need to start with the rest of the samples soon. I'll be freed up this afternoon to start on the M4 items. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-30 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: TuscanySCANative.ant.display.system Attaching a utility target to display all

RE: [SCA Native] preliminary ant build

2007-07-30 Thread Brady Johnson
I added a utility target that displays all of the system properties. Since its in system.xml, it can be executed from any build.xml that imports system.xml, which is pretty much anywhere. Below is a sample output. The "svn diff" patch is attached. -------- Brady Jo

RE: [SCA Native] preliminary ant build

2007-07-27 Thread Brady Johnson
Your changes sound good. When you move the build.xml up to tuscany/cpp/sca/runtime/core, you'll have to change the path properties and the basedir of the root element. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Ori

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
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

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update6_jira1438 Uploading patch update 6 which includes the

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
Pete, I saw the problem with running ant in the top level last night and have it fixed. As for the unresolved references I windows, I have a fix for that that I hope will help. I'm about to test it on windows now. Brady Johnson Lead Software Developer - HydraSCA Rogue

RE: [SCA Native] Test suite

2007-07-26 Thread Brady Johnson
As I understand it, the only issue would be if we distribute LPGL software under the ASF licensing. What if we don't distribute CxxTest with Tuscany, but rather request that users download it if they want to run the tests? Brady Johnson Lead Software Developer - Hyd

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-07-26 Thread Brady Johnson
s the Apache procedure to start planning and implementing the changes? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 11:00 AM To: tu

RE: [SCA Native] SCA Build error on Linux, was: SDO Build error on Linux

2007-07-25 Thread Brady Johnson
is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The C library is available under the GNU Lesser General Public License. Brady Johnson Lead Sof

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-25 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update5_jira1438 Uploading patch update 5 which includes

RE: [SCA Native] preliminary ant build

2007-07-24 Thread Brady Johnson
system.xml and added it to the runtime/core compilations I'm working on php (which is the only one left for the source code) now, but its giving me problems, so it might take a while. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROT

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-24 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update4_jira1438 Attaching update4 which includes the following

RE: [SCA Native] preliminary ant build

2007-07-24 Thread Brady Johnson
build.xml for TuscanySCA. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 11:30 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
Correction, it should be like this: 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

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
mpile.util Like this: Tomorrow I'll have the python, ruby, rest, and maybe php extensions complete. -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins

[SCA Native] Test suite

2007-07-23 Thread Brady Johnson
sed, would there be any objections to me using CxxTest? -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
way to do that? Im not sure what's in cpp/etc -------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 12:20 PM To: tuscany-dev@ws.ap

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

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-23 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update3_jira1438 Updating patch that includes the following

RE: [SCA Native] preliminary ant build

2007-07-19 Thread Brady Johnson
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 - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
file. I just realized, its 23:30, there... Go to bed! ;) Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] 0a1 > /* tuscany_sca_config.h. Generated by configure. */ 4c5 < #undef CLOSEDIR_VOID --- > /* #undef CLOSEDIR_VO

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
Ok, I wasn't aware that I had changed the tools. I simply 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 Soft

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
If that's all we need the tuscany_sca_config.h file for then, yes this just got a whole lot easier. We can do the following on the Tuscany-BaseCompiler Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Sof

  1   2   >