Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by lresende: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java ------------------------------------------------------------------------------ Unpack say standalone-1.0-SNAPSHOT-bin.zip, if you are working on windows, to some location on your machine for example c:\Tuscany_Standalone. + A more detailed set of steps was contributed by Francesco in our user mailling list : + + 1.build the SCA Source Distribution from the source + 2.generate eclipse projects (mvn -PEclipse eclipse:eclipse) + 3.build the Samples (unpacking the Tuscany standalone server as indicated) + 4.generate eclipse projects + 5.import SCA and Samples projects in Eclipse + 6.add the "target\distribution\bin\launcher.jar" to the build path of the sample-calculator project (right-click on the jar) + 7.create a new Java Application configuration to launch the sample + 7.1 (Main Tab) select the "org.apache.tuscany.launcher.MainLauncherBooter" or "org.apache.tuscany.launcher.Main" if you are using trunk class of the target\distribution\bin\launcher.jar as Main class (checking "Includes libraries when searching for a main class") + 7.2 (Arguments Tab) add "target/sample-calculator.jar" as Program Argument + 7.2 (Source Tab) add all the SCA M2 eclipse projects as sources + + ==== Running Samples from within IDEA & Eclipse ==== * Create a junit configuration for e.g. CalculatorTestCase * Edit that configuration to set the system property "-Dtuscany.installDir=c:\Tuscany_Standalone" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
