[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5319) Include Teiid Designer in the JBoss Tools build process

Nick Boldt (JIRA) jira-events at lists.jboss.org
Sat Mar 13 15:21:37 EST 2010


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

Nick Boldt commented on JBIDE-5319:
-----------------------------------

More progress, more compilation errors:

In /tmp/build/N201003131431-Teiid-Designer/eclipse/plugins/org.teiid.designer.udf/src/org/teiid/designer/udf/UdfManager.java, the following imports cannot be found:

import com.metamatrix.core.util.I18nUtil;
import com.metamatrix.modeler.core.ModelEditor;
import com.metamatrix.modeler.core.ModelerCore;
import com.metamatrix.modeler.core.validation.ValidationContext;
import com.metamatrix.modeler.core.validation.ValidationProblem;
import com.metamatrix.modeler.core.validation.ValidationResult;
import com.metamatrix.modeler.core.workspace.ModelProject;
import com.metamatrix.modeler.core.workspace.ModelResource;
import com.metamatrix.modeler.internal.core.resource.EmfResource;
import com.metamatrix.modeler.internal.core.validation.Validator;
import com.metamatrix.modeler.internal.core.workspace.ModelWorkspaceManager;
import com.metamatrix.modeler.internal.core.workspace.ResourceChangeUtilities;

I've also seen both  com.metamatrix.modeler.core and com.metamatrix.core.modeler -- is that correct? Seems like an error in refactoring. :)

I was considering adding things like 

Import-Package: com.metamatrix.modeler.core,
 com.metamatrix.modeler.core.workspace,
 com.metamatrix.metamodels.core
(to org.teiid.designer.modelgenerator.salesforce/META-INF/MANIFEST.MF)

and 

Import-Package: com.metamatrix.core,
 com.metamatrix.core.util,
 com.metamatrix.modeler.core,
 com.metamatrix.core.modeler
(to org.teiid.designer.udf/META-INF/MANIFEST.MF)

but wanted to run the idea past you first. Is it possible there's a problem w/ Export-Package in an upstream plugin, rather than missing Imports in these downstream plugins?

> Include Teiid Designer in the JBoss Tools build process
> -------------------------------------------------------
>
>                 Key: JBIDE-5319
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5319
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Build/Releng
>            Reporter: Johnny Verhaeg
>            Assignee: Nick Boldt
>             Fix For: 3.2.next
>
>         Attachments: JBIDE-5319.designer.core.nested.jar.fix.patch, JBIDE-5319.releng.project.patch
>
>
> The Eclipse-based Teiid Designer projects, hosted under https://svn.jboss.org/repos/tdesigner/trunk/, need to be included in the JBoss Tools build process and included in the distribution of JBoss Tools.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list