[jbosstools-issues] [JBoss JIRA] (JBIDE-13681) compile failed in org.jboss.tools.jst.web.ui

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Feb 28 16:50:57 EST 2013


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

Nick Boldt edited comment on JBIDE-13681 at 2/28/13 4:50 PM:
-------------------------------------------------------------

Aggregated: 

http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/

Composite:

http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/
http://download.jboss.org/jbosstools/builds/staging/_composite_/core/4.1.kepler/

Latest Base build in master branch:

4.1.0 Alpha1-v20130227-1443-B172

Latest JST build using upstream Base B172:

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-jst_master/310/ (Feb 28, 2013 7:41:43 AM)

Uses composite site to resolve upstream JBT deps:

{code}
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/core/4.1.kepler
[INFO] Fetching content.jar from http://download.jboss.org/jbosstools/builds/staging/jbosstools-base_41/all/repo/ (0B of 18.93kB at 0B/s)
{code}

As you can see, it's pulling from the stable branch (_41) instead of trunk (_master). 

Why? *Because you're using the wrong parent pom version*:

{code}
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/parent/4.1.0.Alpha1-SNAPSHOT/maven-metadata.xml
{code}

So... fix your root pom to point at the Alpha2 version and you should be fine. 

                
      was (Author: nickboldt):
    Aggregated: 

http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/

Composite:

http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/
http://download.jboss.org/jbosstools/builds/staging/_composite_/core/4.1.kepler/

Latest Base build in master branch:

4.1.0 Alpha1-v20130227-1443-B172

Latest JST build using upstream Base B172:

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-jst_master/310/ (Feb 28, 2013 7:41:43 AM)

Uses composite site to resolve upstream JBT deps:

{code}
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/core/4.1.kepler
[INFO] Fetching content.jar from http://download.jboss.org/jbosstools/builds/staging/jbosstools-base_41/all/repo/ (0B of 18.93kB at 0B/s)
{code}

As you can see, it's pulling from the stable branch (_41) instead of trunk (_master). Why? Because you're using the wrong parent pom:

{code}
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/tools/parent/4.1.0.Alpha1-SNAPSHOT/maven-metadata.xml
{code}

So... fix your root pom to point at the Alpha2 version and you should be fine. 

                  
> compile failed in org.jboss.tools.jst.web.ui
> --------------------------------------------
>
>                 Key: JBIDE-13681
>                 URL: https://issues.jboss.org/browse/JBIDE-13681
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 4.1.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 4.1.0.Alpha2
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-jst_master/309/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.jst.web.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-jst_master/sources/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/palette/html/jquery/wizard/JQueryFieldEditorFactory.java:[84,0]
> [ERROR] text.setMessage("Generate");
> [ERROR] ^^^^^^^^^^
> [ERROR] The method setMessage(String) is undefined for the type TextFieldEditor
> [ERROR] 1 problem (1 error)
> {code}

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