Difference between revisions of "Modularization/NSCP"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Commands of the NSCP parser:
 
Commands of the NSCP parser:
* rtdeps - Give the runtime dependencies of the passed file.
+
;rtdeps: Give the runtime dependencies of the passed file.
* vrtdeps - Give the virtual runtime dependencies of the passed file.
+
;vrtdeps: Give the virtual runtime dependencies of the passed file.
* btdeps - Give the build time dependencies of the passed file.
+
;btdeps: Give the build time dependencies of the passed file.
* dump - Dump the model.
+
;dump: Dump the model.
* wix - Dump Windows Installer XML description.
+
;wix: Dump Windows Installer XML description.
* features - List the features belonging to a particular product / deliverable.
+
;features: List the features belonging to a particular product / deliverable.
* files - List the files belonging to a particular part.
+
;files: List the files belonging to a particular part.
* vfiles - ?List the virtual files belonging to a particular part.
+
;vfiles: ?List the virtual files belonging to a particular part.
* parts - List the parts belonging to a particular product / deliverable.
+
;parts: List the parts belonging to a particular product / deliverable.
* vparts - List the virtual parts belonging to a particular product / deliverable.
+
;vparts: List the virtual parts belonging to a particular product / deliverable.
* loaded - List all the files loaded - needed for generating depdencies.
+
;loaded: List all the files loaded - needed for generating depdencies.
  
 
How to call:
 
How to call:
  
 
  java -jar ProdGen.jar <command> <.nscp> [<stem> <target>]
 
  java -jar ProdGen.jar <command> <.nscp> [<stem> <target>]

Revision as of 07:52, 28 April 2009

Commands of the NSCP parser:

rtdeps
Give the runtime dependencies of the passed file.
vrtdeps
Give the virtual runtime dependencies of the passed file.
btdeps
Give the build time dependencies of the passed file.
dump
Dump the model.
wix
Dump Windows Installer XML description.
features
List the features belonging to a particular product / deliverable.
files
List the files belonging to a particular part.
vfiles
 ?List the virtual files belonging to a particular part.
parts
List the parts belonging to a particular product / deliverable.
vparts
List the virtual parts belonging to a particular product / deliverable.
loaded
List all the files loaded - needed for generating depdencies.

How to call:

java -jar ProdGen.jar <command> <.nscp> [<stem> <target>]
Personal tools