Files | Admin

Notes:

Release Name: 0.21.0

Notes:


Changes: * Added: Methods to read and write a file (shortcut for File.read/File.open.write). * Changed: Filter task now takes a source directory and target directory, and copies all included (sans excluded) files between the two. * Changed: Artifact type is now symbol instead of string (so :jar instead of "jar"). You can still specify a string, but the return value from #to_spec or #type is a symbol. * Changed: Eclipse task now adds "src/main/resources", "src/test/java", "src/test/resources" to build path, and excludes ".svn" and "CVS" directories from being copied into target directories. * Changed: The test task will now run JUnit test cases from classes ending with Test or Suite. And the inclusion pattern is always set. * Fixed: Project property not inherited if false.