I managed to reproduce the problem on two different hosts (Windows and
Linux). I found a fix and have now committed it.

The problem was really stupid. I am always forgetting that Eclipse doesn't
save workspace data in the repository but just project data. I had created a
"global" configuration that all projects relied on. This "global"
configuration was saved in the workspace information and because of that
only existed in my workspace.

I hope it works better now!

        /Linus

On Mon, Jun 14, 2010 at 12:11 PM, Bob Tarling <[email protected]> wrote:

> Hi Linus
>
> I'm now having trouble building in eclipse
>
> For example I get the following when trying to clean the
> argouml-core-model-mdr project
>
> Bob
>
> Errors occurred during the build.
>  Errors running builder 'Checkstyle Builder' on project
> 'argouml-core-model-mdr'.
>    Fileset from project "argouml-core-model-mdr" has no valid check
> configuration.
>    Fileset from project "argouml-core-model-mdr" has no valid check
> configuration.
>  Fileset from project "argouml-core-model-mdr" has no valid check
> configuration.
>  Fileset from project "argouml-core-model-mdr" has no valid check
> configuration.
>  Errors running builder 'Checkstyle Builder' on project
> 'argouml-module-dev'.
>    Fileset from project "argouml-module-dev" has no valid check
> configuration.
>    Fileset from project "argouml-module-dev" has no valid check
> configuration.
>  Fileset from project "argouml-module-dev" has no valid check
> configuration.
>  Fileset from project "argouml-module-dev" has no valid check
> configuration.
>
>
>
> On 13 June 2010 08:55, Linus Tolke Tigris <[email protected]> wrote:
> > I will have a look at this now!
> >         /Linus
> >
> > On Sun, May 30, 2010 at 8:36 AM, Linus Tolke Tigris <[email protected]>
> > wrote:
> >>
> >> Hello Bob!
> >> You, or anyone, can fix or improve this.
> >> I agree that going forward is the right choice.
> >>         /Linus
> >>
> >> On Fri, May 28, 2010 at 10:45 AM, Bob Tarling <[email protected]>
> >> wrote:
> >>>
> >>> Are there no views on this?
> >>>
> >>> Bob
> >>>
> >>> On 11 May 2010 14:34, Bob Tarling <[email protected]> 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=2614409
> >>>
> >>> 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]]
> >>
> >
> >
>
> ------------------------------------------------------
>
> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2621030
>
> 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]]
>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2622141

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]]

Reply via email to