Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
Actually, yes, it seems to have been some weird sort of interaction with cygwin. The mvn.bat file didn't have execute permissions set. Not sure why cygwin has so much control over my environment when I just want a few unix utilities on xp, but that's a different issue. :) Brent On 10/30/06, Bert

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
So, according to this: http://tinyurl.com/y2wqd6 error=5 seems to be an "access denied" related error. Any ideas about your environment that might be causing that sort of error? -Bert On 10/30/06, Brent Daniel <[EMAIL PROTECTED]> wrote: Yep, it's available. If I run the exact same command th

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
Yep, it's available. If I run the exact same command that ant should be running on my own, it works fine. Brent On 10/30/06, Bert Lamb <[EMAIL PROTECTED]> wrote: My gut thought is, is mvn.bat available on your system path? -Bert On 10/30/06, Brent Daniel <[EMAIL PROTECTED]> wrote: > I'm getti

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
My gut thought is, is mvn.bat available on your system path? -Bert On 10/30/06, Brent Daniel <[EMAIL PROTECTED]> wrote: I'm getting the following error trying to build: Embedded error: The following error occurred while executing this line: C:\tuscany\java\samples\sca\helloworldjsonrpc\build.x

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
I'm getting the following error trying to build: Embedded error: The following error occurred while executing this line: C:\tuscany\java\samples\sca\helloworldjsonrpc\build.xml:53: Execute failed: java.io.IOException: CreateProcess: mvn.bat install:install-file -DgroupId=dojo -DartifactId=dojo-aj

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
I added a svn:ignore tag to the webapp directory to ignore the dojo directory that my build script created. I had trouble getting the directory changes to be in the patch that also included new files. This may be a quick fix. I can look into having my scripts create the files in the target direc

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread ant elder
On 10/27/06, Bert Lamb <[EMAIL PROTECTED]> wrote: Hi Everyone, I haven't noticed the return of regular JIRA announcement emails to the list yet so I just wanted to post and make you aware of a patch I just submitted. http://issues.apache.org/jira/browse/TUSCANY-884?page=all It adds Dojo/SMD s

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread Bert Lamb
No problem, just wanted to get it out there and let you guys make the call. I plan to continue looking at the JSON-RPC binding and look into creating a reference binding to consume external JSON-RPC services from Tuscany. I'll also help out wherever else anyone thinks may be handy. I'd like to

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread ant elder
Ok I've been swayed now, it does seem a bit too late to try to include this in M2, sorry Bert. Its really good though, I like it a lot. If we do ever get M2 out then I'd like try for another release real soon, maybe even this year, and include this and the other script language improvements being

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread ant elder
I agree it is a bit late really, and as I said - "any complaints" and I wont copy it to M2, doesn't have to be a big complaint. Just seems a shame to not include it if no one minds at all. ...ant On 10/27/06, Jim Marino <[EMAIL PROTECTED]> wrote: > > I'd really like to include this in M2, it

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread Jim Marino
I'd really like to include this in M2, it only touches the jsonrpc binding so is harmless to anything not using that so shouldn't cause any trouble. I'll get it in trunk now so its easy for everyone to review, but then, as there hasn't been any code freeze officially announced on M2 yet,

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread ant elder
On 10/27/06, Bert Lamb <[EMAIL PROTECTED]> wrote: Hi Everyone, I haven't noticed the return of regular JIRA announcement emails to the list yet so I just wanted to post and make you aware of a patch I just submitted. http://issues.apache.org/jira/browse/TUSCANY-884?page=all It adds Dojo/SMD s

Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-27 Thread Bert Lamb
Hi Everyone, I haven't noticed the return of regular JIRA announcement emails to the list yet so I just wanted to post and make you aware of a patch I just submitted. http://issues.apache.org/jira/browse/TUSCANY-884?page=all It adds Dojo/SMD support to the JSON-RPC binding and updates the JSON-