Skip to content
andrewleo edited this page Nov 1, 2013 · 8 revisions

Some issues are also tagged as FAQ

https://github.com/NetEase/Dagger/issues

How to build Dagger into a .jar file?

Precondition: Set up the environment of Maven 3.X, then go ahead!

  1. Checkout Dagger's source code
  2. Enter the root directory
  3. Run mvn package in terminal
  4. Fetch dagger.jar under build folder

Good to know

Only the source code under src folder built into dagger.jar

Clone this wiki locally