2008-10-09 00:14:00 UTC
The jNetStream build is a multi-module build. The master module is called "MasterBuild" it has the main control build scripts. Its a little difficult to build right now from ANT. Its much easier to just setup an IDE to build and link all the modules together. I can't really document the exact dependencies between modules and the procedure, since it has been changing frequently as I add and separate features in and out. For example when I made LiveCapture an optional module which allows jNetPcap with its platform dependencies be omitted and a pure java jNetStream build be done without any platform dependency if one doesn't need the live capture capability.
The bottom line is that jNetStream is huge and complex. I haven't had the time to really spend on a decent build process that everyone can use :( I know how to get it to build though. When I get it to beta phase and I start changing it some much, I will work on the build process.