MActor Code
Status: Beta
Brought to you by:
lialm
| File | Date | Author | Commit |
|---|---|---|---|
| mactor-core | 2009-02-25 | sherriff1 | [r19] separate extensions from the core + some depend... |
| mactor-extensions | 2009-02-25 | sherriff1 | [r19] separate extensions from the core + some depend... |
| mactor-parent | 2009-02-25 | sherriff1 | [r19] separate extensions from the core + some depend... |
| non-maven-libs | 2009-02-25 | lialm | [r18] |
| nsis_includes | 2008-11-13 | lialm | [r9] |
| tools | 2008-11-13 | lialm | [r9] |
| readme.txt | 2008-11-13 | lialm | [r9] |
| todo.txt | 2009-02-25 | sherriff1 | [r19] separate extensions from the core + some depend... |
HOWTO build MActor:
From the app folder, run "install-non-maven-jars.bat" / "install-non-maven-jars.sh", then run "mvn clean package assembly:assembly"
HOWTO create the Wint32 setup executable:
1. Install NSIS (), and copy the files from the nsis_includes to the includes folder of your NSIS installation
2. Build mactor, and right click on the target/MActor-${version}-win32.dir/mactor.nsi file, and select Complie NSIS script
HOWTO build the MActor site:
Build MActor then run "mvn site" twice (the first creates a apt files for the second run. yes, it would be nice with a more elegant solution.. )