Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] p2.generator doesn't support the "site" attribute

I am setting up a local update site to keep our developers all in sync with a consistent development platform.  When actually building the update site, I consistently get the error:

p2.generator doesn't support the "site" attribute

 

Even so, the features, plugins, web and index.html files all get created fine and I can add it as a local update site, so it is not clear what the error is preventing.  What did the p2.generator fail to create?  How worried should I be about it?  Is there a solution?

 

Eclipse Platform version 3.4.1

 

Steps:

0) Building an update site

1) New Project - Update Site Project

2) Add Feature org.eclipse.platform

3) Build

 

Error Message:

Problems during export

 

C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.win32.win32.x86.xml:136:

The following error occurred while executing this line:

C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.win32.win32.x86.xml:153: p2.generator doesn't support the "site" attribute

The following error occurred while executing this line:

C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.win32.win32.x86.xml:153: p2.generator doesn't support the "site" attribute

 

 


Back to the top