[ http://issues.apache.org/jira/browse/TUSCANY-350?page=all ]
ant elder closed TUSCANY-350:
-----------------------------
Resolution: Fixed
Assign To: ant elder (was: Raymond Feng)
I'm going to close this as the new runtime jars with the classpath in the
manifest make this far less useful
> Make the useful testing/tomcat/build.xml more readily available.
> ----------------------------------------------------------------
>
> Key: TUSCANY-350
> URL: http://issues.apache.org/jira/browse/TUSCANY-350
> Project: Tuscany
> Type: Improvement
> Components: Java SCA Samples
> Versions: Java-M1-tentative
> Environment: all
> Reporter: Simon Laws
> Assignee: ant elder
> Priority: Minor
> Fix For: Java-M1-tentative
>
> The very useful ant script that performs various configuration steps has a
> few real gems that could be wrapped to to make them more obvious targets for
> new users to use, e.g.
> <project name="useful targets " default="prepareForHelloWorld" basedir='.'>
> <target name="prepareForHelloWorld" >
> <ant antfile="testing/tomcat/build.xml" target="j2se">
> <property name="tuscany.acceptance.target.dir" value="target"/>
> </ant>
> </target>
> <target name="runHelloWorld">
> <java
> classname="org.apache.tuscany.samples.helloworldmc.HelloWorldClient"
> fork="true">
> <jvmarg value="-Djava.ext.dirs=./target/j2se"/>
> <classpath>
> <pathelement
> location="samples/helloworld/helloworldmc/target/helloworldmc-SNAPSHOT.jar
> "/>
> </classpath>
> </java>
> </target>
> </project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira