-
Notifications
You must be signed in to change notification settings - Fork 16
Development Generating Products
Fernando Dodino edited this page Nov 24, 2019
·
4 revisions
To generate the products locally you need to run the following two commands
Build all the code into jars
cd org.uqbar.project.wollok.releng
mvn clean install
MAVEN_OPTS
environment variable should have been set according to Developer Environment Setup.
Then generate the product by packaging with our two profiles
mvn -PuploadProducts,uploadRepo package
The products should now be available in
org.uqbar.project.wollok.updatesite/target/products/
For example:
wollok-linux.gtk.x86_64.zip
wollok-macosx.cocoa.x86_64.zip
wollok-win32.win32.x86_64.zip
32-bits version will be no longer supported by Eclipse RCP