https://issues.apache.org/bugzilla/show_bug.cgi?id=44915





--- Comment #4 from Peter Reilly <[EMAIL PROTECTED]>  2008-05-01 08:25:22 PST 
---
Thanks,
the build file contains a <manifestclasspath> task
outside a <target>, this means that it gets
run before any target.

The manifestclasspath task will fail if
there is no directory for the task.

move the manifestclasspath task to
the line before the <jar>, or any
time after the classpath dir is made
(for example after the <mkdir> task
in the "copylib".

I notice that the "compile" target
does not depend on the "copylib" target.
It is good practice to declare all the target
dependencies.
Peter


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to