Java project management and build tool, using the Java language for Java 6+
Go to file
nathan 33ffb03aab Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
src/dorkbox Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
.classpath Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
.gitignore Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
.project Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.Apachev2 Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.BSD Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.GPLv2_CP Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.LGPLv3 Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.MIT Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
LICENSE.Public Initial import of OAK java build management 2014-12-25 19:53:27 +01:00
README.md Initial import of OAK java build management 2014-12-25 19:53:27 +01:00

README.md

OAK

Dorkbox OAK is a Java project management and build tool, using the Java language.

The main distinction between this tool and others, such as Ant, Maven, Ivy, Gradle, etc. is that this build tool lets you work directly in Java. Since you are building a Java project, it can safely be assumed that you already know Java, why use XML, Groovy, or some other language to build your project?

  • This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+

For example:

  • See Build.java to see an example

OR, for a "real world" example

  • See the example code in the wiki, which is what is used to build OAK
  • Then, java -jar libs/OAK.jar build oak