Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Buckminster/Git Re: CDO RC1 contribution delayed to +3


Whew, build is back to "normal" whatever that is.. thanks guys for the suggestions. I don't know what other project's status are -- I can see CDO looks to be finishing up. But I can will have my +3 build sometime in the next couple of hours.

On May 18, 2011, at 10:53 AM, Adolfo Sánchez-Barbudo Herrera wrote:

Eike,

As added information, I've looked for said build.xml:224.

The ant task around said line:

    <target name="unzip" depends="create.output.dir">
        <pathconvert property="zip.input.file">
            <buckminster.valuefileset value="${fs:action.requirements}"/>
        </pathconvert>
        <unzip dest="${sp:action.output}" src=""/>
    </target>

Who knows...

As said, Miles, try to build again to check if it fails at the same point...

Cheers,
Adolfo.

El 18/05/2011 18:35, Eike Stepper escribió:
Am 18.05.2011 18:08, schrieb Miles Parker:

Thanks Adolfo,

I solved my original issue but now I'm having another one. At some point along the way I did find a reason to switch to 3.7. I have 0 idea what's going on here:


ERROR: org.eclipse.core.runtime.CoreException: /opt/users/hudsonbuild/.eclipse/800848693/configuration/org.eclipse.osgi/bundles/605/1/.cp/org/eclipse/buckminster/pde/antscripts/build.xml:224: /opt/public/jobs/amp-nightly/workspace/{fs does not exist.
This "/opt/public/jobs/amp-nightly/workspace/{fs does not exist." looks so strange. As if in some Ant script the "$" in "{$fs ...} is missing and the variable fs gets interpreted as literal. Just guessing...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


org.eclipse.core.runtime.CoreException: 

And of course I need this to work now. :) I'm going to go back to 3.6 and see if that works. Thanks *very* much for the bug reference -- I'll look at that as well.

best,

Miles


On May 18, 2011, at 1:45 AM, Adolfo Sánchez-Barbudo Herrera wrote:

Miles,

El 17/05/2011 20:48, Miles Parker escribió:
I'd appreciate hearing from anyone else who is using Buckminster/Git, especially if you've been running into any issues
I've checked you are using buckminster 3.6 in your hudson job configuration so the following issue doesn't apply to you. For those release engineers using buckminster 3.7, you may want to check that your publishing scripts are working as expected. I've been running into the following issue since a couple of days:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=345993

Since I took the publishing mechanism (scripts) from other modeling releng projects, any other project using buckminster 3.7 might experience the same problem.

Best Regards,
Adolfo.
--
<logo.gif>
Adolfo Sánchez-Barbudo Herrera
adolfosbh(at)opencanarias(dot)com
C/Elías Ramos González, 4, ofc. 304
38001 SANTA CRUZ DE TENERIFE
Tel.: +34 922 240231
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
<logo.gif>
Adolfo Sánchez-Barbudo Herrera
adolfosbh(at)opencanarias(dot)com
C/Elías Ramos González, 4, ofc. 304
38001 SANTA CRUZ DE TENERIFE
Tel.: +34 922 240231
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top