Description
1.- Execute the following target from incubator/beehive/trunk$ ant build.samples
Expected: Build the Beehive samples
Actual: BUILD FAILED
D:\beehive\trunk\build.xml:65: The following error occurred while executing this line:
D:\beehive\trunk\samples\build.xml:53: The following error occurred while executing this line:
D:\beehive\trunk\samples\petstoreWeb\build.xml:59: Unable to locate ${derby.jar}. Please download Derby from http://incubator.apache.org/derby/derby_downloads.html
Total time: 0 seconds
However, if you execute the build target from:
incubator/beehive/trunk/samples/petstoreWeb$ ant build
This actually builds the petstore web.
The cause of this failure seems to be that the properties file incubator/beehive/trunk/samples/petstoreWeb/build.properties is not getting loaded correctly when invoked from "trunk".