> So what is the point of having modules at all? If you have to install > them anyway, why aren't they all just separate projects?
For all intents, they are (completely) separate projects. > Ok, lets say I install the Core project, is there a way in my > Integration-Tests to get a filename for that project? Core creates a > tar.bz2 file, and my integration tests need to extract the tar.bz2 to > a temp directory, then run some programs and verify the expected output. Explain this more, and perhaps we'll have some suggestions for how to handle it. How/when does "core create a tar.bz2 file" -- during compile, test, when? There are lots of things you can do with the assistance of buildhelper, assembly, and dependency plugins. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
