CDV ❯ The argument passing between dso-env.sh and the make boot jar tool don't agree, leading to much confusion.
Bug
Status:Closed
2 Major
Resolution:Fixed
hhuynh
Reporter:
January 03, 2008
0
Watchers:0
April 18, 2008
March 31, 2008
Description
macbook:terracotta-catalog-example orion$ ~/terracotta/bin/dso-env.sh -f tc-config.xml
usage: java com.tc.object.tools.BootJarTool
-o,–bootjar-file path to boot JAR file
default: [TC_INSTALL_DIR]/lib/dso-boot
-f,--config configuration file (optional)
-h help
-v verbose
-w,--overwrite always make the boot JAR file
macbook:terracotta-catalog-example orion$ ~/terracotta/bin/dso-env.sh -f ./tc-config.xml
usage: java com.tc.object.tools.BootJarTool
-o,--bootjar-file path to boot JAR file
default: [TC_INSTALL_DIR]/lib/dso-boot
-f,--config configuration file (optional)
-h help
-v verbose
-w,--overwrite always make the boot JAR file
macbook:terracotta-catalog-example orion$ ~/terracotta/bin/dso-env.sh -f./tc-config.xml
usage: java com.tc.object.tools.BootJarTool
-o,--bootjar-file path to boot JAR file
default: [TC_INSTALL_DIR]/lib/dso-boot
-f,--config configuration file (optional)
-h help
-v verbose
-w,--overwrite always make the boot JAR file
macbook:terracotta-catalog-example orion$ ~/terracotta/bin/dso-env.sh tc-config.xml
2007-12-30 09:19:50,692 INFO - Terracotta 2.4.8, as of 20071112-161124 (Revision 6226 by cruise@rh4mo0 from 2.4)
2007-12-30 09:19:51,177 INFO - Configuration loaded from the file at '/Users/orion/work/terracotta-catalog-example/trunk/terracotta-catalog-example/tc-config.xml'.
-Xbootclasspath/p:/Users/orion/terracotta/bin/../lib/dso-boot/dso-boot-hotspot\_osx\_150\_13.jar -Dtc.install-root=/Users/orion/terracotta/bin/.. -Dtc.config=tc-config.xml
macbook:terracotta-catalog-example orion$
Fixed in trunk, rev 7809