[
http://jira.jboss.com/jira/browse/JBESB-514?page=comments#action_12359756 ]
Daniel Bevenius commented on JBESB-514:
---------------------------------------
Hi,
would it not be possible to remove the org.jboss.esb.dist.lib property from the properties
file. I am currently working with the quickstarts and have removed that property from the
quickstarts.properties file. The property name is not the same but the value is.
We are now checking for the existens of a .svn file like this:
<condition property="esb.product.lib.dir"
value="${product.dir}/build/jbossesb/lib"
else="${product.dir}/lib">
<available file=".svn"/>
</condition>
I am not sure if this is enough, just checking for a .svn directory, but one could add
other checks for other available files. Please let me know if I have missed something,
like there may be a good reason why people would like to change the lib dir, and I'll
re-add it to the quickstarts.properties.
Thanks
Daniel
deployment.properties in 4.2 trunk
----------------------------------
Key: JBESB-514
URL:
http://jira.jboss.com/jira/browse/JBESB-514
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.2 Milestone Release 1
Reporter: Burr Sutter
Assigned To: Kevin Conner
Fix For: 4.2 Milestone Release 2
the property names in deployment.properties are no longer consistent with what is asked
for in the build.xml
org.jboss.esb.dist=../lib -> org.jboss.esb.dist .lib =../lib
org.jboss.esb.appserver.config -> org.jboss.esb. server .config
--
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