Type de conversation

Type de conversation

Sync / preview error if no Plugin file is opened ?

I got a sync error when no pluginSVN file is opened.

 See screencast.

 

Same error when a JCMS file is opened. 
This only works when a PluginSVN file is opened, and has focus.

I think this is related to other project's natures ?

0 vote
Sylvain DEVAUX
le 05/03/2014 à 12:10

Mon .project étant :

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>Plugin_JCMS_Evernote</name>
	<comment></comment>
	<projects>
		<project>JCMS</project>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.common.project.facet.core.builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.sonar.ide.eclipse.core.sonarNature</nature>
		<nature>com.jalios.jpt.natures.jcmspluginnature</nature>
		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>
0 vote