Thanks for responding. I realized that for all I really want to do I can just point to the mvn build's directory:
distribution/target/apache-tuscany-sca-2.0-incubating-SNAPSHOT.dir/tuscany-sca-2.0-incubating-SNAPSHOT I'd looked for something like this and not found it before so assumed the build was collecting the binary distribution contents from diverse places... but it's all right there. (I must not have completed the build before). So I guess that was a bit obvious but thanks anyway. Scott On Fri, Jun 13, 2008 at 6:29 PM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > Luciano Resende wrote: > >> Hey Scott >> >> Currently, our ant script and guides are based on having a >> distribution available, and you will have to use maven if you want to >> build/run from trunk source or a source distribution. >> >> >> On Thu, Jun 12, 2008 at 8:44 AM, Scott Kurz <[EMAIL PROTECTED]> wrote: >> >>> What's a simple way to run simple apps like the samples from the source >>> distribution? >>> >>> I noticed on the Getting Started: >>> >>> http://incubator.apache.org/tuscany/getting-started-with-tuscany-using-the-command-line.html >>> >>> it assumes you're running from the binary? >>> >>> I'm looking for something either command-line or Ant-based and trying to >>> avoid Maven. >>> >>> Thanks, >>> Scott >>> >>> > There are two other ways: > > - write the Ant scripts to build Tuscany > - use them to build the source distro > - contribute them to Tuscany > > or > > - write the Ivy scripts to build Tuscany > - use them to build the source distro > - contribute them to Tuscany > > Who knows, Tuscany may even adopt them :) > -- > Jean-Sebastien >
