How to Build ZK Source Code"

From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} ''Under construction'' =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   | …')
 
Line 2: Line 2:
  
 
''Under construction''
 
''Under construction''
 +
 +
= SVN Repository =
 +
 +
Depending on the branch you want, you could check out the source codes from the following paths.
 +
 +
{| border='1px' | width="100%"
 +
! Version !! URL !! Description
 +
|-
 +
| 5.0.* (current)
 +
| https://zk1.svn.sourceforge.net/svnroot/zk1/branches/5.0/
 +
| ZK 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/
 +
| ZK 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/
 +
| ZK 3.6 branch. It is the working repository for the most up-to-date source codes for maintaining ZK 3.6
 +
|-
 +
| 3.0.* (maintaining)
 +
| https://zk1.svn.sourceforge.net/svnroot/zk1/branches/3.0/
 +
| ZK 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/3.0/
 +
| ZK 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''
 +
| ZK releases. We won't change the code in this repository. The URL depends on the version you want to check out. For detailed list, please visit http://zk1.svn.sourceforge.net/viewvc/zk1/releases/.
 +
|}
  
 
=Version History=
 
=Version History=

Revision as of 04:19, 7 December 2010


How to Build ZK Source Code


Under construction

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/ ZK 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/ ZK 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/ ZK 3.6 branch. It is the working repository for the most up-to-date source codes for maintaining ZK 3.6
3.0.* (maintaining) https://zk1.svn.sourceforge.net/svnroot/zk1/branches/3.0/ ZK 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/3.0/ ZK 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 ZK releases. We won't change the code in this repository. The URL depends on the version you want to check out. For detailed list, please visit http://zk1.svn.sourceforge.net/viewvc/zk1/releases/.

Version History

Last Update : 2010/12/07


Version Date Content
     



Last Update : 2010/12/07

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