Re: Running Samples in Eclipse

2006-08-15 Thread Kapish Aggarwal
Hey David,

Trying to run the samples on the current source.



   
 David Wheeler   
 [EMAIL PROTECTED] 
 mail.com  To 
   tuscany-dev@ws.apache.org   
 08/14/2006 05:24   cc 
 PM
   Subject 
   Re: Running Samples in Eclipse  
 Please respond to 
 [EMAIL PROTECTED] 
 ache.org  
   
   
   




Hi Kapish,

Are you using M1 or the current source?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running Samples in Eclipse

2006-08-15 Thread Jeremy Boynes

On Aug 15, 2006, at 7:39 AM, Kapish Aggarwal wrote:


Hey David,

Trying to run the samples on the current source.


I don't know about Eclipse but this is how I do it in IDEA:

* Install the standalone distribution of Tuscany to /tmp/foo
* Create a junit configuration for e.g. CalculatorTestCase
* Edit that configuration to set the system property - 
Dtuscany.installDir=/tmp/foo

* Run or Debug that configuration

To run a command line client I typically just run it from the command  
line with remote debug enabled.


--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running Samples in Eclipse

2006-08-14 Thread David Wheeler

Hi Kapish,

Are you using M1 or the current source?