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 Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
23
+
You can build using Ant, Maven or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
24
24
25
25
### Ant
26
26
@@ -32,6 +32,22 @@ will create the javadoc of this library at ```doc/``` and build the library itse
32
32
33
33
The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
0 commit comments