Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Problems importing the BOM

Hi,

I have problems with exporting/importing BOMs.

The exported BOM is included (exported on a Windows platform). When trying to import the BOM (on a Linux platform), I get following exception:

Caused by: org.eclipse.buckminster.core.metadata.model.ElementNotFoundException: No element with id 49de501f-d7af-3065-aa11-5776fe9cf440 was found in storage cspec at org.eclipse.buckminster.core.metadata.FileStorage.getRequiredElement(FileStorage.java:166) at org.eclipse.buckminster.core.metadata.model.Resolution.getCSpec(Resolution.java:284) at org.eclipse.buckminster.core.metadata.model.Resolution.store(Resolution.java:457) at org.eclipse.buckminster.core.metadata.model.BillOfMaterials.importGraph(BillOfMaterials.java:79)

I'm using the latest version from CVS.

Note:
There is also a compile error in

org.eclipse.buckminster.core.common.model.Documentation.java

at line 146:
ContentHandler serializer = Utils.newSerializer(null, out, "UTF-8", -1, true);

Severity and Description Path Resource Location Creation Time Id


The method newSerializer(File, OutputStream, String, int) in the type Utils is not applicable for the arguments (null, ByteArrayOutputStream, String, int, boolean) org.eclipse.buckminster.core/src/java/org/eclipse/buckminster/core/common/model Documentation.java line 146 1168552816367 59461


Can someone help, please?


Regards

 Filip Hrbek


Attachment: bom.dump
Description: Binary data


Back to the top