James Strachan
|
ec1a7f44ae
|
create a standard jar of the kotlin JS source that needs to be compiled when generating JS code so its easy to reuse using regular maven dependencies in build tools; updated the examples to reuse this so that its easy to build JS code without needing to know where on the file system a kotlin checkout lives
|
2012-05-28 17:16:12 +01:00 |
|
James Strachan
|
e38aac1dce
|
added documentation on the sample
|
2012-05-26 07:56:38 +01:00 |
|
James Strachan
|
d6c7743aab
|
got a working sample! :)
|
2012-05-26 07:48:37 +01:00 |
|
James Strachan
|
1254aa9e6f
|
allow the JS compiler to reference the JS library source so that maven based JS compilation can work & use the new kotlin.browser API
|
2012-05-26 07:45:10 +01:00 |
|
James Strachan
|
296a5b6b6c
|
added a test case for using the kotlin.browser package from JS (which fails so far, but its a start ;)
|
2012-05-24 13:08:14 +01:00 |
|
Leonid Shalupov
|
3813e0a886
|
maven version = 0.1-SNAPSHOT
|
2012-04-12 13:03:15 +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
|
863042da27
|
maven artifacts: runtime, stdlib -> kotlin-runtime, kotlin-stdlib
|
2012-04-10 22:39:11 +04:00 |
|
James Strachan
|
ca7ff2e2e4
|
fix bad pom parent
|
2012-04-05 18:43:48 +01: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
|
25c0ed3279
|
enabled the js example project
|
2012-03-30 09:43:05 +01:00 |
|
James Strachan
|
9d1a3873df
|
added a basic working JS compiler maven plugin (though it doesn't currently let you specify any library files to compile)
|
2012-03-29 21:04:24 +01:00 |
|
James Strachan
|
04905c106a
|
added a little sample maven project to test out the JS maven plugin (its not quite working yet :)
|
2012-03-29 20:50:36 +01:00 |
|