On Thu, 24 Jul 2003, Nick Chalko <[EMAIL PROTECTED]> wrote:
But can we capture teh difference betwwen "build" time and "compile"
time dependencies into gump
Are there any compile time dependencies (i.e. things your code imports) that are not runtime dependencies as well?
Yes log4j, is required to compile, but at runtime we fallback to System.out.
Good point.
"build time" would be things like Ant, JavaCC, JUnit, Checkstyle for most projects. But I think "compile time" with the definition above is a subset of runtime.
Or is ant special enough that we just recommend people use a
"released" ant.
Maybe in the case of Ant, but what about JavaCC (two different, binary
and API incompatible new versions over the past two months)?
perhaps there is three types of depends build / compile / runtime.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
