Creating an ANT file from an existing Java project
Sometimes we need to more tightly control the build process within our projects. When using Eclipse or Rational Application Developer, the IDE controls how the project is compiled through the properties screens (which ultimately are written back to property files). However, what if you need to use the same build steps you use in Eclipse … Read more