POS Builds
Contents |
Setup
Currents jobs:
Initial Setup
- Initial setup for builds
-
hg clone https://code.openbravo.com/pos/devel/main/ workspace
-
Continuous Setup
- Build steps
- Update workspace
- Setup the installer configuration file build.properties
- Delete and recreate the folder tree for generated files
-
ant dist.bin
-
ant dist.pda
-
ant dist.sync
-
ant installer.pos
-
ant dist.src
- PMD statistics:
pmd $WORKSPACE xml basic,imports,codesize,unusedcode
- javaNCSS statistics:
javancss -xml -package -recursive $WORKSPACE
- Copy all the generated files to apache folder