Any suggestions? Is anyone else able to successfully perform this build
(note: this is very small. It checks out a feature, which includes a
single prodjct, which depends on org.eclipse.emf). I'll include the
relevant files, below, in case that helps anyone in figuring out what's
going on.
I made the ant build script so that it would be easy for someone else to
see what I'm doing and reproduce the error. I hope it helps!
Thank you,
-- Scott
------------------------------ Target Platform:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.5"?>
<target name="Eclipse SDK with delta pack">
<locations>
<location includeAllPlatforms="true" includeMode="slicer"
type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="3.4.2.M20090211-1700"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.4"/>
</location>
</locations>
</target>
------------------------------ MSPEC:
<?xml version="1.0" encoding="UTF-8"?>
<md:mspec xmlns:md="http://www.eclipse.org/buckminster/MetaData-1.0"
name="workspace materializer by default, P2 otherwise"
shortDesc="update_site_workspace_p2"
materializer="workspace"
conflictResolution="UPDATE"
url="./update_site.cquery" >
<md:property key="eclipse.version" value="3.4"/>
<md:mspecNode namePattern="^org.eclipse(.[^.]+)*$"
materializer="p2" conflictResolution="UPDATE" />
</md:mspec>
------------------------------ CQUERY:
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery
xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0"