[JBoss JIRA] Created: (JBIDE-9639) using Tycho 0.13.0-SNAPSHOT, cannot resolve hibernate when building birt
by Nick Boldt (JIRA)
using Tycho 0.13.0-SNAPSHOT, cannot resolve hibernate when building birt
------------------------------------------------------------------------
Key: JBIDE-9639
URL: https://issues.jboss.org/browse/JBIDE-9639
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: birt
Affects Versions: 3.3.0.M4
Reporter: Nick Boldt
Assignee: Snjezana Peco
Fix For: 3.3.0.M4
$ mvn3 clean install -DtychoVersion=0.13.0-SNAPSHOT -U
ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/Parameter.java (at line 32):[-1,-1]
[ERROR] hibernateTypes.put(TimestampType, Hibernate.TIMESTAMP);
[ERROR] ^^^^^^^^^
[ERROR] Hibernate cannot be resolved to a variable
[ERROR]
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/Parameter.java (at line 33):[-1,-1]
[ERROR] hibernateTypes.put(BooleanType, Hibernate.BOOLEAN);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] Type cannot be resolved to a type
[ERROR]
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/Parameter.java (at line 33):[-1,-1]
[ERROR] hibernateTypes.put(BooleanType, Hibernate.BOOLEAN);
[ERROR] ^^^^^^^^^
[ERROR] Hibernate cannot be resolved to a variable
[ERROR]
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/Parameter.java (at line 90):[-1,-1]
[ERROR] public Type getHibernateType() {
[ERROR] ^^^^
[ERROR] Type cannot be resolved to a type
[ERROR]
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/Parameter.java (at line 91):[-1,-1]
[ERROR] return hibernateTypes.get(type);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] Type cannot be resolved to a type
etc.
This could be a problem w/ feature-feature or plugin-plugin dependencies not being clearly stated in the feature.xml or MANIFEST.MF files.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBDS-1799) Hide 3rd party features from JBDS 5 Extras site - only com.jboss.jbds.* features should be exposed
by Nick Boldt (JIRA)
Hide 3rd party features from JBDS 5 Extras site - only com.jboss.jbds.* features should be exposed
--------------------------------------------------------------------------------------------------
Key: JBDS-1799
URL: https://issues.jboss.org/browse/JBDS-1799
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: 3rdPartyDependencies, Build, updatesite
Affects Versions: 4.1.0.CR4, 5.0.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.1.0.GA, 5.0.0.M3
1. instead of including 3rd party features in com.jboss.jbds.* features, include contained plugins.
2. rewrite com.jboss.jbds.* features to list out contents so it's clear what versions of 3rd party stuff are included.
Benefits:
* anything installable from JBDS Extras site is a feature we build and maintain (and test and support).
* to install any non-com.jboss 3rd party feature, must go to 3rd party site (or jboss.org community mirror). Because this is "off the reservation", it's not supported, and users' mileage may vary.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months