Skip to content

ITDS-PT/xeo_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XEO Build System Instructions

Requirements

  • ANT
  • Java 1.6 (for compilation)
  1. Checkout this project, clone the XEO and XWC Projects to your local hard drive

  2. If the concatenator.jar does not exist, generate the JAR from the src folder (it should be in the lib folder)

  3. Set the version and path to git repositories in ant/global.properties

    • xeo.buildnumber -> Build number (ex: 001)
    • xeo.ver -> Major/minor version (ex: 4_0)
    • xwc.git -> Path to the XwC git repository (ex: /Users/user/git/xwc.git)
    • xeo.git -> Path to the XEO Core git repository (ex: /Users/user/git/xeo/.git)
    • xeo.languages (the set of languages the application supports, ex: en,pt,es)
    • xeo.branch (The branch to clone from the XEO git repository ex: master)
    • xwc.branch (The branch to clone from the XwC git repository ex: master)
    • java.compiler (Path to the Java 6 compiler)
  4. Make sure you are using Java 6 to compile (see java.compiler property)

  5. Run ant -f build.xml to create necessary structures from the ant/directory

  6. Run ant -f BuildProject.xml to generate the XAR file from the ant/directory

  7. The generated XAR file will be located in a folder named after the build version (ex. 4_0_001/xeocore.xar)

NOTES : Currently it does not create tags in the repository nor does it copy the generated to XAR to anywhere

About

Build the XEO Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages