You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/basic/README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@
2
2
3
3
This project aims to demo small and easy concepts around jruby extensions, this concepts will be listed as
4
4
5
-
* Classes and Modules
6
-
* Static methods in both elements
5
+
### Creating Classes and Modules
6
+
7
+
* For java method signatures, and @JRubyMethod annotations see the [wiki][]
7
8
* Loading the extensions
8
9
* ...
9
10
10
-
### Polyglot maven build
11
+
### Building the extension using polyglot maven
12
+
13
+
* For details on compiling the java extensions using [polyglot maven][] see this [guide][]
14
+
15
+
Or for the impatient
11
16
12
17
```bash
13
18
mvn # builds basic.jar
@@ -17,8 +22,6 @@ mvn # builds basic.jar
17
22
mvn javadoc:javadoc # javadoc
18
23
```
19
24
20
-
[Polyglot maven][] has to be the way to go (ant was bad enough but maven is bloody diabolical in xml). Polyglot maven is really simple and well thought out (except they don't seem have completely caught up with the _new_ well like since ruby 1.9 hash) but you can use it anyway (and snake case).
0 commit comments