]
Tom Cunningham resolved JBESB-3639.
-----------------------------------
Resolution: Done
Quickstarts fail to compile or deploy depending on existence of
/server/default directory
-----------------------------------------------------------------------------------------
Key: JBESB-3639
URL:
https://issues.jboss.org/browse/JBESB-3639
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Build and Release
Affects Versions: 4.10 CP1
Reporter: Tom Cunningham
Assignee: Tom Cunningham
Fix For: 4.10 CP1
When one tries to deploy (ant deploy) any quickstart the QS/conf/base-build.xml among
other thins checks for existence of /server/default directory... if the directory
doesn't exist, the ant execution fails.
If anyone removes or renames (that is presumable) the default profile he would not be
able to run the quickstarts ant at all...
To reproduce:
1) unzip SOA-P
2) move/rename ${SOA-P}/jboss-as/server/default to
${SOA-P}/jboss-as/server/<anything-else>
3) from ${SOA-P}/jboss-as/samles/quickstarts/helloworld run 'ant deploy':
$ ant deploy
Buildfile: build.xml
BUILD FAILED
/SOA-P/jboss-as/samples/quickstarts/helloworld/build.xml:9: The following error occurred
while executing this line:
/SOA-P/jboss-as/samples/quickstarts/conf/base-build.xml:57: Cannot determine build
hierarchy
Total time: 0 seconds
--
This message is automatically generated by JIRA.
For more information on JIRA, see: