Community
Participate
Working Groups
Dennis, I've been fighting with our project releng stuff since weeks ago, during the CVS 2 GIT transition. After sorting git-related bits out, our hudson job is failing[1] during the signing process. I hope you have a better idea than I have about why our job is failing. I'm not sure why now the job complains about some properties ( which I haven't ever set, BTW). Do you have any idea or guidance about what to do here ? Is this issue related to any kind of modification in the servers configuration, which I should be aware of ? [1] https://hudson.eclipse.org/hudson/job/buckminster-mdt-ocl-3.1-maintenance/607/console Thanks in advance, Adolfo.
Dennis, After a deeper investigation, I've found the problem. During the moving I should have changed the following command in a shell script from our build cat "${WORKSPACE}/org.eclipse.mdt/org.eclipse.ocl/releng/org.eclipse.ocl.releng.buckminster/releng/ocl-build.properties" to cat "${WORKSPACE}/org.eclipse.ocl.git/releng/org.eclipse.ocl.releng.buckminster/releng/ocl-build.properties" Said build properties file has some needed properties which let buckminster do an "Eclipse Local" signing.... Since the file location was not properly set, a "Local" signing is perfomed instead, which needs the missing properties which the build is complaining about... Fixing the location should solve the problem. Resolving as WORKSFORME (for you ;) ) Regards, Adolfo.