From: <bin...@li...> - 2001-10-09 13:34:13
|
Hi All, I've done a very simple ant build file for binarycloud to see how things work. It's not very complex as I played around only for an hour or so. It currently does make only the binarycloud core stuff in given languages (the language thing is not well done, see build.sh) but it should give you an idea how it works. I also listed the packaged file by hand for illustration purposes - this can be done more flexible and with less code and admin overhead using patterns, conditions etc. To test things out you need a properly installed ant (see other mail on this topic). Copy build.sh build.xml to r2/binarycloud/ chmod +x build.sh and execute, or call "sh build.sh" and see what happens (the build goes to "./testbuild). Andi |