Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Error while exporting the CDT 4.0.1 feature

Further investigation reveals that this issue is related to Eclipse
3.3.1. CDT 4.0.1 may be exported to an archive .zip file without
problems using Eclipse 3.3.0. I have raised bug #205019.

John Dallaway

-------- Original Message --------
Subject: [cdt-dev] Error while exporting the CDT 4.0.1 feature
Date: Fri, 28 Sep 2007 16:37:39 +0100
From: John Dallaway <jld@xxxxxxxxxxxxxxx>
Reply-To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
To: cdt-dev@xxxxxxxxxxx

Hi

I am attempting to export the CDT feature to an archive .zip file using
the export wizard. On Linux/GTK, I observe the following error:

> Problems during export
> /local/cdt-4.0.1/eclipse/workspace/org.eclipse.cdt-feature/assemble.org.eclipse.cdt.linux.gtk.x86.xml:101:
> The following error occurred while executing this line:
> /local/cdt-4.0.1/eclipse/workspace/org.eclipse.cdt-feature/build.xml:164: java.lang.NullPointerException

build.xml:164 is the <eclipse.idReplacer> line within the
"gather.bin.parts" target definition.

What could be going wrong?

I am using Sun Java 1.5, Eclipse 3.3.1 and CDT 4.0.1.

John Dallaway


Back to the top