XpoUtils
From Axaptapedia
see also Extending IDE
XPO utils is a set of utilities for working with XPO files. It contains:
- xpomerge.py - command line merger for xpo files. For example xpomerge.py *.xpo will merge all files in the current folder to the one big out.xpo file.
- xpoclasses.py - lists all classes in out.xpo to clipboard
- xpoprojects.py - lists all projects in out.xpo to clipboard
- CompilePrjFromCB.xpo - compiles all projects form clipboard
- CompileForwardFromCB.xpo - compiles forward all classes from clipboard
[edit]