Re: [Java-gnome-developer] java desktop search
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2005-08-11 04:23:37
|
On Sun, 2005-07-08 at 13:03 -0400, dan wrote: > There is no make file for most of the code right now because I > have built it using eclipse... Dan, Should you wish for some ideas about how to go about creating an eclipse-compatible make based build infrastructure, you might have a look at some of the stuff I originally created for a work-in-progress called xseq [1]. While the thing there called "configure" and its associated "Makefile" are not modularized and so not exactly suitable for drop-in use by other people, I've since reused that code in about 4 other projects (including a build wrapper around libgtk-java, of all things), so I'm pretty happy that the approach I took works rather well across a variety of circumstances to identify pre-requisites and to facilitate compiler and runtime selection. It's not exactly an engineering priority for us at the moment, but if you have any questions about the approach, don't hesitate to get in touch. One of these days we're going to sit down and modularize it and make it more broadly useful; in the mean time I'm still collecting ideas and feedback. If anyone is interested in how it adapted for libgtk-java or objective (our current shwerpunkt), let me know. AfC Canberra [1]: http://research.operationaldynamics.com/projects/xseq -- Andrew Frederick Cowie Managing Director Operational Dynamics Consulting Pty Ltd http://www.operationaldynamics.com/ Management Consultants specializing in strategy, organizational architecture, procedures to survive change, and performance hardening for the people and systems behind the mission critical enterprise. Operating Worldwide: Sydney +61 2 9977 6866 New York +1 646 472 5054 Toronto +1 416 848 6072 London +44 207 1019201 |