On Mon, Jul 5, 2010 at 4:00 PM, Simon Laws <[email protected]> wrote:
> I haven't really got my mind around how this is set up to work so I'll > comment when I've looked at the code. > To explain that bit: In the core-spi module there is a class org.apache.tuscany.sca.runtime which has three methods: String getVersion() String getRevsion() String getBuildTime() The version is just got from the version in the pom.xml but the other two require the buildnumber-maven-plugin to populate the values. The buildnumber-maven-plugin uses svn to get the revision so svn must be available in the build environment, if svn isn't available the plugin fails and kills the build and there doesn't seem to be any way to tell it to ignore the error and let the build carry on. ...ant
