[ http://issues.apache.org/jira/browse/WODEN-109?page=comments#action_12460507 ] John Kaputin commented on WODEN-109: ------------------------------------
Rev 489666 modified the jar file names in ant-test/build.xml to match the convention introduced by this JIRA. The jar file names in ant-test/build.xml are hardcoded to match the current settings in build.properties because this build.xml file does not support the required parameterization. However, we should revisit the convention introduced by this JIRA before changing ant-test/build.xml to make it parameterized. The new convention is like this: woden-${version}-incubating-${buildType}${milestone} So based on the current settings in build.properties, ant-test/build.xml has been hardcoded to: woden-1.0.0-incubating-M6.jar However, a better convention might be something like: woden-SNAPSHOT-[date]-incubating.jar for adhoc or nightly builds and woden-1.0.0M6-incubating.jar for formal releases. > Include "incubating" in the jar names > ------------------------------------- > > Key: WODEN-109 > URL: http://issues.apache.org/jira/browse/WODEN-109 > Project: Woden > Issue Type: Bug > Affects Versions: M7 > Reporter: Jeremy Hughes > Assigned To: Jeremy Hughes > > Include the word "incubating" in our jar names as an additional indicator > that we're an incubating project. Tuscany and Abdera (and I think most other > podlings but I haven't checked them all) do this. > See mail thread: > http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200612.mbox/[EMAIL > PROTECTED] > This is important because when our jars are published to a maven repository > or included in some other project's distributing, it should be obvious we're > an incubating project. OK so they could get renamed but there's not much we > can do about that! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]