Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Compiling Orbit source?

When I was looking through the build logs earlier this week, I noticed that
there were compile errors in the Orbit builds. I thought this was strange
considering that all Orbit bundles contain either pre-compiled class files
or java source files which should be packaged and not compiled.

Andrew and I have investigated this and it looks like a case of bad
build.propertiies files. In short, we shouldn't have "source..=." entries
in our files.

I can go through the bundles and make the necessary changes. I'll probably
make these changes tonight so don't be surprised if you see incoming
changes when you next sync.

Full details can be found here:
      https://bugs.eclipse.org/bugs/show_bug.cgi?id=221699

I have also added a section to the Orbit wiki for reference:

http://wiki.eclipse.org/Adding_Bundles_to_Orbit#build.properties_entries



Back to the top