summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-05Change the sample itests to use an unzipped bin distroantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741098 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Fix the problem with the distributions overwriting each other by merging the ↵antelder1-45/+3
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-04Fix the dir distribution build directory name so that it's the same of ↵slaws1-0/+2
various versions of maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740768 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04TUSCANY-2814 fix loop in assembly plugin when too many duplicate includesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740728 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws1-0/+20
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-04Reinstate the TUSCANY-2814 workaround as its still brokenantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740667 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Update the distribution to use the featuresrfeng1-110/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740471 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03TUSCANY-2814, comment out the src archive build as it causes a loopantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740342 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Comment out the change to generate eclipse project files as to make this ↵slaws1-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
2009-01-30Add the web service binding back in but not the ws policy module. ↵slaws1-2/+2
binding-ws-calculator works for me now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an eclipse target to the all pom. Two issues here. 1) I have to change ↵slaws1-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
2009-01-30Start trying to get a full clean build to work, binding-ws-axis2 isn't going ↵antelder1-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
2009-01-29Push the archive assembly into distribution profilerfeng1-20/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738965 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Make the "distribution" profile not be activated by default except the "all" ↵rfeng1-27/+27
distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738930 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adjust the distrosrfeng1-26/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738701 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Start adding the launcher to the distro to try it out, still very primitive ↵antelder1-180/+185
and does't quite work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738544 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws1-7/+26
host-webapp-calculator to the distribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Enable binding.rmi and samples in ejava distro. Now the all has api, core ↵rfeng1-106/+2
and ejava (subset) included. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736796 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copy the contribution under contrib and merge the one from sca-equinoxrfeng1-240/+265
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719120 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-240/+240
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-09-06Added corba binding to distribution. Changed dependency on ↵jsdelfino1-1/+5
extensibility-osgi to extensiblity-equinox. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692687 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Added some of the Maven plugins to distribution/features/all.jsdelfino1-0/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691828 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01Added node-launcher-equinox to the distro to test integration with ↵jsdelfino1-1/+2
OSGi/Equinox. Added SDO databinding to the Web Service distribution as I had missed it before. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691059 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Minor improvements of some of the build scripts. Do not need to build the ↵jsdelfino1-33/+35
assembly with the -Pmodules profile. Excluded the distro modules from the -Pmodules profile. Fixed up some of the OSGi dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689690 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Starting to work on including the required OSGi runtime pieces into a test ↵jsdelfino1-1/+0
distro. Added a few dependencies to the POM, that's work in progress as I'm not sure how to select Equinox as the OSGi runtime, at this point I get a mix of the two. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689576 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Updated the lists of modules and dependencies to match the latest state of ↵jsdelfino1-4/+6
trunk. Minor fixes to the build helper scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688769 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Renamed 'dependencies' profile to 'modules'.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685777 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Fixed packaging type and cross module dependencies.jsdelfino1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685747 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Simplified and cleaned up the distro builds a bit. Moved script to etc ↵jsdelfino1-2/+96
directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685723 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Simplified the build scripts a bit, added source distro build scripts. ↵jsdelfino1-0/+10
Building the core distro now triggers the build of the modules that it includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685652 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Renamed base to core to be consistent with the terminology used elsewhere in ↵jsdelfino1-1/+1
the project. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683793 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Adjusted poms to move to trunk.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677171 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Copying test distro build scripts to trunk as suggested in ↵jsdelfino1-0/+0
http://marc.info/?l=tuscany-user&m=121565109527102. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677167 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Minor simplifications of pom.xml and bin.xml.jsdelfino1-15/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674703 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Changed module types from pom to jar to help Eclipse project generation.jsdelfino1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673753 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Build scripts for the modular distributions that I need: base minimal ↵jsdelfino1-0/+115
distro, enterprise java, web 20, web service, business process, and domain manager. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672958 13f79535-47bb-0310-9956-ffa450edef68