A number of scripts are provided to build IBD. Those scripts run on UNIX-like operating systems (Linux, Mac OS X). They might run as well on Windows with cygwin:
bin/create-build.sh
- Downloads a war file of Orbeon Forms and creates in the build
directory an exploded war file. This exploded war is identical to the one you will deploy in production. Links are created for the files specific to the IBD project from the src
directory to the build
directory, this way you can modify the source and see the changes right away. bin/create-war.sh
- Usage: ./bin/create-war.sh 0_42
, where 0.42 is the version number of the build you are creating. This creates in build
a war file that you can then deploy. The content of the war file is identical to the content of the build
directory, so you can be confident that what you test is what you deploy (WYTIWYD).