How to Build ZK Source Code"

From Documentation
m ((via JWB))
(out of date)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
 +
{{Deprecated_Content}}
 +
 
= SVN Repository =
 
= SVN Repository =
  
Line 46: Line 48:
 
=Maven Build=
 
=Maven Build=
 
Since ZK 5.0.5 release, we put an Eclipse project setting into each submodule folder, such as ''zk'', ''zul'', ''zkdemo'', and so on.
 
Since ZK 5.0.5 release, we put an Eclipse project setting into each submodule folder, such as ''zk'', ''zul'', ''zkdemo'', and so on.
After that time, you can be able to check out the source code from the SVN path above as a Eclipse Maven project to develop/build it.
+
After that time, you can check out the source code from the SVN path above as an Eclipse Maven project to develop/build it.
 
Or you can use Maven command line to build the ZK Jar files.
 
Or you can use Maven command line to build the ZK Jar files.
  
Line 57: Line 59:
  
 
'''See Also'''
 
'''See Also'''
* [[ZK Installation Guide/Setting up IDE/Maven|ZK Installation Guide: Setting up IDE/Maven]]
+
* [[ZK%20Installation%20Guide/Maven%20Setup]]
 +
 
  
=Version History=
 
{{LastUpdated}}
 
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
|-
 
|  
 
|  
 
|  
 
|}
 
  
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Latest revision as of 07:01, 16 February 2024


How to Build ZK Source Code


Icon info.png Note: The content of this page has been deprecated/removed in the latest version.

SVN Repository

Depending on the branch you want, you could check out the source codes from the following paths.

Version URL Description
5.0.*

(current)

https://zk1.svn.sourceforge.net/svnroot/zk1/branches/5.0/ The 5.0 branch.

It is the working repository for the most up-to-date source codes for current ZK 5

6.0.*

(upcoming)

https://zk1.svn.sourceforge.net/svnroot/zk1/branches/6.0/ The 6.0 branch.

It is the working repository for the most up-to-date source codes for upcoming ZK 6

3.6.*

(maintaining)

https://zk1.svn.sourceforge.net/svnroot/zk1/trunk/ The 3.6 branch.

It is the working repository for the most up-to-date source codes for maintaining ZK 3.6. Though it is named trunk, it is used only for the 3.6 branch now.

3.0.* (maintaining) https://zk1.svn.sourceforge.net/svnroot/zk1/branches/3.0/ The 3.0 branch.

It is the working repository for the most up-to-date source codes for maintaining ZK 3.0

2.4.*

(maintaining)

https://zk1.svn.sourceforge.net/svnroot/zk1/branches/2.4/ The 2.4 branch.

It is the working repository for the most up-to-date source codes for maintaining ZK 2.4

Releases

(frozen)

https://zk1.svn.sourceforge.net/svnroot/zk1/releases/x.y.z The releases.

We won't change the code in this repository. The URL depends on the version you want to check out. For a complete list, please visit http://zk1.svn.sourceforge.net/viewvc/zk1/releases/.

Maven Build

Since ZK 5.0.5 release, we put an Eclipse project setting into each submodule folder, such as zk, zul, zkdemo, and so on. After that time, you can check out the source code from the SVN path above as an Eclipse Maven project to develop/build it. Or you can use Maven command line to build the ZK Jar files.

For example,

$ svn checkout https://zk1.svn.sourceforge.net/svnroot/zk1/releases/5.0.5/zul zul
$ cd zul
$ mvn clean package

See Also




Last Update : 2024/02/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.