Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed

All beginnings are difficult. But this one seems to be much harder than I expected... 

> [orbit-set1] /opt/public/orbit/projects/orbit-I/workdir/plugins/com.google.guava.source_10.0.1/build.xml:125: Problem reading the content of the manifest : /shared/orbit/projects/orbit-I/workdir/tmp/eclipse/plugins/com.google.guava.source_10.0.1.v201203051440/META-INF/MANIFEST.MF
> 

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.google.guava.source
Bundle-Version: 10.0.1.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Eclipse-SourceBundle:com.google.guava;version="10.0.1.qualifier"


I assume this was caused by a missing blank after "Eclipse-SourceBundle:"

Back to the top