On Thu, 24 Oct 2002, <[EMAIL PROTECTED]> wrote: > I've Fixed the javadoc directory and the default target as well as > the superfluous maven.final.name.
You should have replaced it with final.name instead, see below 8-) Gump works with your descriptor (and will actually use it from now on), but it won't recognize that grant has been built completely. Because of <jar name="commons-grant-@@DATE@@.jar"> it will search for a jar of that name, but the build generates commons-grant-1.0-beta-4.jar as you don't override final.name. >From now on, this is your responsibility ;-) > The name mapping is next on my list. Great. Stefan -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
