Re: [VOTE] Release Tuscany C++ Milestone 1 (candidate #3)

2006-07-18 Thread David Wheeler
I just installed the linux binary version onto ubuntu 6. Calculator sample works fine. -David Wheeler On 7/18/06, Pete Robbins [EMAIL PROTECTED] wrote: I have refreshed the distros. Please vote on the release candidate available here: http://people.apache.org/~robbinspg/RC-3b Apologies

Diagram Drafts

2006-07-19 Thread David Wheeler
-SCA-Diagram.png Let me know what you guys think. -David Wheeler

Re: Diagram Drafts

2006-07-19 Thread David Wheeler
you click on a section it takes you to one of the links on top. I'm not partial, I can easily switch out. David Wheeler wrote: I've come up with a couple possible diagrams for thw website navigation: Tuscany Block Diagram- http://wiki.apache.org/ws-data/attachments/Tuscany(2f)ClickableImages

Re: Diagram Drafts

2006-07-19 Thread David Wheeler
Sure thing Jim.Should be attachedOn 7/19/06, Jim Marino [EMAIL PROTECTED] wrote: Hi David,Is there any chance you can pdf it?JimOn Jul 19, 2006, at 11:56 AM, David Wheeler wrote: The original format is an Omnigraffle document, but I have attached a zip that contains the graffle as well as copies

Re: [C++] Steps to setup a Tuscany C++ development and build environment

2006-07-20 Thread David Wheeler
Well, I tried compliling it under Ubuntu and it isn't quite working. Ubuntu starts out as a very basic install so in order to compile it, I had to install not just Java, Ant, Svn, and Axis2C, but g++, make, automake, and libtool. It is also a debian based system so it uses apt instead of rpm for

Re: [C++] Steps to setup a Tuscany C++ development and build environment

2006-07-20 Thread David Wheeler
Hey, I figured out why it wasn't finding xmlstring.h, I had to install libmxml-dev to get the header files. Now SDO builds and tests. SCA however still fails: make[5]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/ws_reference/axis2c/src' /bin/sh ../../../../libtool --mode=compile

Re: [C++] Steps to setup a Tuscany C++ development and build environment

2006-07-20 Thread David Wheeler
PROTECTED] wrote: David Wheeler wrote: Well, I tried compliling it under Ubuntu and it isn't quite working. Ubuntu starts out as a very basic install so in order to compile it, I had to install not just Java, Ant, Svn, and Axis2C, but g++, make, automake, and libtool. It is also a debian based

Re: Comparison between live tuscany website and what's being proposed as part of Tuscany-568

2006-07-27 Thread David Wheeler
On 7/26/06, David Wheeler [EMAIL PROTECTED] wrote: Since keeping all the documents editable with open source editors seems to be a priority, may I suggest we standardize on Inkscape svghttp://www.inkscape.org/. Or have we already standardized on the OpenOffice draw format? On 7/26/06

Axis2 Test generator

2006-07-31 Thread David Wheeler
like a good idea? Thoughts? -David Wheeler.

Re: Axis2 Test generator

2006-08-01 Thread David Wheeler
On 7/31/06, David Wheeler [EMAIL PROTECTED] wrote: Hi, I've been working, with Raymond's help, on a system to generate a test based around a given wsdl. The system would generate not just classes, but dummy data to be sent using SCA axis bindings. Checking that the data was successfully

Booting an SCA app without creating an scdl file

2006-08-09 Thread David Wheeler
I'm trying to dynamically define a service based on an interface and I was wondering, Is there currently a way to pass the description of an SCA application directly rather than passing the information through the defualt.scdl? -David W

Re: Booting an SCA app without creating an scdl file

2006-08-10 Thread David Wheeler
configuration. Perhaps you could detail a little more what you are trying to do? Also, if you wanted to talk about a potential management API, I know several of us would be interested. Jim On Aug 9, 2006, at 2:49 PM, David Wheeler wrote: I'm trying to dynamically define a service based on an interface

Improved site look and feel

2006-08-11 Thread David Wheeler
Hello everyone, The recent changes to the main site included a number of modifications to the site's content, but the look and feel of the site seems to have slipped . I feel In order to attract people into the site and get them to actually read that content, it needs to be presented in an

Re: Improved site look and feel

2006-08-11 Thread David Wheeler
, is it possible to change one of them since there might be people having difficulty to distinguish them? On 8/11/06, David Wheeler [EMAIL PROTECTED] wrote: Hello everyone, The recent changes to the main site included a number of modifications to the site's content, but the look and feel

Re: Running Samples in Eclipse

2006-08-14 Thread David Wheeler
Hi Kapish, Are you using M1 or the current source?

Re: New site sample

2006-08-16 Thread David Wheeler
was making links that pointed to pageName.html point to index.php?page=pageName . Does this work for everyone? On 8/14/06, David Wheeler [EMAIL PROTECTED] wrote: Hi, I've got the site layout to the point where some things are now functional. Content pages need only contain what is relevant

Re: New site sample

2006-08-23 Thread David Wheeler
related to SCA/SDO/DAS. Some of these pages do not exist yet. I've also inserted a Getting started category in the nav bar for links similiar to those in the menus. Let me know what you guys think works, and where you want the site to be. -David Wheeler. On 8/21/06, Venkata Krishnan [EMAIL PROTECTED

Re: New site sample

2006-08-24 Thread David Wheeler
Hi everyone, I think the site layout is probably in good final candidate form, but there are a few pages that need to be written that I wouldn't consider myself qualified to create. We need general overview/getting started with pages for: SCA-Java SCA-C++ SDO-C++ DAS Right now we only have a

Proposed Final Site

2006-08-25 Thread David Wheeler
with instuctions on how to modify the site and craete new pages. -David Wheeler

Re: Proposed Final Site

2006-08-25 Thread David Wheeler
are the .svg files? Haleh On 8/25/06, David Wheeler [EMAIL PROTECTED] wrote: I think the new site is ready to go live. There are still a few pages tbd, but all the content that is on the current site is in the new one. I have created a JIRA issue with the site source attached. http

Re: Fwd: PHP support on incubator.apache.org

2006-08-29 Thread David Wheeler
a thought. http://jakarta.apache.org/velocity/docs/anakia.html David Wheeler wrote: Well, it looks like we can't use PHP on the new site, so I will have to re-write the generation script to create static HTML pages. -David -- Forwarded message -- From: Joshua Slive [EMAIL

Re: Proposed Final Site

2006-08-29 Thread David Wheeler
Hi, I went ahead and re-made the site around Anakia, so that it can be built and published without php. Running build.bat will produce the files in site-publish for you. The zip is attached to JIRA issue here: http://issues.apache.org/jira/browse/TUSCANY-667 -David W On 8/25/06, David Wheeler

website update: TUSCANY-703

2006-09-07 Thread David Wheeler
I've posted a zip of an updated version of the website here. http://issues.apache.org/jira/browse/TUSCANY-703 It includes Fixes: Title backgrounds in IE now display properly. Removed red background from top bar when loading. Reduced the size of the diagram on the main page to try and keep it

[jira] Updated: (TUSCANY-520) built script cannont handle working directory paths that contain spaces

2006-07-05 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-520?page=all ] David Wheeler updated TUSCANY-520: -- Attachment: 520-patch.txt Patch for build-dist.bat for paths that include spaces. built script cannont handle working directory paths that contain

[jira] Created: (TUSCANY-572) Tuscany SCA C++ fails to compile under Ubuntu

2006-07-21 Thread David Wheeler (JIRA)
Versions: Cpp-M1 Environment: Ubuntu 6.0.6 Reporter: David Wheeler SDO C++ compiles, but make install fails to copy the header files into the deploy/include directory. Manually copying the header files results in SCA C++ running into an infinite loop while compiling, make[4

[jira] Updated: (TUSCANY-568) add graphical SDO content to sandbox website

2006-07-27 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-568?page=all ] David Wheeler updated TUSCANY-568: -- Attachment: site-author-dw-270706.zip I went ahead and did some cleanup on the images. Centering text, re-aligning boxes, ect. I re-exported the bitmap

[jira] Created: (TUSCANY-667) New website ready to publish

2006-08-25 Thread David Wheeler (JIRA)
New website ready to publish Key: TUSCANY-667 URL: http://issues.apache.org/jira/browse/TUSCANY-667 Project: Tuscany Issue Type: New Feature Components: Website Reporter: David Wheeler

[jira] Updated: (TUSCANY-667) New website ready to publish

2006-08-29 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-667?page=all ] David Wheeler updated TUSCANY-667: -- Attachment: site(8-29-06).zip I changed to the site to use Anakia. It can no be built by running build.bat/build.sh and html files will be generated

[jira] Commented: (TUSCANY-667) New website ready to publish

2006-08-30 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-667?page=comments#action_12431621 ] David Wheeler commented on TUSCANY-667: --- Posted by Rick (cr22rc) It looks to me there are many links to index.php?page is this right? There are changes

[jira] Updated: (TUSCANY-667) New website ready to publish

2006-08-30 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-667?page=all ] David Wheeler updated TUSCANY-667: -- Attachment: site(8-30-06).zip Fixed some links that still pointed to index.php removed index.php from the archive. New website ready to publish

[jira] Created: (TUSCANY-703) Update to website

2006-09-06 Thread David Wheeler (JIRA)
Update to website - Key: TUSCANY-703 URL: http://issues.apache.org/jira/browse/TUSCANY-703 Project: Tuscany Issue Type: Improvement Components: Website Reporter: David Wheeler Fixes: Title backgrounds

[jira] Updated: (TUSCANY-703) Update to website

2006-09-07 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-703?page=all ] David Wheeler updated TUSCANY-703: -- Attachment: site.zip Includes all source files for site (copy in zip is not built) Update to website - Key: TUSCANY

[jira] Updated: (TUSCANY-703) Update to website

2006-09-07 Thread David Wheeler (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-703?page=all ] David Wheeler updated TUSCANY-703: -- Attachment: site_9-6-06.diff Update to website - Key: TUSCANY-703 URL: http://issues.apache.org/jira