Talk:Knockout4Java
From APIDesign
(Comment provided by Ruediger Moeller - via ArticleComments extension) |
|||
Line 13: | Line 13: | ||
<div class='commentBlock'> | <div class='commentBlock'> | ||
- | Very interesting stuff .. where can i get a full distribution incl. source ? All the mvn releases are binary though it's flagged (maven.org) as GPL. | + | Very interesting stuff .. where can i get a full distribution incl. source ? All the mvn releases are binary though it's flagged (maven.org) as [[GPL]]. |
Why no github or something more convenient for collaboration ? | Why no github or something more convenient for collaboration ? | ||
--Ruediger Moeller 15:01, 28 February 2014 (CET) | --Ruediger Moeller 15:01, 28 February 2014 (CET) | ||
+ | |||
+ | Hello Ruediger, | ||
+ | thanks for your interest. The sources are available at http://hg.netbeans.org/html4j/ because this project started as a [[NetBeans]] subproject. I hope that is not going to stop you from collaborating. | ||
+ | |||
+ | I am not sure where you see the ''[[GPL]] flag'' my pom.xml says | ||
+ | http://hg.netbeans.org/html4j/file/release-0.7.5/pom.xml#l40 | ||
+ | the dual license is [[CDDL]] and [[GPLwithClassPathException]] - e.g. very liberal. | ||
+ | |||
+ | --[[User:JaroslavTulach|JaroslavTulach]] 09:04, 5 March 2014 (UTC) | ||
</div> | </div> |
Revision as of 09:04, 5 March 2014
Comments on Knockout4Java <comments />
Tim Boudreau said ...
Ruediger Moeller said ...
Very interesting stuff .. where can i get a full distribution incl. source ? All the mvn releases are binary though it's flagged (maven.org) as GPL. Why no github or something more convenient for collaboration ?
--Ruediger Moeller 15:01, 28 February 2014 (CET)
Hello Ruediger, thanks for your interest. The sources are available at http://hg.netbeans.org/html4j/ because this project started as a NetBeans subproject. I hope that is not going to stop you from collaborating.
I am not sure where you see the GPL flag my pom.xml says http://hg.netbeans.org/html4j/file/release-0.7.5/pom.xml#l40 the dual license is CDDL and GPLwithClassPathException - e.g. very liberal.
--JaroslavTulach 09:04, 5 March 2014 (UTC)
Don't use "-SNAPSHOT" in your versions and you won't have download-the-internet builds.
--Tim Boudreau 01:35, 17 May 2013 (CEST)