On Thu, 25 Apr 2002 02:16, Leif Mortenson wrote: > What has to be done to fix this. > In gump.xml, the datasource project depends on pool, which in turn > depends on instrument. > Shouldn't that be working?
Naah - dependencies in gump are not transitive (sp?) except under particular circumstances. So you need to add an intrument dependency on datasource. Alternatively you could do the following * mark the instrument dependency of pool as being needed at runtime by adding something like runtime="true" to its declaration * make the pool dependency of datasource inherit all the jars needed by runtime by adding inherit="runtime" to dependency declaaration -- Cheers, Peter Donald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
