About GroboUtils For Developers
Sub-Projects | Building The ProjectsThe Ant Project keeps the projects working smoothly together. The build process uses the recommended-but-hated form of XML entities for including shared Ant XML fragments in each project. Future versions of Ant may include the <include> and <import> tags, which would simplify the current system. However, the build process works just fine without it, for the moment. You can download the source from the downloads page. If you are interested in building the projects from scratch, here's the recommended process:
Why Does CVS Contain Everything?I have put everything in CVS that the build depends upon, except for the OS and JDKs. I, the build manager for GroboUtils had (and still has) responsiblities involving both source control repository (SCR) maintenance and build maintenance. If the developers have fewer dependencies that they have to locally manage, then they have fewer risks to cause the build to fail when everything works fine for them. Not only that, but by putting all dependencies in the SCR, it reduces the problem of the build manager dealing with "source rot" while trying to rediscover the exact library files that the source works with. I've known some people who do go so far as to archive the OS and JDKs in the SCR, and rebuild from scratch the build machine every time. Now it's true that this allows the project to be able to completely restore a build based on just the SCR, and the build managers are less dependent on the IT group to correctly rebuild the machine in the case of critical failures, I feel that you still need the hardware the build was compiled on. If you don't have an OS for your hardware, then you're just as screwed as if you don't have the same hardware. But this project, like most Java and open-source projects, are in a different boat. We want to be compiled on lots of hardware, OSs, and JDKs. So what is this rambling about? It means that the SCR respository has been optimized to reduce third-party dependencies for the user, while opening the platforms available for compatibility testing. |
This space graciously provided by the SourceForge project | Copyright ©
2002-2003 GroboUtils Project. All rights reserved. |