Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » xyz-feature does not have a valid license agreement
xyz-feature does not have a valid license agreement [message #140697] Tue, 28 February 2006 10:57
Eclipse UserFriend
Originally posted by: n.bernich.idp.de

Hi ..

I am attempting to package existing features into an update site following
the Eclipse-Help-instructions.

My colleagues have created three features, which contains diverse plugins.
The feature.xml's have their entries for Feature Description, Copyright
Notice, and License Agreement like the one below:


<feature
id="de.foo.bar.theFeature"
label="the-feature"
version="3.1.1"
provider-name="">

<description url="http://www.example.de/discription">
xyz xxx
</description>

<copyright url="http://www.example.de/copyright">
(c) Copyright 'The Company' 2006. All rights reserved.
</copyright>

<license url="http://www.example.de/license">
blablabla...yadda, yadda, yadda
</license>

<plugin
id="org.eclipse.core.runtime"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ui"
...



I have created an update site project to distribute that features.
If I use the "Find and Install" wizard where my remote update site lists
the
offered features, I get an error notification for only two of the
previously
selected three features :
'de.foo.bar.myProduct1-feature (1.0.0) does not have a valid license
agreement.'
'de.foo.bar.myProduct2-feature (3.1.0) does not have a valid license
agreement.'

The third one could be downloaded and saved automatically as i intend the
updatemanager to do so...
How can i solve this problem? Could anybody give me a hint?

Any help would be appriciated!

Thanks
Nicole
Previous Topic:plugins not reflected in the eclipse IDE
Next Topic:Eclipse not removing moved files from CVS repository
Goto Forum:
  


Current Time: Thu Apr 25 14:54:12 GMT 2024

Powered by FUDForum. Page generated in 0.08452 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top