|
Generating preverified jars
Something I've been toying with is using microlog to take care of our logging needs (replacing System.out.println). I have had good success integrating microlog into a robot if I include (stripped-down) source code, but now I want keep microlog as a separate jar and include that jar into the robot build.
Does anyone have an example of a build.xml to generate a preverified jar, ready to include in a Robot?
|