Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [subversive-dev] Version 0.7.9.I20111119-1700 of subversive is not working at all

Hello Lars,

The bug you've reported is pretty unique one. It says there is no member field in public Eclipse Platform API, which was introduced in Eclipse Platform 3.4 and is recommended to use instead of older deprecated calls. So, I've moved the issue report to the Eclipse Platform Runtime component and awaiting for an answer or recomendation from the "Eclipse Runtime" Team guys.

Best regards,
Alexander Gurov,
Subversive Team.

23.11.2011 2:58, Lars Sonchocky-Helldorf пишет:
Can somebody please have a look at:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=364464

this bug breaks the whole plug in:

Caused by: java.lang.NoSuchFieldError: INSTANCE
     at org.eclipse.team.svn.core.SVNTeamPlugin.getPreferences(SVNTeamPlugin.java:141)
     at org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.initialize(AbstractSVNStorage.java:500)
     at org.eclipse.team.svn.core.operation.file.SVNFileStorage.initialize(SVNFileStorage.java:63)
     at org.eclipse.team.svn.core.SVNTeamPlugin.start(SVNTeamPlugin.java:161)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)


Btw.: This bug got automatically assigned to Igor Burilo. Since I did not see a commit of Igor for quite a long time (about a year) I am asking myself if he is still working on the project.


cheers,

	Lars
_______________________________________________
subversive-dev mailing list
subversive-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/subversive-dev



Back to the top