[jbosstools-issues] [JBoss JIRA] (JBIDE-11727) explore providing an .project_example.xml file in root of quickstarts distributions for easy loading/detection in jboss tools

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 24 16:45:18 EDT 2012


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

Nick Boldt commented on JBIDE-11727:
------------------------------------

After this commit:

{code}
r41217 | snjeza | 2012-05-21 13:10:30 -0400 (Mon, 21 May 2012) | 2 lines
Changed paths:
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/Messages.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/ProjectExamplesActivator.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/messages.properties
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectExampleUtil.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/preferences/ProjectExamplesPreferencePage.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/preferences/ProjectExamplesPreferencesInitializer.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/preferences/Sites.java
   M examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesMainPage.java
   M examples/tests/org.jboss.tools.project.examples.test/src/org/jboss/tools/project/examples/test/SiteTest.java
   M maven/plugins/org.jboss.tools.maven.project.examples/META-INF/MANIFEST.MF
   M maven/plugins/org.jboss.tools.maven.project.examples/src/org/jboss/tools/maven/project/examples/ImportMavenProjectExampleDelegate.java

JBIDE-11727 - explore providing an .project_example.xml file in root of quickstarts distributions for easy loading/detection in jboss tools
{code}

I get this:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.jboss.tools.project.examples.test: Compilation failure: Compilation failure:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/examples/tests/org.jboss.tools.project.examples.test/src/org/jboss/tools/project/examples/test/SiteTest.java:[35,0]
[ERROR] sites.addAll(ProjectExampleUtil.getServerSites());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getServerSites() is undefined for the type ProjectExampleUtil
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 2]
{code}

https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--examples/ is also red
                
> explore providing an .project_example.xml file in root of quickstarts distributions for easy loading/detection in jboss tools
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11727
>                 URL: https://issues.jboss.org/browse/JBIDE-11727
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples, runtime detection
>            Reporter: Max Rydahl Andersen
>            Assignee: Snjezana Peco
>             Fix For: 3.3.0.CR1
>
>         Attachments: jbide-11727a.png, jbide-11727b.png
>
>
> in JBIDE-10652 and other situations we have discussed being able to detect that an installation/directory has quickstarts present and have those detected and configured in JBoss Tools as possible examples to use.
> Need to see if project examples mechanism handle this (i.e. in a distribution the examples would be unzipped/exploded, but when hosted online it would be a zip...can we align this or would it be better with two descriptors?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list