[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ercp] eUpdate in eRCP Workbench, eUpdate Documentation - site.xml

Hi,

i want use the eUpdate feature of eRCP (Update Manager in eRCP Workbench), but i got errors.

done "Install New Applications/Features > Command > Add Bookmark" without problems (i must select a site.xml for adding a Bookmark for Remote or Local installation)

after adding the bookmark i select (checkbox) the bookmark for installation, without problems


at the installation process i got following error:

cannot access the update site "...", please make sure the path is correct and the network is connected..

maybe the site.xml is wrong?
where can i find eUpdate Documentation or a right site.xml example?

site.xml:
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="http://localhost/ercpBundles/";>ercp Bundle Plugin</description>
<plugin
url="plugins/eRCPsampleApp.app_1.0.0.jar"
id="eRCPsampleApp.app"
version="1.0.0">
<category name="ercp Bundle Plugin"/>
</plugin>
<category-def name="ercp Bundle Plugin" label="ercp Bundle Plugin">
<description>ercp Bundle Plugin</description>
</category-def>
</site>
...




for another site.xml i got the following error:

The update site "..." has unsupported site type (""), and is ignored

site.xml:
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="http://localhost/ercpBundles/";>ercp Bundle Plugin</description>
<feature
url="features/eRCPsampleApp.app_1.0.0.jar"
id="eRCPsampleApp.app"
version="1.0.0">
<category name="ercp Bundle Plugin"/>
</feature>


   <category-def name="ercp Bundle Plugin" label="ercp Bundle Plugin">
      <description>ercp Bundle Plugin</description>
   </category-def>
</site>


Thanks a lot !

Ismet