Hide Forgot
Date of First Response: 2009-01-16 05:06:00 project_key: SOA See SOA-376 for history The SOA-P and BRMS product EULA file name and contents should be kept in synch with: http://www.redhat.com/licenses/jboss_eula.html And not the projects' EULA: http://www.jboss.org/eula/ Note! The we cannot simply rename the file as the quickstarts - and other build.xml files depend on the JEMS-EULA.txt file being present in order to locate the product base dir - for example - in 4.2 CP03 CR5: [ldimaggi@ldimaggi 42_CP03_CR5]$ grep -R EULA * | grep build jboss-soa-p.4.2.0/jboss-as/samples/quickstarts/conf/base-build.xml: <available file="${product.dir}/JEMS-EULA.txt"/> jboss-soa-p.4.2.0/jboss-as/samples/quickstarts/conf/base-build.xml: <available file="${product.dir}/JEMS-EULA.txt"/> jboss-soa-p.4.2.0/jboss-as/tools/console/management/build.xml: <available file="${esb.root.dir}/JBossORG-EULA.txt"/> jboss-soa-p.4.2.0/jboss-as/tools/console/management/build.xml: <available file="${esb.root.dir}/JEMS-EULA.txt"/> jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/conf/base-build.xml: <available file="${product.dir}/JEMS-EULA.txt"/> jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/conf/base-build.xml: <available file="${product.dir}/JEMS-EULA.txt"/> jboss-soa-p-standalone.4.2.0/jboss-as/tools/console/management/build.xml: <available file="${esb.root.dir}/JBossORG-EULA.txt"/> jboss-soa-p-standalone.4.2.0/jboss-as/tools/console/management/build.xml: <available file="${esb.root.dir}/JEMS-EULA.txt"/>
Link: Added: This issue is related to SOA-376
Link: Added: This issue related BRMS-27
Link: Added: This issue related SOA-1109
Link: Added: This issue related SOA-1123
Link: Added: This issue depends JBESB-2280
It was fixed by Daniel in the ESB side.
Verified fixed in 4.3 CP01 CR2 - the quickstarts and mgmt console's use of ant is working after the UELA file name change.