[jbosstools-issues] [JBoss JIRA] (JBIDE-17710) error importing kitchensink angularjs quickstart when no jboss-eap runtime available

Nick Boldt (JIRA) issues at jboss.org
Mon Jul 14 10:42:29 EDT 2014


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

Nick Boldt commented on JBIDE-17710:
------------------------------------

Note that if you have no ~/.m2/settings.xml file, installing JBDS + kitchensink angular quickstart = tons of errors compiling code (missing imports). I believe somewhere along the way JBDS force-installs this into your ~/.m2/settings.xml file:

{code}
<profile>
      <id>redhat-techpreview-all-repository</id>
      <repositories>
        <repository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
          <url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
          <url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>

<activeProfiles>
  <activeProfile>jboss-default</activeProfile>
<activeProfile>redhat-techpreview-all-repository</activeProfile>
  </activeProfiles>
{code}

> error importing kitchensink angularjs quickstart when no jboss-eap runtime available
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-17710
>                 URL: https://issues.jboss.org/browse/JBIDE-17710
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central, upstream
>    Affects Versions: 4.2.0.Beta2
>         Environment: Linux 64 (Fedora 18), JDK 1.8
>            Reporter: Nick Boldt
>            Priority: Critical
>              Labels: respin-b
>             Fix For: 4.2.0.Beta3
>
>         Attachments: error-quickstart-kitchensink-angularjs.png, install-jpa2-NPE.txt, jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found-imports-fine-only-1-warning-compiles-ok.png, jbds8b3a-jdk8-quickstart-angularjs-launch-no-server-runtime-found.png, jbds8b3a-jdk8-quickstart-angularjs-launch-NPE-thrown.log.txt
>
>
> 1. install JBDS 8.0.0.Beta2-v20140617-2058-B166 from update site into Eclipse 4.4.0.R Luna JEE bundle. 
> 2. Install Arquillian from JBoss Central EA site (using -D flags above)
> 3. launch kitchensink-angularjs quickstart. 
> 4. Get NPE installing JPA 2.0
> 5. Get numerous import problems in MemberRegistrationTest.java and other source files; quickfixes don't work.
> Also had the same issues with JBT 4.2.0.Beta2, so it doesn't seem this is a JBDS only issue.
> !error-quickstart-kitchensink-angularjs.png!



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list