You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Santiago Gala (JIRA)" <ji...@apache.org> on 2007/05/25 08:31:17 UTC

[jira] Closed: (HARMONY-3846) [drlvm][build] NullPointerException in ant on non-clean builds

     [ https://issues.apache.org/jira/browse/HARMONY-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santiago Gala closed HARMONY-3846.
----------------------------------

    Resolution: Fixed

Some further commit fixed it. As it was never isolated, I guess writing a test for it is difficult at this stage.

> [drlvm][build] NullPointerException in ant on non-clean builds
> --------------------------------------------------------------
>
>                 Key: HARMONY-3846
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3846
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci, DRLVM
>         Environment: Linux AMD64
>            Reporter: Santiago Gala
>
> $ BUILD_CFG=debug ./build.sh 
> Buildfile: ./make/build.xml
> svn-detect:
> svn-prop:
> extern_dep:
>      [echo]  Using CLASSLIB = /home/sgala/newcode/harmony/working_classlib
> detect.os.arch.cxx.cfg:
> init.win:
> init.lnx:
> set.semis.dirs:
> setup:
> check.tmp.jars:
> init:
>      [echo] jars: true
> get.antcontrib:
> plugin.antcontrib:
> check.ant.version:
> setup.resources:
> setup.check.files:
> setup.properties:
> check.unzipped.externals:
> generate.internal.variables:
> setup:
> set.externals:
> plugin.antcontrib:
> plugin.cpptasks:
> init:
>      [echo] Configuration:
>      [echo]      Hosting Java = 1.6.0 (Sun Microsystems Inc.)
>      [echo]     classlib root = /home/sgala/newcode/harmony/working_classlib
>      [echo]                os = Linux
>      [echo]              arch = em64t
>      [echo]               cxx = gcc
>      [echo]               cfg = debug
>      [echo]      svn revision = 
>      [echo]        components = deploy
> set.target.to.build:
> process.components:
> is.build.constructed:
> BUILD FAILED
> /home/sgala/newcode/harmony/working_vm/build/make/build.xml:462: The following error occurred while executing this line:
> /home/sgala/newcode/harmony/working_vm/build/make/build.xml:469: The following error occurred while executing this line:
> /home/sgala/newcode/harmony/working_vm/build/make/build_component.xml:83: java.lang.NullPointerException
> Total time: 4 seconds
> *
> * Please, refer to README.txt for details.
> ./build.sh clean first makes it build, but only the first time. If I don't clean first I always get this error since a couple of weeks ago.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.