On 12/29/13, 6:39 AM, Gilles wrote: > Hello. > > Is there some framework in place in order to generate executable > files > from the Java sources located there? > I guess that a configuration snippet could be added in the > "pom.xml"[1] > so that one of the build phases can also compile (and perhaps also > run) > the example applications. > > > Regards, > Gilles > > [1] I tried to use the "pom.xml" located in "src/userguide" but it > "failed > to resolve artefact" > org.apache.commons:commons-math3:jar:3.3-SNAPSHOT.
You need to install the [math] snapshot locally for maven to be able to resolve it. Run "mvn install" to get a current snapshot installed locally. Phil > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org