On Mon, Oct 4, 2010 at 10:30 AM, ant elder <[email protected]> wrote: > > > On Mon, Oct 4, 2010 at 10:20 AM, <[email protected]> wrote: >> >> Author: slaws >> Date: Mon Oct 4 09:20:10 2010 >> New Revision: 1004157 >> >> URL: http://svn.apache.org/viewvc?rev=1004157&view=rev >> Log: >> Update to match sample names >> >> Modified: >> >> tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml >> >> tuscany/sca-java-2.x/trunk/itest/distribution/contribution-binding-rmi-calculator/build.xml >> >> tuscany/sca-java-2.x/trunk/itest/distribution/contribution-binding-sca-calculator/build.xml >> >> tuscany/sca-java-2.x/trunk/itest/distribution/contribution-binding-ws-calculator/build.xml >> >> tuscany/sca-java-2.x/trunk/itest/distribution/contribution-implementation-java-calculator/build.xml >> >> tuscany/sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml >> >> Modified: >> tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml >> URL: >> http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml?rev=1004157&r1=1004156&r2=1004157&view=diff >> >> ============================================================================== >> --- >> tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml >> (original) >> +++ >> tuscany/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml >> Mon Oct 4 09:20:10 2010 >> @@ -63,9 +63,9 @@ >> >> <exclude>learning-more/implementation-webapp/*/target/**/*</exclude> >> >> <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target</exclude> >> >> <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target/**/*</exclude> >> - >> <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/target/**/*</exclude> >> - >> <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/target</exclude> >> - >> <exclude>learning-more/binding-jsonrpc/contribution-calculator-webapp/src/main/webapp/dojo/**/*</exclude> >> + >> <exclude>learning-more/binding-jsonrpc/calculator-webapp/target/**/*</exclude> >> + >> <exclude>learning-more/binding-jsonrpc/calculator-webapp/target</exclude> >> + >> <exclude>learning-more/binding-jsonrpc/calculator-webapp/src/main/webapp/dojo/**/*</exclude> >> </excludes> >> </fileSet> >> </fileSets> >> > > That was conflicting with a changed i wasn't able to commit on Friday when > svn was down, i've committed mine which removes that change but i hope it > should work now anyway with the generic excludes. Let me know if it doesn't. > > ...ant > >
Ok, np, yours looks more generic. I'll rebuild and see what it looks like. There are more things we need to exclude also but we may want to be discriminating. In 1.x we used to ship one webapp that users didn't need to build. We could still do that in "getting started". Having said this the lats time I built there was still a load of junk in the distro we need to get rid of. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
