[
https://issues.jboss.org/browse/JBIDE-17710?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-17710 at 6/29/14 11:14 AM:
--------------------------------------------------------------
Where's that and how do I tell JBT/JBDS about it?
Do you mean this chunk of XML that was added to my ~/.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>{code}
was (Author: nickboldt):
Where's that and how do I tell JBT/JBDS about it?
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
Attachments: error-quickstart-kitchensink-angularjs.png, install-jpa2-NPE.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)