Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] null pointer w/ build scripts?

Has anybody else seen a null pointer exception using the new build scripts?

I believe it fails while building dtcore.jar (because the "BUILD FAILED" message immediately follows the message about building dtcore.jar).

This is my first attempt at using these scripts, so it's quite possible I'm just doing something wrong.

I checked out basebuild and eclipsebuilder -r v20030127 (I just picked a revision that looked current), and issued:

   buildEclipse -bootclasspath /mve/windows_rt/rt.jar

I verified I have the recommended versions of the tools per the platform-releng instructions, and I'm trying this on a RedHat 7.3 system.

If you have any ideas or suggestions, I'd love to hear 'em.

Here's where I see the problem:
-----
[... snip ...]
[javac] process 65/65 : /mve/src/plugins/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java [javac] done 65/65 : /mve/src/plugins/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java
    [javac] 65 units compiled
[copy] Copying 3 files to /mve/src/plugins/org.eclipse.debug.core/temp.folder/dtcore.jar.bin [jar] Building jar: /mve/src/plugins/org.eclipse.debug.core/dtcore.jar

BUILD FAILED
java.lang.NullPointerException
at org.apache.tools.zip.ZipOutputStream.finish(ZipOutputStream.java(Compiled Code)) at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:139)
        at org.apache.tools.ant.taskdefs.Zip.execute(Zip.java:402)
        at org.apache.tools.ant.Task.perform(Task.java(Compiled Code))
        at org.apache.tools.ant.Target.execute(Target.java(Compiled Code))
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
        at org.apache.tools.ant.Task.perform(Task.java(Compiled Code))
        at org.apache.tools.ant.Target.execute(Target.java(Compiled Code))
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
        at org.apache.tools.ant.Task.perform(Task.java(Compiled Code))
        at org.apache.tools.ant.Target.execute(Target.java(Compiled Code))
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
[... snip ...]
-----

I still have the entire output, so if you need more information, please let me know.

thanks,

Brian



Back to the top