-
Notifications
You must be signed in to change notification settings - Fork 235
How to build WebLaF binaries
Updated for WebLaF v1.2.12 release
Requires Java 6 update 30 or any later to run
First of all you need to download source code by either using available GitHub features or by downloading sources ZIP archive from the latest release directly:
https://github.com/mgarin/weblaf/releases
WebLaF project is now built using Maven. You can find Maven project configuration files - pom.xml
- provided in root folder and all module folders.
To build WebLaF using those configurations you will need to download and install Maven first.
This step might not be necessary if you are using modern IDE that has Maven preinstalled with it. For example newer IntelliJ IDEA or NetBeans versions should have Maven by default. You can also check this page for more information.
I recommend reading official Maven guide on how it can be used: https://maven.apache.org/run.html
But in just a few words - all you need to create binaries at this point is to run mvn package
in the project root folder. That will create binaries for all WebLaF modules from the sources you have.
If you found any mistakes or inconsistency in this article, feel that it is lacking explanation or simply want to request an additional wiki article covering some topic:
I will do my best to answer and provide assistance as soon as possible!