WSO2 invites you to contribute by checking out the source from the Subversion (SVN) source control system, building the product and making changes, and then committing your changes back to the source repository. (For more information on Subversion, see http://svnbook.red-bean.com.) The following sections describe this process:
...
If you are using a later Eclipse version and if you get errors (library path etc.) when trying to import the source code using the Exisiting Existing Projects into Workspace, follow the steps below to solve them by importing the source code as a Maven project.
- Build the source using the command:
mvn clean install
- Open Eclipse and click Import in the File menu and then click Exisiting Existing Maven Projects as shown below:
...
Info |
---|
After building the source, you can find the artifacts/product binary distribution package of the product in the |
Committing your changes
Anchor | ||||
---|---|---|---|---|
|
...