Alan Burlison wrote: > Thomas Preisler wrote: > >> Browsing using the IDE is the focus of the first phase but building, >> running, and debugging commands also do work and will come later. > > The building bit would be a *huge* win if you can do it. It actually does work, but requires the user to set up a working build environment first with correct compilers (SUNWspro pcakage) and onbld tools (SUNWonbld pcakage) and correctly configure opensolaris.sh. Once the user has done that, builds from within the IDE do work. The generated NetBeans projects will use 'bldenv' to build the commands and libraries. Running and debugging of commands do work too. The problem is it is not trivial setting up the build environment and it is not something we will support in the first phase. > I haven't > played with the C/C++ stuff in NB very much, can it use external > Makefiles in the same way that the Java stuff can use external Ant > files? What do you lose if you use external Makefiles instead of > letting NB manage them? > You can set up a project to use your existing makefiles and sources and the project will be built exactly how it would be built from command line. We have a wizard that helps you doing that.
--thomas _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org