derby.jar varible inconsistent in petstoreweb application
---------------------------------------------------------
Key: BEEHIVE-628
URL: http://issues.apache.org/jira/browse/BEEHIVE-628
Project: Beehive
Type: Bug
Components: Samples
Versions: V1
Reporter: Scott Semyan
Priority: Minor
The derby.jar variable in build.properties for PetstoreWeb is inconsistent with
the httpunit.dir variable. One points to a jar file and the other points to the
install directory. The comment for derby.jar is misleading:
derby.jar=/path/to/derby
We should either make them consistent (have a derby.dir variable pointing to
the Derby install location), or we should add a comment to the build.properties
file indicating that derby.jar should point to the full path to the derby.jar
like so:
# Set this variable to point to the derby jar file
derby.jar=/path/to/derby/jar
I prefer the former to keep things consistent.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira