MActor Code
Status: Beta
Brought to you by:
lialm
| File | Date | Author | Commit |
|---|---|---|---|
| app | 2008-11-14 | lialm | [r11] |
| non-maven-libs | 2008-11-12 | lialm | [r7] |
| nsis_includes | 2008-11-13 | lialm | [r9] |
| tools | 2008-11-13 | lialm | [r9] |
| readme.txt | 2008-11-13 | lialm | [r9] |
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.. )