Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] pde build problem (bug maybe)

Hello,
  I try build plugin org.eclipse.emf.ecore (EMF project currently cvs)

build.properties is like this :

bin.includes = about.html,\
               plugin.*,\
               runtime/*.jar
src.includes = about.html,\
               schema/
source.runtime/ecore.jar = src/
output.runtime/ecore.jar = bin/

PDE build doesn't create file runtime/ecore.jar

When I change build.properties to :

bin.includes = plugin.properties,\
               plugin.xml,\
               about.html,\
               runtime/ecore.jar
src.includes = about.html,\
               schema/
source.runtime/ecore.jar = src/
output.runtime/ecore.jar = bin/

build is fine - jar runtime/ecore.jar is created

What is a problem : EMF plugin or PDE build

I use eclipse 3.1M6

regards
Haris Peco


Back to the top