On Mon, 2005-11-07 at 12:17 -0600, Ron Senykoff wrote: Hi Ron,
> So, if I want to compile something with buildtool... what do I do > when I don't have a hosted buildtool.mk and buildtool.conf for the > particular package? Is there a way to tell it to just use my local > files? > you have some possibilities. You could define a server of type "file" for your local files if you want to use a buildtool.cfg /mk file and want to test these. If you just want to try compiling, you can use ./tools/compileShell.sh which just opens a bash with the corresponding environment vars set. This is always a good start to take a quick look if the source compiles at all. If you want to add a reall buildtool setup, create a subdir in source, put your sources, buildtool.cfg and buildtool.mk file in it, define something in conf/sources.conf so that buildtool tries to download the buildtool.cfg to your source dir. If the file ist already in there, it should not get overwritten (to be really sure , you can use the -D switch). This is true for all files... if you have further questions, feel free to ask them (The buildtool documentation should be extended in the future, but i don't know when this will be). --arne -- Arne Bernin <[EMAIL PROTECTED]> http://www.ucBering.de ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ leaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-devel
