I confirm given solution, check it out here: http://looking4q.blogspot.com/2011/01/what-if-i-get-fileset-from-project.html
Bob Tarling wrote: > > I setup up my new desktop a couple of months ago but never got round > to setting up checkclipse. > > I followed the instruction on the wiki and had all sorts of problems. > > Increasing my eclipse heapspace seemed to resolve most things and it > looks stable but it seems that there is some incompatability with the > checkstyle configured in our source repository .project files. > > This is the end of the .project file from argouml-app > > <buildCommand> > <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> > <arguments> > </arguments> > </buildCommand> > </buildSpec> > <natures> > <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> > <nature>org.eclipse.jdt.core.javanature</nature> > <nature>org.eclipse.pde.PluginNature</nature> > <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> > </natures> > </projectDescription> > > This is what is in our source control (notice change of name tag and > the last nature tag) > > <buildCommand> > > <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> > <arguments> > </arguments> > </buildCommand> > </buildSpec> > <natures> > <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> > <nature>org.eclipse.jdt.core.javanature</nature> > <nature>org.eclipse.pde.PluginNature</nature> > > <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> > </natures> > </projectDescription> > > We either need our instructions updated to point us more clearly at an > older version of checkclipse and the instructions to load that or we > need or we need to move on to the latest version. > > I would prefer to see the latter. > > Bob > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2607596 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > To be allowed to post to the list contact the mailing list moderator, > email: [[email protected]] > > -- View this message in context: http://old.nabble.com/Checkclipse-conflicts-with-argouml-tp28524125p30819543.html Sent from the argouml - dev mailing list archive at Nabble.com. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2701850 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
