Jars usually don't include dependencies - they have dependencies.
Unless you package them in a special way (see the maven shade plugin)

So look at the pom. Copy all jars referenced in there into your you
lib dir where you have the javaflow jar and then add those to your
fileset

>>>                                <classpath id = "project.class.path">
>>>                                         <fileset dir = "lib">
>>>                                              <include name = 
>>> "**/commons-javaflow-1.0-SNAPSHOT.jar"/>

Here!

>>>                                        </fileset>
>>>                                </classpath>

...or add the maven shade plugin to your pom.

cheers,
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to