From: SourceForge.net <no...@so...> - 2003-02-11 17:44:31
|
Refactorings item #684777, was opened at 2003-02-11 17:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=451586&aid=684777&group_id=44253 Category: None Group: None Status: Open Priority: 6 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Ant: refactor platform-specifc tasks Initial Comment: The compiler and platform-specific Ant tasks currently have a lot of duplicated code. While Ant is a bit more complicated to write than straight Java, it should theoretically be possible to eliminate this duplicated code by abstracting the common behavior between these tasks and simply passing in parameters for each case. This would simplify the build script and reduce the likelihood of errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=451586&aid=684777&group_id=44253 |