Hi,
A new version of the project files are now available:
http://cr.openjdk.java.net/~jwilhelm/7074926/webrev.4/
A new platform was added, we now support Mac, Linux and Solaris.
The project was moved to /common/nb_native/nbproject/ to clearly indicate that
this project only indexes the C++ pa
Build folk,
There are two types of line in a typical build.log file: there are
"info" lines which detail the ongoing progress of the build, and there
are "other" lines containing info which ought to be of interest to
someone: warnings, errors, etc.
Previously, attempts to clean up build iss
Sometimes, after updating a forest, you can get a message that the
generated configure is out of date and needs to be regenerated. Then,
when you regenerate it, you get warnings that you *should* do a make clean.
How about providing a make target that reruns ./configure with the same
options
Related bugs: 8008451, 8005879
This may generalize to new build as well, but I have not tested that.
Apparently, when you pass " -mmacosx-version-min=..." to gcc on the Mac,
it quietly generates a definition for MAC_OS_X_VERSION_MIN_REQUIRED .
Parfait (1.1) doesn't know about this trick (why sh