Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] [EMFQuery2] Creating update site

Hi,

I am trying to create a new updatesite for EMF Query2. I am following the instructions on the page: http://wiki.eclipse.org/Common_Build_Infrastructure/Publishing

I am able to connect build.eclipse.org with a real shell now. But i am not able to find the promote.xml file there. I tried following two commands. Both of them reports similar errors:

1) Command: 
/opt/public/common/apache-ant-1.7.1/bin/ant -f /opt/buildhomes/hudsonBuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.xml -Dpromote.properties=/opt/buildhomes/hudsonbuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.properties
Error:
Unable to locate tools.jar. Expected to find it in /usr/lib64/jvm/java-1_6_0-ibm-1.6.0/lib/tools.jar
Buildfile: /opt/buildhomes/hudsonBuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.xml does not exist!
Build failed


2) Command:
/opt/public/common/apache-ant-1.7.1/bin/ant -f /opt/users/hudsonbuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.xml -Dpromote.properties=/opt/users/hudsonbuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.properties
Error:
Unable to locate tools.jar. Expected to find it in /usr/lib64/jvm/java-1_6_0-ibm-1.6.0/lib/tools.jar
Buildfile: /opt/users/hudsonbuild/.hudson/jobs/cbi-emf-query2-0.7/workspace/build/org.eclipse.query2.releng/promote.xml does not exist!
Build failed

Where can i find the promote.xml for query2 on server ?
Is the method mentioned in the page obsolete ? Can you refer to any existing build where you are using athena and then promoting.

Thanks and Regards,
Ashwani Kr Sharma

Back to the top