Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] can't build the project from the command line

Vitaly,

Yeah, there is a problem here that I am not sure how to fix since the obvious things I seem to have tried.

The problem is compiling org.eclipse.bpel.model.resource.ResourceSetProvider.java

This class implements org.eclipse.bpel.common.ui.editmodel.IResourceSetProvider which is in org.eclipse.bpel.common.ui plugin. That plugin is listed as a dependency of the org.eclipse.bpel.model

So we have o.e.b.model dependents on o.e.b.common.ui.

The package o.e.b.common.ui.editmodel is exported in the o.e.b.common.ui plugin, so it should be visible to outside plugins.

Somehow that does not seem to fix the issue.

He first compiles o.e.b.wsil.model , then goes to compile o.e.b.model - the plugin o.e.b.common.ui is not compiled before the model so I presume that there is some classpath issue here but I don't know where it is.

There is a bpel.map file o.e.b.releng which has a list of the plugins for checkout, but I somehow don't think it has any impact in the compilation order.

Anyone ?

Tishkov, Vitaly V wrote:

Hi there,

 

I tried to build the project from the command line and got the following compilation error:

 

    [javac] ----------

    [javac] ----------

    [javac] 1650. ERROR in C:\__bpel-build\plugins\org.eclipse.bpel.model\src\org\eclipse\bpel\model\resource\ResourceSetProvider.java (at line 13)

    [javac]       import org.eclipse.bpel.common.ui.editmodel.IResourceSetProvider;

    [javac]              ^^^^^^^^^^^^^^^^^^^^^^^

    [javac] The import org.eclipse.bpel.common cannot be resolved

    [javac] ----------

    [javac] 1651. ERROR in C:\__bpel-build\plugins\org.eclipse.bpel.model\src\org\eclipse\bpel\model\resource\ResourceSetProvider.java (at line 22)

    [javac]       public class ResourceSetProvider implements IResourceSetProvider {

    [javac]                                                   ^^^^^^^^^^^^^^^^^^^^

    [javac] IResourceSetProvider cannot be resolved to a type

 

(The full log is about 900K).

 

I used jdk1.5.10 and 1.6.0.

Did anyone experience this problem?

 

Thanks,

            Vitaly.

 


_______________________________________________ bpel-dev mailing list bpel-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/bpel-dev


-- 
Michal Chmielewski, CMTS, Oracle Corp, 
W:650-506-5952 / M:408-209-9321 

"Manuals ?! What manuals ? Son, it's Unix, you just gotta know." 

Back to the top