Skip to main content

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

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