[jbosstools-issues] [JBoss JIRA] (JBIDE-13342) kitchensink-html5-mobile - Readme isn't shown when importing for first time with empty local repository

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Sun Jan 6 17:38:08 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743670#comment-12743670 ] 

Snjezana Peco edited comment on JBIDE-13342 at 1/6/13 5:36 PM:
---------------------------------------------------------------

The issue happens because the m2e update job and m2e indexer job aren't syncronized.
When the project is started using a new workspace and clean maven local repository, the update job and indexer job start simultaneously.
That's why sometimes m2e doesn't update the project correctly.
I have fixed this so that the Project Examples importer waits for the m2e indexer to finish its work and, after that, it updates the project.

Radim, 
could you replace the o.j.t.project.examples and o.j.t.maven.project.examples in JBDS 6.0.0/JBT4.0.0 with the attached plugins and try to reproduce the issue again?
                
      was (Author: snjeza):
    The issue happens because the m2e update job and m2e indexer job aren't syncronized.
When the project is started using a new workspace and clean maven local repository, the update job and indexer job start simultaneously.
That's why sometimes m2e doesn't update the project correctly.
I have fixed this so that the Project Examples importer waits for the m2e indexer to finish its work and, after that, it updates the project.

Radim, 
could you replace the o.j.t.project.examples and o.j.t.maven.project.examples with the attached plugins and try to reproduce the issue again?
                  
> kitchensink-html5-mobile - Readme isn't shown when importing for first time with empty local repository
> -------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-13342
>                 URL: https://issues.jboss.org/browse/JBIDE-13342
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central, project-examples
>    Affects Versions: 4.0.0.Final
>            Reporter: Radim Hopp
>            Assignee: Snjezana Peco
>             Fix For: 4.1.0.Alpha1
>
>         Attachments: projectExamples.zip
>
>
> When importing kitchensink-html5-mobile for the first time (with clean maven repo & freshly started JBT), readme isn't shown and project has one error marker:
> {noformat}
> Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix
> {noformat}
> When trying to import for the second time, everything behaves as it should (readme is shown and no errors are present)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list