117 | | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 117 | * Steps to generate installer distribution: |
| 118 | * change the packaging in author/reader/server_bin.xml to dir |
| 119 | * execute 'mvn package assembly:assembly -Dmaven.test.skip=true' to create folders with the modules for the corresponding editions |
| 120 | * edit the base pom.xml and change the maven-antrun-plugin phase from deploy to package(this should be fixed in next revisions). |
| 121 | * execute 'mvn package antrun:run -Dmaven.test.skip=true' |
| 122 | * this will generate the installer for author edition. If you want to create installers for the other editions change izpack input and output(in maven-ant-plugin section) to reader/server_install.xml and sophie2-reader/server-installer.jar |
| 123 | |
| 124 | * MacOS app zips are generated with Platypus application. It is easy - just pointing the bash script and the needed jars and all is ready. Jar Bundler application should be used for this but I can't manage to create running package with it for now.. Uploaded on http://sophie2.org/trac/wiki/Download. |
| 125 | * Daily builds are uploaded on http://sophie2.org/trac/wiki/Download and are refreshed every day in 6:30 AM. |
| 126 | * Revisions are: [5025], [5026], [5028], [5030] |