[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.technology.packaging] Re: modifying client-side udc UI

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