What are the best practices for naming ant targets?
What are the best practices for naming ant targets? For example, what would you expect the target "test" to run? All unit tests? All functional tests? Both? What are the standard names used for running different types of tests (unit/functional/all)? Are there standards for target names to deploy software in J2SE? in J2EE? My project uses ant for a java project with junit, Swing applications, and J2EE applications. david See the "Naming Conventions" section on this page : The Elements of Ant Style The following targets are common to many builds. Always avoid changing the behavior of a well