Leonid Shalupov
0e435d5274
pack compiler sources and javadoc
2012-05-07 19:06:59 +04:00
Leonid Shalupov
c0d6d97583
libraries: adapt to single repository schema
2012-05-07 17:06:26 +04:00
Leonid Shalupov
c5e1225f1c
libraries: redundant ${project.basedir}
2012-04-30 20:59:16 +04:00
Leonid Shalupov
3813e0a886
maven version = 0.1-SNAPSHOT
2012-04-12 13:03:15 +04:00
Leonid Shalupov
2bc2b123b3
fix build
2012-04-12 10:28:33 +04:00
Leonid Shalupov
d1246abbf1
maven: get rid of intermediate poms: examples, docs, tools (artifacts garbage)
2012-04-12 09:33:48 +04:00
Leonid Shalupov
db2e3b73aa
fix kunit compilation
2012-04-09 23:03:24 +04:00
Leonid Shalupov
673c274ba4
add some maven distribution management
2012-04-07 20:42:28 +04:00
James Strachan
a40f9ee9b1
refactored the maven project structure so that things are in a simpler tree structure to avoid folks getting lost
2012-04-05 16:20:06 +01:00
James Strachan
937b5ac16d
added first spike of a kdoc maven plugin for generating API docs for kotlin projects
2012-04-05 15:46:01 +01:00
James Strachan
698c6cc7bc
added an initial spike of a swing library for kotlin to help create swing UIs using nice kotlin builder syntax
2012-04-05 13:02:52 +01:00
Leonid Shalupov
50e3e01284
no dependency on external maven plugin
2012-04-04 15:43:59 +04:00
James Strachan
1d342978d0
#KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created
2012-04-02 20:01:24 +01:00
James Strachan
25c0ed3279
enabled the js example project
2012-03-30 09:43:05 +01:00
James Strachan
abe72e5adc
added a spike of a pure Java set of kotlin maven plugins which use the kotlin-compiler, build tools and associated dependencies from the Ant build. The kotlin-install module installs all the Ant build stuff into the local mvn repo, so they can be shaded and included into the plugin itself so it can be easily used from any mvn like build
2012-03-29 20:48:06 +01:00
Evgeny Goldin
01679d315d
Cleanup - "localKotlin" profile is eliminated, it is now the default behavior
2012-03-21 15:21:12 +01:00
Evgeny Goldin
669c7ec326
Libraries:
...
- "kotlin-maven-plugin" is pulled up to the main POM
- "testFilterIntoLinkedList" test commented out
- stdlib - including "kotlin-runtime" respects "localKotlin" profile
2012-03-20 21:54:43 +01:00
Evgeny Goldin
178d822c89
Added "kotlin-maven-plugin" module, extracted <junit> to the parent POM scope "compile".
2012-03-19 23:19:23 +01:00
James Strachan
1c408cdbda
include the runtime classes in the mvn build stdlib
2012-03-19 17:13:56 +00:00
James Strachan
5e2401234b
fixed up wrong repo URL
2012-03-19 10:45:36 +00:00
Evgeny Goldin
165a110064
Kotlin maven plugin updates:
...
- <groupId>com.github.goldin</groupId>
- <kotlin-maven-plugin.version>0.2.3.8</kotlin-maven-plugin.version>
- Repo is "http://evgenyg.artifactoryonline.com/evgenyg/ "
2012-03-18 22:34:23 +01:00
James Strachan
cfe39d4025
added a little test of showing how we can use the standard kotlin functions and standard library from Java
2012-03-17 17:00:32 +00:00
James Strachan
515b701383
removed old guice dependencies
2012-03-14 08:52:50 +00:00
James Strachan
a7ef7a2340
added Mark Petrovic's suggestion of the string encoding - thanks Mark!
2012-03-14 08:41:05 +00:00
James Strachan
e7a57612bd
added a basic set of extension functions for working with JDBC in kotlin
2012-03-12 16:07:31 +00:00
James Strachan
c1aa22ab41
added guice dependencies
2012-03-12 07:35:05 +00:00
James Strachan
8936f45054
exposed the project version as a system property so we can use it in the tests & generation of the kdoc
2012-03-09 07:30:15 +00:00
James Strachan
b5108912ee
re-enabled tests by default
2012-03-09 07:12:41 +00:00
Evgeny Goldin
2c985eb33a
<kotlin-maven-plugin.version>0.2.3.8-beta-10</kotlin-maven-plugin.version>
2012-03-08 17:42:19 +01:00
Evgeny Goldin
1036c9df17
kotlin-maven-plugin "0.2.3.8-beta-9": no need to use "ivy-maven-plugin" or <systemPath>.
2012-03-08 16:41:04 +01:00
James Strachan
db72208a91
refactored filterNulls() to filterNotNull() which is a clearer name - thanks Stepan!
2012-03-08 14:36:23 +00:00
Evgeny Goldin
0a0cfcf6c5
Libraries - "kotlin-compiler" dependency added.
2012-03-08 02:29:11 +01:00
Evgeny Goldin
96fad2693e
<kotlin-maven-plugin.version>0.2.3.8-beta-8</kotlin-maven-plugin.version>; "localKotlin" profile added - when activated "${kotlin-sdk}/lib" files are used.
2012-03-08 02:21:38 +01:00
James Strachan
44b2fec726
added a simple little site generator for the API docs
2012-03-07 20:13:47 +00:00
James Strachan
446541f676
upgraded to the latest mvn plugin
2012-03-07 19:17:21 +00:00
James Strachan
322eda917d
add the apidocs to the mvn build (though temporarily requires a snapshot of the mvn plugin)
2012-03-07 12:51:53 +00:00
James Strachan
7af79bc31b
added gitignore and pegdown version
2012-03-07 09:53:52 +00:00
James Strachan
fee9d2d1a2
fixed up surefire configuration so the build works
2012-03-06 20:26:40 +00:00
James Strachan
310af17e83
added a pom for kunit
2012-03-06 20:24:10 +00:00
James Strachan
8fda6a8892
got a basic mvn build working (without testing stdlib yet)
2012-03-06 20:15:17 +00:00
James Strachan
0e50c76f44
added first spike at maven poms for stdlib and kdoc
2012-03-06 19:50:03 +00:00