[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.buckminster] Re: Build fails after headless resolve using p2

Hi Scott,
I looked at your build. Apparently you have handcrafted a cspec that calls the create.site task in the buckminster.pdetasks script. That particular task did undergo significant changes when we moved to p2 which begs the question, what type of update site is it that you want to create? A legacy update site or a p2 repository? If it's the latter, then you can simplify the creation of that update site a great deal by using the "Update sites using the 3.5 release" section rather then the "Update sites using the 3.4.x and earlier releases" on the http://wiki.eclipse.org/Building_an_Update_Site_using_Buckminster page.


Regards,
Thomas Hallgren


On 08/19/2009 08:20 PM, Scott Hendrickson wrote:
Scott Hendrickson wrote:

Thanks Thomas for fixing the second issue. Any ideas on the first?

1)
edu.uci.isr.infrastructure.update_site_with_feature/${sp:manifest}
doesn't exist (details below: [1])

NOTE: I updated the build script to insert the local path manually
for the location using an xstl.

The build script is here:

http://tps.ics.uci.edu/svn/projects/infrastructure/trunk/edu.uci.isr.infrastructure.buckminster_build_test/build.xml


-- Scott