Expected PolicyBase with TFS policy plugin
Hi,
I've making a custom check in policy for use with the TFS plugin. I'm using the sample project from here:
http://confluence.jetbrains.com/display/IDEADEV/Team+Foundation+Server+(TFS)+Integration
However the default project (without any changes) throws the following error in IntelliJ12
java.lang.AssertionError: Expected: class org.jetbrains.tfsIntegration.checkin.PolicyBase; Actual: class sample.FilenamesPatternPolicy
Can anyone help me with this? Is there a newer version of the sample plugin maybe?
Please sign in to leave a comment.
Hi Bill,
Could you please attach the whole log here?
(or at least the whole exception stacktrace)
I've attached the full log from intellij
Attachment(s):
idea.log.zip
I don't reproduce the problem: I've downloaded the example plugin, made a jar from it, put it into the plugins directory of my Idea 12.0.4, and started Idea with TFS integration and CustomCheckinPolicies plugins enabled. The plugin was loaded successfully.
How did you reproduce the issue? Maybe you have installed the plugin somewhat differently?