[ http://issues.apache.org/jira/browse/TUSCANY-350?page=all ]

Jean-Sebastien Delfino updated TUSCANY-350:
-------------------------------------------

    Fix Version: Java-M1-tentative
        Version: Java-M1-tentative
                     (was: Java-Mx)
      Assign To: Raymond Feng

Raymond, could you please investigate and find which targets in this build.xml 
are still useful now we have our distribution build in place? Thanks.

> 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: Raymond Feng
>     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

Reply via email to