[
http://jira.jboss.com/jira/browse/JBESB-814?page=all ]
Mark Little resolved JBESB-814.
-------------------------------
Fix Version/s: 4.2.1
Resolution: Done
Done in 4.2.1.
esb.product.lib.ext property relies on current directory name
-------------------------------------------------------------
Key: JBESB-814
URL:
http://jira.jboss.com/jira/browse/JBESB-814
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Release Process
Reporter: Aleksandar Kostadinov
Assigned To: Mark Little
Fix For: 4.2.1
In the product directory I see:
./services/spring/build.properties:esb.product.lib.ext=../../../product/lib/ext
./services/jbrules/build.properties:esb.product.lib.ext=../../../product/lib/ext
./services/jbpm/build.properties:esb.product.lib.ext=../../../product/lib/ext
./services/jbossesb/build.properties:esb.product.lib.ext=../../../product/lib/ext
./services/smooks/build.properties:esb.product.lib.ext=../../../product/lib/ext
So if I try to build dist - ant dist I get an error that there is no directory
`pwd`/../product/lib/ext if current directory is not called product.
IMHO the property value should be "../../lib/ext" instead of
"../../../product/lib/ext" so that it doesn't rely on current directory name
to be "product".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira