You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Steve Loughran <st...@iseran.com> on 2002/05/03 23:01:23 UTC

build install-lite failing on a clean build

on the ant 1.5 branch, did ant clean; bootstrap; build test; build
install-lite and got an error during the process:

dist-lite:
Copying 2 files to C:\java\Apps\jakarta-ant\bootstrap\lib
java.lang.NoClassDefFoundError: org/apache/tools/ant/util/DateUtils
        at
org.apache.tools.ant.DefaultLogger.formatTime(DefaultLogger.java:300)

        at
org.apache.tools.ant.DefaultLogger.buildFinished(DefaultLogger.java:1
90)
        at org.apache.tools.ant.Project.fireBuildFinished(Project.java:1777)
        at org.apache.tools.ant.Main.runBuild(Main.java:624)
        at org.apache.tools.ant.Main.start(Main.java:195)
        at org.apache.tools.ant.Main.main(Main.java:234)
org/apache/tools/ant/util/DateUtils

...repeating the command and it took.

Suggestions?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>