This is my first time using Maven and Ant. How does one build a local jar in the development environment?
I tried running "mvn package" and then "dist" in build.xml. But both return compilation errors. I am guessing I either have the wrong tool(s) or my configuration just needs tweaking.
(Sorry if this question was answered previously. My searches did not turn up any hits on this question).
results: mvn package
...
[INFO] ------------------------------------------------------------------------ ...