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
You can build using Ant or Maven but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
23
23
24
-
###Ant
24
+
###Ant
25
25
26
26
```bash
27
27
ant
@@ -31,7 +31,9 @@ will create the javadoc of this library at ```doc/``` and build the library itse
31
31
32
32
The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
33
33
34
-
###Maven
34
+
### Maven
35
+
36
+
**Note: I (marci4) have currently no access to our maven repository!!! The jar you can get there is out of date and it is recommended for you to build the jar directly from the sources!!!**
35
37
36
38
To use maven just add this dependency to your pom.xml:
0 commit comments