summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-06Update config files for logging properties files based on the install locationantelder4-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741543 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Simplify, these don't need to specify the logging properties nowantelder3-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741485 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Set the logging properties for the runtimeantelder3-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741481 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Enable setting system properties from the config filesantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741480 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Remove unused filesantelder2-82/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741467 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Tidy up the distro buildantelder4-13/+146
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741465 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Clean up pom.xmlantelder1-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741459 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder5-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741457 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder14-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741456 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder14-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741455 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder17-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741454 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Simplfy the java2wsdl tool to not have a dependency on the tuscany runtimeantelder2-26/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741452 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Use lookup instead of listrfeng1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741443 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move the BUILDING/LICENSE/NOTICE files to the SVN root and change the src ↵antelder4-9/+0
distribution build to use those. This way the legal files will be at the top of the release tag and also when people checkout thecode from svn there's a BUILDING file at the top telling them how to build it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741438 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Update the surefire and ant-run plugin rfeng1-21/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741410 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Fix to TUSCANY-2806 to handle the jars with Class-Path header in ↵rfeng2-132/+194
META-INF/MANIFEST.MF. Surefire plugin generates manifest jar too git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741409 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Remove operation-overloading itest out of build as it's now in contribrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741406 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Separate the distribution itests to individual sample testsantelder10-140/+416
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741274 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Change the samples itest to use the samples from the distribution its ↵antelder5-21/+11
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
2009-02-05Change the sample itests to use an unzipped bin distroantelder6-39/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741098 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Update the src distro to include everything in its svn treeantelder1-13/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741088 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Set up the sample scripts so that the automatic run uses a time to live of 4 ↵slaws3-8/+10
seconds while the script, when run manually, waits for the user to press a key. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741087 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Fix the problem with the distributions overwriting each other by merging the ↵antelder5-50/+7
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
2009-02-05Move the contrib folder out of the sca trunk build as discussed on the MLantelder5095-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741038 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Excluding bouncycastle transient dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741017 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Removing unecessary junit dependency, so it does not get added to binary ↵lresende1-1/+7
distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741015 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Cleaning up jars/licenses that are not being distributedlresende2-1227/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741012 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Adding missing jars to license filelresende1-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741008 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Adding missing LICENSE and NOTICE files to xsd and xsd-xml moduleslresende4-0/+422
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741007 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Updating list of samples in the READMElresende1-90/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741005 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Unexport the remote object so that RMI threads can be gracefully terminatedrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740884 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add the rmi samples to itest/samples. Commented out at the moment in the ↵slaws3-18/+90
build.xml file as the service node is not shutting down cleanly when called from ant with a timeout. I also need to find a away to turing the timeout on only for itest/sample and allow the use to use it in a mode where the node blocks until a key is pressed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740823 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Add a new option "ttl" to control when to stop the noderfeng2-64/+136
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740819 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Fix the dir distribution build directory name so that it's the same of ↵slaws3-2/+4
various versions of maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740768 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Turn failOnError on for java/javac tasksslaws4-49/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Update the dir distro name to match what the build makesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740758 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Cosmetic changes to tidy module namesslaws3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740746 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04add another missing fileslaws1-0/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740729 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04TUSCANY-2814 fix loop in assembly plugin when too many duplicate includesantelder3-46/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740728 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Now that the features have been moved out of the distribution we can jus ↵antelder1-1/+1
tbuild the one distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740720 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Update a few more dependencies to use 'feature'antelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740717 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Update to use the feature not the distributionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740714 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04check in files I missed relating to adding a JSE client to binding-ws-calcualtorslaws3-0/+135
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740713 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Fix to use the feature not the distributionantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740709 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Fix to use the feature not the distributionantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740708 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws10-126/+203
files used to look. Relies on launcher.jar to run the sample. Add itest/sample to run the samples automatically. Error handling not working yet. This also relies on distribution/all generating a dir distro to test against. Currently this runs as part of the main build but I see Raymond has now separated distributions from features so we could have this be a distribution test stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740702 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Move out the webapp samples as webapp's aren't in the buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740691 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Continue with moving trunk modules not in build to contrib folderantelder13-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740681 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Continue with moving trunk modules not in build to contrib folderantelder60-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740680 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Move demos to contribantelder269-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740674 13f79535-47bb-0310-9956-ffa450edef68