MActor Code
Status: Beta
Brought to you by:
lialm
| File | Date | Author | Commit |
|---|---|---|---|
| app | 2008-11-12 | lialm | [r5] |
| mswin | 2008-11-12 | lialm | [r4] |
| non-maven-libs | 2008-11-12 | lialm | [r4] |
| tools | 2008-11-12 | lialm | [r4] |
| readme.txt | 2008-11-12 | lialm | [r4] |
HOWTO build MActor: From the app folder, run "install-non-maven-jars.bat" / "install-non-maven-jars.sh", then run "mvn install" 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.. ) HOWTO create a windows executable setup: Download and install NSIS (http://nsis.sourceforge.net/Main_Page) Copy files from the mswin/nsis_additions folder to you NSIS installation folder Modify the version number in mactor.nsi. Run NSIS on mactor.nsi