Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] problems during fetch phase of headless build (3.2M6)

Hello All,

I'm having troubles during the fetch portion of a headless build.  When
debugging the problem from within eclipse I get a warning message saying:

{type}@org.eclipse.helloWorld has not be fetched

Does anybody have any idea why {type} is within the name or why it isn't
picking up the properly defined ${type}.  I defined the type in the
allElements.xml file...

  <target name="allElementsDelegator">
   <ant antfile="${genericTargets}" target="${target}">
    <property name="type" value="feature" />
    <property name="id" value="org.eclipse.helloWorld" />
   </ant>
  </target>


I'm trying to use the newly implemented "COPY" fetcher in my map file, this
was newly introduced in 3.2M6.  Is there a configuration in the
build.properties file that I am missing?

Thanks in advance

Tony


Back to the top