You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by Bryan Che <bc...@redhat.com> on 2004/10/29 18:30:34 UTC

ant controls.drt build failure

Hi, I'm getting an ant build failure when running ant controls.drt:

...
mantis:
    [mantis] running command:
    [mantis] /opt/jdk1.5.0/bin/apt  -nocompile -classpath 
/opt/jdk1.5.0/lib/tools.jar:/home/bche/src/svn/beehive/v1-alpha/installed/apache-ant-1.6.2/lib/ant.jar:/home/bche/src/svn/beehive/v1-alpha/external/junit/junit.jar:/home/bche/src/svn/beehive/v1-alpha/external/servlet/servlet-api-2.4.jar:/home/bche/src/svn/beehive/v1-alpha/controls/test/infra/milton/milton.jar:/home/bche/src/svn/beehive/v1-alpha/controls/test/infra/tch/schema.jar:/home/bche/src/svn/beehive/v1-alpha/controls/test/infra/mantis/mantis.jar:/home/bche/src/svn/beehive/v1-alpha/external/xmlbeans/apache-xbean.jar:/home/bche/src/svn/beehive/v1-alpha/installed/jsr173/jsr173_1.0_api.jar:/home/bche/src/svn/beehive/v1-alpha/controls/build/jars/controls.jar:/home/bche/src/svn/beehive/v1-alpha/controls/test/build/classes/beans:/home/bche/src/svn/beehive/v1-alpha/controls/test/build/classes/drivers 
-s /home/bche/src/svn/beehive/v1-alpha/controls/test/mantis-cases -d 
/home/bche/src/svn/beehive/v1-alpha/controls/test/mantis-bingen -factory 
org.apache.beehive.test.tools.mantis.MantisFactory 
-Aconfig=/home/bche/src/svn/beehive/v1-alpha/controls/test/infra/mantis/mantis.properties 
@/home/bche/src/svn/beehive/v1-alpha/controls/test/mantis-cases/files.txt

BUILD FAILED
/home/bche/src/svn/beehive/v1-alpha/build.xml:59: The following error 
occurred while executing this line:
/home/bche/src/svn/beehive/v1-alpha/controls/build.xml:210: The 
following error occurred while executing this line:
/home/bche/src/svn/beehive/v1-alpha/controls/test/build.xml:301: The 
following error occurred while executing this line:
/home/bche/src/svn/beehive/v1-alpha/controls/test/build.xml:141: The 
following error occurred while executing this line:
/home/bche/src/svn/beehive/v1-alpha/controls/test/build.xml:454: 
java.lang.IllegalThreadStateException: process hasn't exited

Are other people getting this as well?

Bryan