Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » modifying client-side udc UI
modifying client-side udc UI [message #481919] Mon, 24 August 2009 17:30 Go to next message
Frank Kurzawa is currently offline Frank KurzawaFriend
Messages: 7
Registered: July 2009
Junior Member
We want to deploy udc capability into an internal rcp app. Since the
application is for internal use only, there is no need to include the
Terms of Use splash page, and we also want to remove the splash in which
users choose to upload now, or later or not at all, etc.
In our application's .ini file I have included the following entries to be
passed as jvm args:
-Dorg.eclipse.epp.usagedata.recording.ask=false
-Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true

AFAICS, these two settings should result in avoiding both the Terms of Use
and Whether To Upload splash pages, but they don't seem to have any effect
at all.

Is there some other setting that I haven't been able to discern yet?

Thanks in advance,

Frank
Re: modifying client-side udc UI [message #481930 is a reply to message #481919] Mon, 24 August 2009 18:10 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
There is no support for overriding user acceptance of the terms of use.
This was an explicit design decision. So, the first -D parameter does
what you expect; the second parameter has no effect.

I recommend that you open a bug if you want to discuss the issue.

As part of the Helios release, we really want to refactor the code base
to make reuse of parts easier. There is also some effort underway to
merge the Mylyn Monitor code with the UDC. Your input into this effort
will be greatly appreciated.

Wayne

Frank Kurzawa wrote:
> We want to deploy udc capability into an internal rcp app. Since the
> application is for internal use only, there is no need to include the
> Terms of Use splash page, and we also want to remove the splash in which
> users choose to upload now, or later or not at all, etc.
> In our application's .ini file I have included the following entries to
> be passed as jvm args:
> -Dorg.eclipse.epp.usagedata.recording.ask=false
> -Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true
>
> AFAICS, these two settings should result in avoiding both the Terms of
> Use and Whether To Upload splash pages, but they don't seem to have any
> effect at all.
>
> Is there some other setting that I haven't been able to discern yet?
>
> Thanks in advance,
>
> Frank
>
Re: modifying client-side udc UI [message #481951 is a reply to message #481930] Mon, 24 August 2009 19:59 Go to previous message
Frank Kurzawa is currently offline Frank KurzawaFriend
Messages: 7
Registered: July 2009
Junior Member
Ouch.
It seems that even if a user of this UDC wanted to include a EULA in there
product, they would still have to replace
org.eclipse.epp.usagedata.gathering: There's no provision to substitute a
different EULA that doesn't refer to the eclipse foundation and the
specific ways that they will or will not use the information.
I'll open a bug.

Thanks Wayne,

Frank



Wayne Beaton wrote:

> There is no support for overriding user acceptance of the terms of use.
> This was an explicit design decision. So, the first -D parameter does
> what you expect; the second parameter has no effect.

> I recommend that you open a bug if you want to discuss the issue.

> As part of the Helios release, we really want to refactor the code base
> to make reuse of parts easier. There is also some effort underway to
> merge the Mylyn Monitor code with the UDC. Your input into this effort
> will be greatly appreciated.

> Wayne

> Frank Kurzawa wrote:
>> We want to deploy udc capability into an internal rcp app. Since the
>> application is for internal use only, there is no need to include the
>> Terms of Use splash page, and we also want to remove the splash in which
>> users choose to upload now, or later or not at all, etc.
>> In our application's .ini file I have included the following entries to
>> be passed as jvm args:
>> -Dorg.eclipse.epp.usagedata.recording.ask=false
>> -Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true
>>
>> AFAICS, these two settings should result in avoiding both the Terms of
>> Use and Whether To Upload splash pages, but they don't seem to have any
>> effect at all.
>>
>> Is there some other setting that I haven't been able to discern yet?
>>
>> Thanks in advance,
>>
>> Frank
>>
Re: modifying client-side udc UI [message #579652 is a reply to message #481919] Mon, 24 August 2009 18:10 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
There is no support for overriding user acceptance of the terms of use.
This was an explicit design decision. So, the first -D parameter does
what you expect; the second parameter has no effect.

I recommend that you open a bug if you want to discuss the issue.

As part of the Helios release, we really want to refactor the code base
to make reuse of parts easier. There is also some effort underway to
merge the Mylyn Monitor code with the UDC. Your input into this effort
will be greatly appreciated.

Wayne

Frank Kurzawa wrote:
> We want to deploy udc capability into an internal rcp app. Since the
> application is for internal use only, there is no need to include the
> Terms of Use splash page, and we also want to remove the splash in which
> users choose to upload now, or later or not at all, etc.
> In our application's .ini file I have included the following entries to
> be passed as jvm args:
> -Dorg.eclipse.epp.usagedata.recording.ask=false
> -Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true
>
> AFAICS, these two settings should result in avoiding both the Terms of
> Use and Whether To Upload splash pages, but they don't seem to have any
> effect at all.
>
> Is there some other setting that I haven't been able to discern yet?
>
> Thanks in advance,
>
> Frank
>
Re: modifying client-side udc UI [message #579669 is a reply to message #481930] Mon, 24 August 2009 19:59 Go to previous message
Frank Kurzawa is currently offline Frank KurzawaFriend
Messages: 7
Registered: July 2009
Junior Member
Ouch.
It seems that even if a user of this UDC wanted to include a EULA in there
product, they would still have to replace
org.eclipse.epp.usagedata.gathering: There's no provision to substitute a
different EULA that doesn't refer to the eclipse foundation and the
specific ways that they will or will not use the information.
I'll open a bug.

Thanks Wayne,

Frank



Wayne Beaton wrote:

> There is no support for overriding user acceptance of the terms of use.
> This was an explicit design decision. So, the first -D parameter does
> what you expect; the second parameter has no effect.

> I recommend that you open a bug if you want to discuss the issue.

> As part of the Helios release, we really want to refactor the code base
> to make reuse of parts easier. There is also some effort underway to
> merge the Mylyn Monitor code with the UDC. Your input into this effort
> will be greatly appreciated.

> Wayne

> Frank Kurzawa wrote:
>> We want to deploy udc capability into an internal rcp app. Since the
>> application is for internal use only, there is no need to include the
>> Terms of Use splash page, and we also want to remove the splash in which
>> users choose to upload now, or later or not at all, etc.
>> In our application's .ini file I have included the following entries to
>> be passed as jvm args:
>> -Dorg.eclipse.epp.usagedata.recording.ask=false
>> -Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true
>>
>> AFAICS, these two settings should result in avoiding both the Terms of
>> Use and Whether To Upload splash pages, but they don't seem to have any
>> effect at all.
>>
>> Is there some other setting that I haven't been able to discern yet?
>>
>> Thanks in advance,
>>
>> Frank
>>
Previous Topic:modifying client-side udc UI
Next Topic:creating custom package locally with p2
Goto Forum:
  


Current Time: Wed Apr 24 20:52:53 GMT 2024

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

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

Back to the top