Automated building of NSAPI for Web Server 7 Tech preview 3
Hello, I have a nsapi plug-in and a perl script that can automatically build the plugin on all Web Server 6.1 supported platforms. This script depends on setup/installed.pkg to get the version of the server and plugins/nsapi/examples/Makefile to get the build flags for a given platform.
In Sun Java System Web Server 7 Tech Preview 3 setup/installed.pkg is missing and the Makefile is in totally different directory. Also to get the Makefile, the server must be installed with "Examples" and for the include and lib directories you must have "Dev support".
My question is: will setup/installed.pkg reappear in the final version of the server?
And second question/feature: Could the life of the developers become easier if there is some unified tool that can be used the get the important information about the server like version, build flags, bin;lib;include directories, what packages/features are installed/enabled and so on. Maybe something like Apache's apxs?

