Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linux-distros-dev] linuxtools 0.2.0 builds are failing because of changes I made - sorry!

[subant] /opt/public/cbi/build/linuxtools/downloads/drops/0.2.0/N200902110200/org.eclipse.dash.common.releng/tools/scripts/getDependenciesHelper.xml:78: java.net.MalformedURLException: no protocol: ${cdtURL}

This is because the new variable for ${cdtURL} is: ${tools.cdt.master.URL}

You can see the other dynamically-generated variables in your build's build.cfg, eg:

# tools.cdt.master
tools.cdt.master.url=http://download.eclipse.org/tools/cdt/releases/ganymede/dist/cdt-master-5.0.0.zip
tools.cdt.master.file=cdt-master-5.0.0.zip
tools.cdt.master.dropfile=/tools/cdt/releases/ganymede/dist/cdt-master-5.0.0.zip
tools.cdt.master.buildurl=/tools/cdt/releases/ganymede/dist

Note that BIRT and EMF have also been renamed: ${birt.report.framework.url}, ${modeling.emf.runtime.url}

This was done to allow better scaling as new projects are added... rather than the hackish way it was supported in the past.

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash CBI


Back to the top