The build.xml file for the Store module includes overrides for the all, clean, and updateconfig targets. By default, these targets perform their tasks first on the current module and then on any sub-modules. Because the Store module does not contain any source files itself, its versions of these targets skip the current module and move directly onto the sub-modules.

The Store/build.xml file also contains the javadoc target. This target generates public Javadoc for all of the Commerce Reference Store classes in the entire module structure. The output of the javadoc target is located in the CRS-install-dir/Store/build/javadoc directory.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices