summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/implementation-java-calculator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for TUSCANY-2917ramkumar2009-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Fix the jar name in build.xmlrfeng2009-02-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742675 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2826 Sample READMEs have mistakesbeckerdo2009-02-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742589 13f79535-47bb-0310-9956-ffa450edef68
* Updating implementation-java-calculator pom to remove artifact version from ↵lresende2009-02-082-4/+6
| | | | | | generated jar and small updates to README git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742033 13f79535-47bb-0310-9956-ffa450edef68
* Updates to README, fixing build.xml to proper create sample jarlresende2009-02-083-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742022 13f79535-47bb-0310-9956-ffa450edef68
* Change distro itest and calc sample so it doesn't need to use the time time ↵antelder2009-02-061-2/+1
| | | | | | live way of shutting down the service node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741626 13f79535-47bb-0310-9956-ffa450edef68
* Change the samples itest to use the samples from the distribution its ↵antelder2009-02-051-2/+0
| | | | | | testing instead of the svn src, and this has the additional benifit as the sample build scripts can be simplified to only reference jars frm the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741131 13f79535-47bb-0310-9956-ffa450edef68
* Fix the problem with the distributions overwriting each other by merging the ↵antelder2009-02-051-1/+1
| | | | | | two assembly plugin configs in to one. That has some implications - the itests need the dir distribution so the distributions need to be built all the time not just with the distribution profile, so the assembly builds are moved to the default profile. To get it to work had to change appendAssemblyId to true so the dir distribution folder name changed again and the samples using that updated to match git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741059 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dir distribution build directory name so that it's the same of ↵slaws2009-02-041-1/+1
| | | | | | various versions of maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740768 13f79535-47bb-0310-9956-ffa450edef68
* Turn failOnError on for java/javac tasksslaws2009-02-042-46/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use the feature not the distributionantelder2009-02-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740709 13f79535-47bb-0310-9956-ffa450edef68
* Start trying to get a full clean build to work, this sample build is failing ↵antelder2009-01-301-0/+2
| | | | | | for me when building from the top of tuscany but works from within the sample, can't work out why yet so commenting it out for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739261 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-282-6/+6
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Add experimental samples into the build. binding-ws-calculator testing is ↵slaws2009-01-261-1/+1
| | | | | | turned off as binding.ws doesn't work yet. host-webapp-calculator doesn't have a junit yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737698 13f79535-47bb-0310-9956-ffa450edef68
* Move more things into the common ant scriptslaws2009-01-261-49/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737691 13f79535-47bb-0310-9956-ffa450edef68
* Add some exception handling so that the JUnit test takes account of ↵slaws2009-01-264-28/+18
| | | | | | exceptions thrown in the "in-composite" client. Also exploit the common ant script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737683 13f79535-47bb-0310-9956-ffa450edef68
* Building ant scripts for JSE/OSGi launcher and host-webapp that can be run ↵slaws2009-01-2318-0/+1155
from command line, maven and eclipse with reference to a development distribution or an installed distribution. Not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737093 13f79535-47bb-0310-9956-ffa450edef68