ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

3.6.3 in maven?

piebe
9 Nov 2009 04:42:31 GMT
9 Nov 2009 04:42:31 GMT

Hi,

Will ZK 3.6.3 be made available in the Maven repository? And if so, when can this be expected?

cheers,
Piebe

iantsai
9 Nov 2009 06:03:00 GMT
9 Nov 2009 06:03:00 GMT

As what I know ZK releases new version to Maven for every standard release.

You can make an estimation according to previous release record.

DrFrank
14 Nov 2009 14:29:45 GMT
14 Nov 2009 14:29:45 GMT

Hi piebe.

Can you halp with maven + zk + eclipse????

I set my dependencies in maven for version 3.6.2 and eny thing seems works fine , but I have some problem with zkscript tag. The scripts don't fount the tag id elements......

for me is very important to identify a essential set of zk dependencies....

at moment my dependencies are the follow:

<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zml</artifactId>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkmax</artifactId>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zk</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkex</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkplus</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zul</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zhtml</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>


Do I forget some dependencies?????

thomasscherm
6 Feb 2010 07:38:29 GMT
6 Feb 2010 07:38:29 GMT

Hi folks,

it would be fine to publish zk 5.0.0 in maven. The latest release i could find is currently zk 5.0.0.RC.

Cheers

Thomas

iantsai
7 Feb 2010 19:45:13 GMT
7 Feb 2010 19:45:13 GMT

Hello, Thomas

We already sent the ZK5 request to Maven repository, but it's so slow.

ZK team is trying to host a Maven repository it's own, that would be faster.

danielh
23 Feb 2010 08:30:12 GMT
23 Feb 2010 08:30:12 GMT

Looks like it is still not available?

asukachen
25 Feb 2010 20:55:16 GMT
25 Feb 2010 20:55:16 GMT

Hi piebe.

http://repo2.maven.org/maven2/org/zkoss/zk/zk/3.6.3/

vharcq
2 Apr 2010 06:26:54 GMT
2 Apr 2010 06:26:54 GMT

Hi,
Please could somebody upload 3.6.4 to repository ?
Thxxxx