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

I'm not sure what is wrong. I've checked basics and they look ok. At this point, I guess either random network failure, or, I have been trying to get some new "tests" to run, and thought I was committing stuff in HEAD only, that would not impact production builds ... but, I could have made a mistake or be mistaken.

At any rate, I started a new build, to see if same error happens again, and if it does, I'll "comment out" the tests I'm trying to add (which do not work yet).

In the mean time, this caused me to take a close look at one of your bundles (the one the build is for: com.fasterxml.jackson.core.jackson-databind) and have a suggestion.

I noticed you didn't reformat the MANIFEST.MF file, and when checked into CVS (or Git) repository, it is easier to read, if formatted. (And PDE's format work's pretty well, I've never seen it break a manifest file) ... AND ... I see that is has Windows line endings. I am not sure what the Jar Spec says, but I think ordinarily best to convert those to Linux line endings. If you really wanted to test, you could try reading/writing it with a snippet of code that used java.util.jar.Manifest and see if they made "lines too long" or, whatever. Perhaps it doesn't really matter, and its just my habit. I did not notice anything else to improve.

I am keeping a close eye on this next build (in progress) and if fails in same way, I'll be sure my "tests" are commented out, and re-run.

Thanks,







From:        Roland Grunberg <rgrunber@xxxxxxxxxx>
To:        Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Cc:        David M Williams/Raleigh/IBM@IBMUS
Date:        04/16/2015 12:54 PM
Subject:        Re: [orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed




> View results here ->
>
http://build.eclipse.org:9777/dashboard/tab/build/detail/orbit-I?log=log20150416145801
>
> BUILD FAILED
> Ant Error Message:
>                  /shared/orbit/org.eclipse.orbit.releng.control/cc_project_build.xml:69: The
> following error occurred while executing this line:
> /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/build.xml:72:
> The following error occurred while executing this line:
> /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/distribution/orbit.build/build.xml:31:
> The following error occurred while executing this line:
> /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/scripts/build/runbuild.xml:22:
> The following error occurred while executing this line:
> java.io.FileNotFoundException:
> /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/scripts/build/checkForFastFail.xml
> (No such file or directory)

Hey David, am I missing something obvious here ? I commited the eclipse.inf
to the bundle, tagged the module, and updated the bundles.map file with the
new tag. Only reference I could fine to this error is in :

http://dev.eclipse.org/mhonarc/lists/orbit-dev/msg03288.html

Cheers,
--
Roland Grunberg



Back to the top