Skip to main content

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

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.

 


Back to the top