summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the CLI processingrfeng2009-02-042-25/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740575 13f79535-47bb-0310-9956-ffa450edef68
* Add command-line parsing to the node launcherrfeng2009-02-044-30/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740567 13f79535-47bb-0310-9956-ffa450edef68
* Add check for empty imports/exports/classpathrfeng2009-02-041-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740543 13f79535-47bb-0310-9956-ffa450edef68
* Add features to the buildrfeng2009-02-031-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740483 13f79535-47bb-0310-9956-ffa450edef68
* Fix pom.xmlrfeng2009-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740482 13f79535-47bb-0310-9956-ffa450edef68
* Rename host-webapp to webapprfeng2009-02-031-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740480 13f79535-47bb-0310-9956-ffa450edef68
* Make it work with the featuresrfeng2009-02-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740472 13f79535-47bb-0310-9956-ffa450edef68
* Update the distribution to use the featuresrfeng2009-02-0352-9659/+709
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740471 13f79535-47bb-0310-9956-ffa450edef68
* Create a separate folder to hold the definitions of tuscany features rfeng2009-02-0312-0/+1391
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740462 13f79535-47bb-0310-9956-ffa450edef68
* Bypass the osgi resolution for test-compilerfeng2009-02-031-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740355 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2814, comment out the src archive build as it causes a loopantelder2009-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740342 13f79535-47bb-0310-9956-ffa450edef68
* Add path elements so build scripts works as part of svn checkout and ↵antelder2009-02-031-0/+2
| | | | | | distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740259 13f79535-47bb-0310-9956-ffa450edef68
* Adding samples to source distributionlresende2009-02-032-3/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740238 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2804 - Disabling failing iTestlresende2009-02-031-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740224 13f79535-47bb-0310-9956-ffa450edef68
* Produce more information about the resolution errorsrfeng2009-02-032-7/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740222 13f79535-47bb-0310-9956-ffa450edef68
* Updating legal files for 2.0-M1 releaselresende2009-02-038-597/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740218 13f79535-47bb-0310-9956-ffa450edef68
* Adding webservices distribution to alllresende2009-02-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740215 13f79535-47bb-0310-9956-ffa450edef68
* Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2009-02-032-78/+156
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740213 13f79535-47bb-0310-9956-ffa450edef68
* Fix the ASL and change logging dep to runtimerfeng2009-02-032-15/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740212 13f79535-47bb-0310-9956-ffa450edef68
* Fix the version generation rfeng2009-02-031-9/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740211 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the excessive loggingrfeng2009-02-031-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740210 13f79535-47bb-0310-9956-ffa450edef68
* Derive the osgi version from mavenrfeng2009-02-021-1/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740052 13f79535-47bb-0310-9956-ffa450edef68
* Turn off the policy based tests for binding-ws-axis2. Also some dependency ↵slaws2009-02-0231-132/+160
| | | | | | changes made while experimenting with system composite changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739959 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ↵slaws2009-02-025-24/+129
| | | | | | found in extensions and in application contributions. This change creates a system contribution on the fly in the node and installs a DefaultModelResolver for various policy elements. The default resolver not takes account of any default imports that are available. All application level contributions are linked to the system contribution via a default import that references the system contributions model resolver. Hence policy element resolution will traverse the tree to the system contribution if the element is not resolved locally. We may want to create specific policy resolvers here but this change allows for some experimentation. The next hurdle to getting this to work is to get policy set XPath applied to the assembly model again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739953 13f79535-47bb-0310-9956-ffa450edef68
* Moving iTests that are not part of the main build to contriblresende2009-01-311997-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
* Restoring calculator-equinox sample that was removed accidentallylresende2009-01-3118-0/+1129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739512 13f79535-47bb-0310-9956-ffa450edef68
* Moving samples that are not part of the main build to contrib folderlresende2009-01-311248-1200/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
* Moving modules that are not part of the main build to contrib folderlresende2009-01-311366-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
* Minor updates to order modules in pom.xmllresende2009-01-311-11/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739502 13f79535-47bb-0310-9956-ffa450edef68
* Starting to clean up old modules in contrib folderlresende2009-01-303972-405007/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739454 13f79535-47bb-0310-9956-ffa450edef68
* Set the default configuration area using a temp folderrfeng2009-01-302-6/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739364 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the change to generate eclipse project files as to make this ↵slaws2009-01-301-3/+3
| | | | | | work you need to make the distribution a jar project which it isn't really. As per mail list exchange we will just "open" the target file using the Eclipse menus. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739337 13f79535-47bb-0310-9956-ffa450edef68
* Add the web service binding back in but not the ws policy module. ↵slaws2009-01-303-6/+7
| | | | | | binding-ws-calculator works for me now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
* Add an eclipse target to the all pom. Two issues here. 1) I have to change ↵slaws2009-01-301-1/+28
| | | | | | the pom to have a jar target to get the plugin to run. 2) the tuscany-maven-bundle-plugin has two entries in here. On for producing the target and one for producing the eclipse files. Not sure if this can be rationlaized. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739299 13f79535-47bb-0310-9956-ffa450edef68
* For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only ↵mcombellack2009-01-301-1/+0
| | | | | | needs to be a runtime dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739278 13f79535-47bb-0310-9956-ffa450edef68
* For now don't build vtests demos or tutorials on the distribution buildantelder2009-01-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739271 13f79535-47bb-0310-9956-ffa450edef68
* For now don't build eclipse stuff on the default or distribution buildsantelder2009-01-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739270 13f79535-47bb-0310-9956-ffa450edef68
* Move webservices out of the distribution build till the axis2 binding is goingantelder2009-01-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739265 13f79535-47bb-0310-9956-ffa450edef68
* Start trying to get a full clean build to work, binding-ws-axis2 isn't going ↵antelder2009-01-301-2/+2
| | | | | | yet so take ws out of the distribution for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739263 13f79535-47bb-0310-9956-ffa450edef68
* Start trying to get a full clean build to work, these two samples are ↵antelder2009-01-301-2/+2
| | | | | | failing for me so take them out of the build for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739262 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
* Start trying to get a full clean build to work, add most of the WS modules, ↵antelder2009-01-301-0/+10
| | | | | | not binding-ws-axis2 yet though as thats failing with some policy error git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739259 13f79535-47bb-0310-9956-ffa450edef68
* Add missing transitive dependency on staxantelder2009-01-301-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739245 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi sample Ant build scripts so that they work and use ↵antelder2009-01-302-109/+65
| | | | | | the simple way to build the sample jar. The calculator-rmi-service build creates an SCA contribution, the calculator-rmi-reference creates an 'unmanaged' jar which use the Node APIs to start a runtime, the only difference in the build.xml is the additional pathelement for the tuscany-node-api jar for the unmanaged one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739220 13f79535-47bb-0310-9956-ffa450edef68
* Have the rmi sample jars included prebuilt in the distroantelder2009-01-301-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739218 13f79535-47bb-0310-9956-ffa450edef68
* Add an sca-sontributions.xml file so to the contribution so it works with ↵antelder2009-01-301-0/+23
| | | | | | the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739217 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi-reference sample to have a jar manifest main classantelder2009-01-301-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739216 13f79535-47bb-0310-9956-ffa450edef68
* Update calculator sample to have a Jar manifest main class and to use the ↵antelder2009-01-302-61/+47
| | | | | | simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
* Add an 'unmanaged' config file to enable the launcher running the samples ↵antelder2009-01-301-0/+3
| | | | | | that use the node APIs to start a runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739209 13f79535-47bb-0310-9956-ffa450edef68
* Update launcher to support calling the main method on the jar from the ↵antelder2009-01-301-19/+37
| | | | | | command line's manifest main-class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739208 13f79535-47bb-0310-9956-ffa450edef68