Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [p2-dev] Tracking the downloads via Software updates

Hi Pascal,

Thanks for swift reply.

In 3.6 how can I use this explicit support? Could you please elaborate more?

If I am not wrong, I have added the below entry into artifact.xml (../eclipse/artifacts.xml)

<artifact classifier='osgi.bundle' id='test.plugin1' version='1.0.0.201003261255'>
	<properties size='3'>
		<property name='artifact.size' value='0'/>
		<property name='download.size' value='3846'/>
		<property name='download.stats' value='test.plugin1.bundle'/>
	</properties>
</artifact>

And I have experienced the below error, Please let me know if I am missing something here...
......
......
org.eclipse.ui.navigator.resources.source
org.eclipse.cdt.managedbuilder.xlc.ui
!SESSION 2010-08-11 18:49:04.340 -----------------------------------------------
eclipse.buildId=I20100429-1549
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments:  -product org.eclipse.sdk.ide Command-line arguments:  -product org.eclipse.sdk.ide -data G:\HelioWorkspace_SP/../runtime-New_configuration -dev file:G:/HelioWorkspace_SP/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties -os win32 -ws win32 -arch x86 -consoleLog 

!ENTRY org.eclipse.equinox.p2.artifact.repository 4 0 2010-08-11 18:49:56.636 !MESSAGE Error loading repository extension: org.eclipse.cdt.p2.internal.repo.artifact.InstallArtifactRepository
test.plugin1.bundle.feature
test.plugin1.bundle

Hari




Back to the top