Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Build suggestion

For our internal builds, we need to be able to rebuild all the native
code when we build the java code.  This is a consequence of how we
build the operating system and the fact that we want to be able to
build Eclipse into an OS release.

Right now there's no simple way to do that.  The .so files are checked
in to the repository, etc.

I'd like to propose adding a new `build.native' target to all the
build.xml files.  Then the top-level build.xml could invoke this
target in every plugin directory.  In many directories this would be a
no-op; in others it would invoke `make' as appropriate.

This wouldn't have to be done for the eclipse.org builds, so it would
mean no process changes there.  It would just be a feature for folks
in our position.

Would this be acceptable?  If so I'm happy to write a patch to
implement it.  (Or more precisely a first stab, as I have no way to do
some of the builds.)

Tom


Back to the top