On Dec 2, 2007 11:39 AM, Sciss <[EMAIL PROTECTED]> wrote: > i'm trying to do the javaflow tutorial from http://commons.apache.org/ > sandbox/javaflow/tutorial.html , but i don't know how to download and > install javaflow. both > > http://vmgump.apache.org/gump/public-jars/commons-sandbox/jars/ > http://people.apache.org/builds/jakarta-commons/nightly/ > > don't have a .jar at hand. i did
The only snapshots I can find are here, but they're really old... http://people.apache.org/repo/m1-snapshot-repository/commons-javaflow/jars/ (Also, please tag future subject lines with [javaflow] to help people sort messages.) > $ svn co http://svn.apache.org/repos/asf/commons/sandbox/javaflow > > , found that i need a build-tool called maven, downloaded maven, tried > > $ ~/Desktop/apache-maven-2.0.8/bin/mvn clean install > > but only get an error message Edit the javaflow/trunk/pom.xml file and un-comment the <repository> elements that you see there. After that, it builds for me. Another option is to check out commons-sandbox-parent and build that locally with: svn co http://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/trunk/ commons-sandbox-parent cd commons-sandbox-parent mvn install HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
