Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed

Am 20.01.2011 07:51, schrieb Gunnar Wagenknecht:
> I'm wondering if a classpath computation could be avoided. The Orbit
> bundles usually are pre-compiled. Thus, PDE/Ant just needs to jar them.

Can you remove the "source.." entry from the build.properties file?

Also, the output entry in the build.properties file for a lot of the
bundles I maintain usually looks like this:

  output.. = /

And the .classpath contains:

  <classpathentry exported="true" kind="lib" path=""
sourcepath="source-bundle"/>
  <classpathentry kind="output" path="bin"/>



-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/


Back to the top