----- Original Message ----- From: "sebb" <seb...@gmail.com>
To: <general@gump.apache.org>
Sent: Saturday, September 19, 2009 2:50 AM
Subject: How to depend on legacy projects?


JMeter currently depends on some legacy Excalibur modules:

excalibur-datasource-1.1.1.jar
excalibur-i18n-1.1.jar
excalibur-instrument-1.0.jar
excalibur-logger-1.1.jar
excalibur-pool-1.2.jar

These are currently referenced using <work nested="lib/xxx">.

All of these are also available in Maven repos, but JMeter does not
use Maven to build - is it possible to tell Gump to depend on the
copies in the repo?


Not really except for M2 builds, and even then you wouldn't get the specific version if Gump knows how to build it. If you need this specific version, then <work ... /> is probably the way to go.

JMeter also depends on jCharts 0.75 and htmlparser, which are not in
Maven as far as I can tell - how can one make these available to Gump?


Gump used to have jCharts 0.75 as a packaged project. It could probably be resurrected. Htmlparser is a Gump project so <depend project="htmlparser" /> is enough.

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




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

Reply via email to