djspiewak-buildr 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/CHANGELOG +916 -0
  2. data/LICENSE +176 -0
  3. data/NOTICE +26 -0
  4. data/README.rdoc +135 -0
  5. data/bin/buildr +19 -0
  6. metadata +194 -0
data/CHANGELOG ADDED
@@ -0,0 +1,916 @@
1
+ 1.3.4 (Pending)
2
+ * Added: BUILDR-159 Improved 'check' to accept both tar and tgz archives.
3
+ * Added: BUILDR-164 New 'artifacts:sources' task to download source code
4
+ for artifact jars.
5
+ * Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib),
6
+ --rules, --no-search, --silent.
7
+ * Changed: Upgraded to Rubyforge 1.0.1.
8
+ * Change: BUILDR-147 Upgraded to use Rake 0.8.3.
9
+ * Change: BUILDR-166 Upgraded to use RSpec 1.1.11.
10
+ * Change: BUILDR-171 Eclipse task generates meta-data files for projects with
11
+ test source code but no main source code.
12
+ * Change: BUILDR-177 Moved cobertura and emma extensions to lib directory.
13
+ * Change: BUILDR-187 Source code attachment for Eclipse .classpath.
14
+ * Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov).
15
+ * Fixed: Removed double complete/fail messages showing up on console.
16
+ * Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server)
17
+ * Fixed: BUILDR-170 ArtifactNamespace#method_missing has a condition that is never true.
18
+ * Fixed: BUILDR-172 Scala compiler not loaded by default.
19
+ * Fixed: BUILDR-175 Fail to find child project when calling project method inside project definition.
20
+ * Fixed: BUILDR-192 TestNG report results are overwritten (Alexis Midon).
21
+ * Fixed: BUILDR-193 TestNG uses project name for suite name (not valid file
22
+ name on Windows).
23
+ * Fixed: BUILDR-194 Buildr always adds 'Manifest-Version' to generated manifest file.
24
+ * Fixed: BUILDR-198 Filter#run always calls mkpath with :verbose.
25
+ * Fixed: BUILDR-199 ArchiveTask#needed uses 'each' with no effect (Ittay Dror).
26
+ * Fixed: BUILDR-201 Sample project is not valid (Alexis Midon).
27
+ * Fixed: BUILDR-214 Buildr is stuck uploading to sftp repository (Heikki Hulkko).
28
+ * Fixed: BUILDR-216 Profiles documentation is wrong (Shane Witbeck).
29
+
30
+ 1.3.3 (2008-10-08)
31
+ * Added: JtestR support. Implemented pending jtestr specs.
32
+ * Added: Growl notifications (OS X only).
33
+ * Added: error, info and trace methods.
34
+ * Added: Release task support for alternative SVN repository layout
35
+ (e.g., http://my.repo.org/trunk/foo).
36
+ * Added: BUILDR-128 Emma support
37
+ * Added: BUILDR-135. Extracted reusable replacement logic into Filter::Mapper
38
+ * Added: BUILDR-148 It is now possible to set the version of various 3rd
39
+ party libraries from the build.yml file. Supported libraries
40
+ include Ant and the various test and BDD frameworks.
41
+ * Change: Error reporting now shows 'buildr aborted!' (used to say rake),
42
+ more of the stack trace without running --trace, and when running
43
+ with supported terminal, error message is red.
44
+ * Change: Eclipse task updated to documented Scala plugin requirements
45
+ (http://www.scala-lang.org/node/94)
46
+ * Change: Buildr.application.buildfile returns a task instead of a String.
47
+ * Change: BUILDR-104 Buildr::group has :under and :version, but not :type.
48
+ Now it has :type too (Lacton).
49
+ * Change: BUILDR-139 Incremental test run.
50
+ * Change: BUILDR-141 Removed NEXT_VERSION from release task.
51
+ * Change: BUILDR-148 ant-junit no longer included in root classpath, but
52
+ specified during taskdef.
53
+ * Change: BUILDR-153 To customize the SVN tag used by the release task, set
54
+ Release.tag_name to either the tag value or a proc that takes the
55
+ version number and return the desired tag.
56
+ * Fixed: Should not display "(in `pwd`, development)" when using --quiet.
57
+ * Fixed: Release task's regexp to find either THIS_VERSION and VERSION_NUMBER.
58
+ * Fixed: BUILDR-106 download(artifact(...)=>url) broken in certain cases
59
+ (Lacton).
60
+ * Fixed: BUILDR-108 Trace to explain why a compile is done (Lacton).
61
+ * Fixed: BUILDR-109 Failure of "Buildr::Filter should respond to :include and
62
+ use these inclusion patterns" (Lacton).
63
+ * Fixed: BUILDR-110 Error creating buildfile from POM when missing plugin
64
+ configuration (Geoffrey Ruscoe).
65
+ * Fixed: BUILDR-112 Using a user gem repository with 'rake setup' (Lacton).
66
+ * Fixed: BUILDR-114 Hash.from_java_properties does not behave
67
+ like java.util.Properties (Lacton).
68
+ * Fixed: BUILDR-116: TestTask should include the main compile target in its
69
+ dependencies, even when using non standard directories (Lacton).
70
+ * Fixed: BUILDR-117 Shared directory for both code and resources produces
71
+ duplicate Eclipse classpath entries (Nathan Hamblen)
72
+ * Fixed: BUILDR-119 Eclipse task does not accept test resource folders
73
+ (Lacton)
74
+ * Fixed: BUILDR-122: eclipse task should not check for directory existence
75
+ * Fixed: BUILDR-123: eclipse task should honor ResourceTask's target directory
76
+ * Fixed: BUILDR-124 unzip(...).from_path does not work correctly without
77
+ include (Rhett Sutphin).
78
+ * Fixed: BUILDR-126 Tests options are shared between unrelated projects when
79
+ using #options instead of #using (Lacton).
80
+ * Fixed: BUILDR-129. Modifying a project manifest should not alter it's
81
+ parent project manifest.
82
+ * Fixed: BUILDR-137 JRuby 1.1.3 and Buildr 1.3.2 don't appear to work
83
+ (on Windows).
84
+ * Fixed: BUILDR-138 ScalaTest premature use of Buildr::Repositories
85
+ inconsistent with customizing locations.
86
+ * Fixed: BUILDR-152 Project.task fails when task name starts with a colon.
87
+ * Fixed: BUILDR-157 Tasks library not loaded from a submodule.
88
+ * Docs: BUILDR-111 Troubleshoot tip when Buildr's bin directory shows up in
89
+ RUBYLIB (Geoffrey Ruscoe).
90
+
91
+ 1.3.2 (2008-07-18)
92
+ * Added: --prereqs command line argument to show all tasks and their
93
+ dependencies. You can also follow with regular expression to narrow down the
94
+ list of tasks.
95
+ * Changed: Upgraded to Rubyforge 1.0.0.
96
+ * Changed: BUILDR-86 Use newest versions of net-ssh and net-sftp gems.
97
+ * Changed: BUILDR-88 Test classes/resources should come before compile
98
+ classes/resources so they load up earlier in java classpath.
99
+ * Changed: BUILDR-102 Update JUnit Version to 4.4.
100
+ * Fixed: BUILDR-73 idea7x task incorrect adds target/resources to the sources
101
+ paths.
102
+ * Fixed: BUILDR-76 Added more specs and fixes to compile task.
103
+ * Fixed: BUILDR-77 Layout feature not working.
104
+ * Fixed: BUILDR-79 Remove :source option for Scala compiler
105
+ * Fixed: BUILDR-80 Fix reference to Util#timestamp method on nailgun addon.
106
+ * Fixed: BUILDR-82 Temporary work around for Net::SSH 2.0.2 attempting to
107
+ load Pageant DLLs when running on JRuby/Windows.
108
+ * Fixed: BUILDR-89 JUnit (and all other Java frameworks) no longer include
109
+ abstract classes.
110
+ * Fixed: BUILDR-90 Installing from source doesn't work with JRuby.
111
+ * Fixed: BUILDR-91 When doing a release, buildr should spawn the same version
112
+ of buildr
113
+ * Fixed: BUILDR-92 IDEA 7x: add resources directories to classpath.
114
+ * Fixed: BUILDR-95: Only download Scala test framework artifacts when required
115
+ * Fixed: BUILDR-100 Directory structure documentation needs updating.
116
+ * Fixed: Installation instructions updated for RubyGems 1.2.0.
117
+
118
+ 1.3.1.1 (2008-06-04)
119
+ * Fixed: BUILDR-78 Broken dependency on Rubyforge Gem.
120
+
121
+ 1.3.1 (2008-05-19)
122
+ * Added: Downloading files from SFTP server, uploading to HTTP.
123
+ * Added: jibx_bind method to use JiBX for Java<=>XML binding (by David
124
+ Peterson).
125
+ * Changed: Upgraded to Net::SSH 2.0 and Net::SFTP 2.0.
126
+ * Fixed: BUILDR-67 HTTP GET now works with query parameters (Tommy Knowlton).
127
+ * Fixed: BUILDR-68 Now accepting JAVA_HOME setting on OS X (Nathan Hamblen).
128
+ * Fixed: JUnit now accepts java_args and passes these arguments to the JVM
129
+ (only applicable when forking).
130
+ * Fixed: BUILDR-70 JUnit not passing environment variables from the
131
+ :environment option.
132
+ * Fixed: BUILDR-75 Filter now runs if there's a target directory, even if
133
+ there are no source files to copy over, since everyone else just checks
134
+ resources.target for existence before depending on it.
135
+ * Fixed: BUILDR-63 Possible fix.
136
+
137
+ 1.3.0 (2008-04-25)
138
+ * Added: Testing with EasyB (Nicolas Modrzyk).
139
+ * Added: Testing with JBehave (John Layton).
140
+ * Added: Testing with RSpec (Nick Sieger).
141
+ * Added: Nailgun integration for improved user experience when running on
142
+ JRuby.
143
+ * Added: Cobertura tasks can be invoked for a single project using project
144
+ name as prefix to cobetura tasks.
145
+ * Added: Cobertura can exclude specified classes from instrumentation.
146
+ * Added: ArchiveTask#clean can be used to remove content from a package.
147
+ * Added: Groovy compiler.
148
+ * Added: Mechanism to simplify creating extensions (see Extension module).
149
+ * Added: To run all test cases 'rake spec'. Test coverage reports will show
150
+ up in html/coverage. To run failing tests against, 'rake failing'.
151
+ * Added: Layout class for controlling the project layout. Also cleaned up
152
+ places where paths were used instead of path names.
153
+ * Added: HTTP Basic authentication support (Yuen-Chi Lian).
154
+ * Added: EAR packaging (Victor Hugo Borja).
155
+ * Added: Profiles(.yaml), based on the code provided by Yanko Ivanov.
156
+ * Added: Resources task picks the default mapping from the filter element of
157
+ the current profile (if specified).
158
+ * Added: Consolidated API for RJB and JRuby, replacing the now deprecated
159
+ JavaWrapper.
160
+ * Added: JRuby 1.1 support (Victor Hugo Borja, Nick Sieger).
161
+ * Added: IDEA 7 task: use buildr idea7x (Shane Witbeck).
162
+ * Added: Experimental support for installing/loading Gems as part of a build.
163
+ * Added: Experimental support for YAML configurtion files:
164
+ ~/.buildr/settings.yaml, build.yaml and profiles.yaml.
165
+ * Added: Ability to create a package that is not an artifact and specify the
166
+ target file using the :file argument.
167
+ * Changed: JUnit/TestNG test cases are selected by superClass or annotations,
168
+ not by class-name pattern.
169
+ * Changed: Upgraded to Antwrap 0.7.0, thanks to Caleb Powell for relicensing
170
+ under Apache License.
171
+ * Changed: Upgraded to Rake 0.8, RSpec 1.1, RJB 1.1, OpenJPA 1.0.1.
172
+ * Changed: Resources are now copied to target/resources instead of
173
+ target/classes, and target/test/resources instead of target/test-resources.
174
+ * Changed: Test cases are now compiled into target/test/classes instead of
175
+ target/test-classes.
176
+ * Changed: Compile extension and CompileTask are now separate from the Java
177
+ module. Multiple compilers can be used, either guessed from the project
178
+ layout, or specified with compile.using(:name).
179
+ * Changed: Test extension and TestTask are now separate from the Java module.
180
+ JUnit and TestNG are Java specific extensions picked using test.with(:name).
181
+ * Changed: For compile and test, use dependencies instead of classpath (with
182
+ works are before).
183
+ * Changed: Test framework componentized along the same lines as the
184
+ compilers.
185
+ * Changed: The way packaging is handled: package_as_[type] is now called once
186
+ for a given package with the exact file name. If packaging requires a change
187
+ to the specifiction (e.g. a different file type than the package type), add a
188
+ package_as_[type]_spec method.
189
+ * Changed: The default packaging type is inferred from the compiler, and
190
+ without a compiler, defaults to :zip.
191
+ * Changed: JUnit test framework now runs on all classes that extend
192
+ junit.framework.TestCase.
193
+ * Changed: Scalac compiler now used by the regular compile task, the scalac
194
+ task is deprecated.
195
+ * Changed: RDoc are now generated using Allison
196
+ (http://blog.evanweaver.com/files/doc/fauna/allison).
197
+ * Changed: Resource tasks no longer generate target directory if there are no
198
+ resources to copy over.
199
+ * Changed: To prevent collissions with required files, the source layout now
200
+ places everything under lib/buildr, so require 'core/compile' is now require
201
+ 'buildr/core/compile'.
202
+ * Changed: The various Java tasks (JavaCC, XMLBeans, JDepends, etc) are now
203
+ located in the extra directory, and may at some point relocate to an addon
204
+ Gem.
205
+ * Removed: Prepare tasks removed.
206
+ * Removed: All deprecated features since 1.1. If you've seen warnings before,
207
+ except the build to break.
208
+ * Removed: No longer using Facets or recommending you use it in buildfiles.
209
+ * Fixed: More typos/documentation fixes by Lacton
210
+ * Fixed: Artifact.pom resolves artifact without classifier, i.e
211
+ org.testng:testng:jar:jdk15:5.1 uses org.testng:testng:pom:5.1 (Tommy).
212
+ * Fixed: More patches towards JRuby support, courtesy of Vic Borja.
213
+ * Fixed: Error when downloading a file from a server which answers with a
214
+ response with no content length.
215
+ * Fixed: Improved the Eclipse task (BUILDR-17): removed resources target
216
+ directory from the source directories, made the main resource directories
217
+ relative to the project directory and reordered project elements (Thomas
218
+ Marek).
219
+ * Fixed: When compiling Scala only include scala-library and scala-compiler
220
+ JARs (John Layton).
221
+ * Fixed: POM generation now applies JAR as default packaging if unspecified
222
+ (Maarten Billemont).
223
+
224
+ 1.2.10 (2007-11-26)
225
+ * Changed: Resources sets permission on copied files to make them
226
+ read/write-able (Shane Witbeck).
227
+ * Changed: Artifact download no longer generates destination directory if not
228
+ downloaded (Antoine).
229
+ * Fixed: EOL in MANIFEST.MF.
230
+ * Fixed: Bunch of typos, courtesy of Merlyn Albery-Speyer and Soemirno
231
+ Kartosoewito.
232
+
233
+ 1.2.9 (2007-11-08)
234
+ * Changed: Upgraded to RJB 1.0.11.
235
+ * Fixed: Backward compatibility in Java.rjb/wrapper.
236
+
237
+ 1.2.8 (2007-11-01)
238
+ * Added: Resolving Maven snapshots from remote repository (Rhett Sutphin)
239
+ * Changed: scala options.target now takes number, e.g. "1.5" instead of
240
+ "jvm-1.5" (Nathan Hamblen)
241
+ * Changed: Eclipse task uses updated Scala plugin nature and builder (Alex
242
+ Boisvert)
243
+ * Fixed: Bringing Buildr back to 1.0.9, XMLBeans fix.
244
+
245
+ 1.2.7 (2007-10-29)
246
+ * Added: You can create an artifact from a given file using
247
+ artifact(<spec>).from(<path>). You can then install it into the local
248
+ repository or upload it to the release server using install(<artifacts>) and
249
+ upload(<artifacts>). (Idea: Shane Witbeck and Tommy Mason).
250
+ * Added: ANTLR support.
251
+ * Changed: Speed boost to ZIP packaging.
252
+ * Changed: RjbWrapper is now JavaWrapper, and revised to nicely support JRuby.
253
+ A few other minor tweaks to make JRuby support possible in the future. (Travis
254
+ Tilley)
255
+ * Changed: JUnit now runs tests with clonevm false by default, you can change
256
+ with test.using :clonevm=>true (Karel)
257
+ * Changed: JUnit now switches over to project's base directory.
258
+ * Changed: package(:war).with(:libs, :classes) uses only these specified libs
259
+ and class directories, replacing any previous value.
260
+ * Fixed: Jetty task no longer sets "log4j.configuration" system property
261
+ * Fixed: release task didn't work
262
+
263
+ 1.2.6 (2007-09-26)
264
+ * Added: Option for setting environment name (-e) and attribute accessor
265
+ (Buildr.environment). Default taken from BUILDR_ENV environment variable.
266
+ * Added: AAR packaging for Axis2 service archives (Alex Boisvert)
267
+ * Added: Environment variable for JUnit tests (test.using :environment=>).
268
+ * Added: tar method similar to zip method.
269
+ * Added: Experimental transitive method. Looks like artifacts, quacks like
270
+ artifacts, but returns artifacts by the boat load. (Credit, Daniel Roop)
271
+ * Changed: Now accepting JAVA_OPTS in addition to JAVA_OPTIONS.
272
+ * Changed: TarTask is now based on ArchiveTask, same API as ZipTask.
273
+ * Changed: Javadoc array arguments now passed as multiple command line options
274
+ (e.g. :link=>['foo', 'bar'] becomes --link foo --link bar). (Daniel Roop)
275
+ * Changed: Jetty task now uses SLF4J instead of commons-logging + log4j for
276
+ better hot-swap capability and plugability (Alex Boisvert)
277
+ * Removed: Turns out --verbose command line option is useless. Removed.
278
+ * Fixed: Jetty task now uses WebAppContextClassLoader to support hot-swapping
279
+ webapps (Alex Boisvert)
280
+ * Fixed: "release" task now works with SVN URLs ending with /branches/*/ (Alex
281
+ Boisvert)
282
+ * Fixed: Resources not included in JAR/WAR unless there's a src/main/java
283
+ directory (Olexandr Zakordonskyy).
284
+ * Fixed: Files starting with dot (e.g. .config) not copied over as resource
285
+ files, and not included in ZIP (Olexandr Zakordonskyy).
286
+ * Fixed: Empty directories not copied over as resources (Olexandr
287
+ Zakordonskyy).
288
+ * Fixed: JAVA_OPTS and test.options[:java_args] not passed to JUnit task
289
+ (Staube).
290
+ * Fixed: archive.exclude doesn't work when including a directory using
291
+ :from/:as option.
292
+ * Fixed: JUnit/TestNG no longer run inner classes as test classes (Mark
293
+ Feeney).
294
+
295
+ 1.2.5 (2007-08-13)
296
+ * Fixed: Buildr not finding buildfile in parent directory, or switching to
297
+ parent directory.
298
+ * Fixed: checks.rb:103: warning: multiple values for a block parameter (2 for
299
+ 1)
300
+ * Fixed: ZIPs include empty META-INF directory.
301
+
302
+ 1.2.4 (2007-08-03)
303
+ * Added: Forking option for JUnit test framework: :once to fork for each
304
+ project, :each to fork for each test case, and false to not fork. (Tammo van
305
+ Lessen)
306
+ * Added: Path traversal in Zip, so zip.path("foo/bar").path("..") returns
307
+ zip.path("foo").
308
+ * Fixed: JUnit test framework output shows errors in console, more readable
309
+ when forking is on (Tammo van Lessen).
310
+ * Fixed: Cobertura reports not working (Anatol Pomozov).
311
+ * Fixed: Zip creates funky directory name when using :as (Tommy Mason).
312
+ * Fixed: package_as_tar incorrectly calling with(options) (Tommy Mason).
313
+ * Fixed: Loading of everything which should get rid of "already initialized
314
+ constant VERSION" warning.
315
+ * Fixed: --requires option now works properly when using buildr.
316
+ * Fixed: MANIFEST.MF lines must not be longer than 72 characters (Tommy
317
+ Mason).
318
+ * Fixed: Creating manifest from array does not place Name first.
319
+ * Fixed: Complain if no remote repositories defined, add at least one
320
+ repository when creating from POM, POM reader fails if dependencyManagement
321
+ missing (Jean-Baptiste Quenot).
322
+ * Fixed: Not looking for buildfile in parent directory.
323
+ * Fixed: Project's compile/test task looking for options in local task of same
324
+ name.
325
+ * Fixed: ZIP/JAR/WAR include directory entries in some cases and not others.
326
+ * Fixed: Computation of relative paths in Eclipse project generation (Cameron
327
+ Pope)
328
+
329
+ 1.2.3 (2007-07-26)
330
+ * Added: Get your buildfile created form existing POM, just run buildr on
331
+ existing Maven project (Anatol Pomozov).
332
+ * Added: package(:tar), package(:tgz), TarballTask dn TarTask (Tommy
333
+ Knowlton).
334
+ * Changed: The ArchiveTask needs no introduction: it's a base task that
335
+ provides common functionality for ZipTask, TarTask and friends.
336
+ * Fixed: Release runs buildr instead of buildr.cmd on Windows (Chris Power).
337
+ * Fixed: Cobertura reports broken (Anatol Pomozov).
338
+
339
+ 1.2.2 (2007-07-18)
340
+ * Added: resources.using and filter.using now accepts a format as the first
341
+ argument, default being :maven, but you can also use :ant, :ruby or pass a
342
+ regular expression
343
+ (http://groups.google.com/group/buildr-talk/browse_thread/thread/5216d5ae8bfff29b).
344
+ * Fixed: Sleek upload with changelog for each release courtesy of Anatol
345
+ Pomozov.
346
+ * Fixed: Zip.path.contains fails on paths with more than one directory
347
+ (http://groups.google.com/group/buildr-talk/browse_thread/thread/5d305bbeeb814d1).
348
+ * Fixed: Speed of sorting entries when creating new Zip file
349
+ (http://groups.google.com/group/buildr-talk/browse_thread/thread/8b4d1b0e983f32f).
350
+ * Fixed: Uploading using SFTP creates directory for uploaded file
351
+ (http://groups.google.com/group/buildr-talk/browse_thread/thread/80021d35cecfecdc).
352
+
353
+ 1.2.1 (2007-07-12)
354
+ * Added: Proxy exclusion, use environment variable NO_PROXY, or
355
+ options.proxy.exclude = <url> || [<url>]
356
+ (http://groups.google.com/group/buildr-talk/t/9f1e988e0dbeea9f).
357
+ * Added: You can now copy resources from multiple source directories, using
358
+ resources.from
359
+ (http://groups.google.com/group/buildr-talk/browse_thread/thread/4f2867a6dbbc19d4).
360
+ * Added: Hash.from_java_properties(string) and hash.to_java_properties.
361
+ * Changed: Buildr.options now wrap various environment variables instead of
362
+ duplicating them (HTTP_PROXY, NO_PROXY, TEST, DEBUG).
363
+ * Changed: No longer passing proxies to transports, instead they obtain them
364
+ from environment variables.
365
+ * Changed: Buildr now uses XJavaDoc 1.1 instead of 1.1-j5. If you need the
366
+ 1.1-j5 fix, see here
367
+ http://groups.google.com/group/buildr-talk/browse_thread/thread/49f3226810466c94/1f0d25d002433fe2.
368
+ * Fixed: One RubyForge release for all packages, instead of one per package
369
+ (Anatol Pomozov).
370
+ * Fixed: buildr command does not recognize project tasks (foo:compile) or
371
+ default task (http://groups.google.com/group/buildr-talk/t/660061a0bc81989a).
372
+ * Fixed: Upload fails on SFTP permissions.
373
+ * Fixed: Hibernate.schema_export not passing Ant task when yielding.
374
+ * Fixed: IntelliJ Idea project files generation for projects more than two
375
+ degrees deep.
376
+
377
+ 1.2.0 (2007-06-06)
378
+ * Added: Artifact.list returns specs for all registered artifacts (those
379
+ created with artifact or package).
380
+ * Added: Buildr.option.java_args are used when creating the RJB JVM, when
381
+ running a Java process (unless you override directly), and when running JUnit
382
+ tests (again, unless override).
383
+ * Added: TestNG support (test.using :testng).
384
+ * Added: You can run multiple tests from the command line, e.g. rake
385
+ test:foo,bar.
386
+ * Added: If you want to distribute source code and JavaDoc alongside your JARs
387
+ (helpful when using IDE/debugging), you can now do so by calling
388
+ package_with_sources and package_with_javadoc on the project (or the parent
389
+ project to affect all its sub-projects).
390
+ * Added: junit:report task generates XML and HTML reports in the reports/junit
391
+ directory.
392
+ * Added: test=all option runs all test cases ignoring failure.
393
+ * Added: project generation for IntelliJ Idea. Imports dependencies properly
394
+ from your local repository (the M2_REPO path variable must be defined),
395
+ supports tests and resources.
396
+ * Added: A check task for each project that runs after packaging and can be
397
+ used to check the build itself, using RSpec matchers.
398
+ * Added: The help task can be used to get basic information about your build.
399
+ Right now it returns a list of described tasks, but you can extend it using
400
+ the help method. Try it out: rake help.
401
+ * Added: Integration tests that run after packaging (unless tests are
402
+ disabled). There's only one integration tests task (duh) that you can access
403
+ from anywhere. You can tell a project to run its tests during the integration
404
+ phase with test.using :integration.
405
+ * Added: package :sources and package :javadoc, used by package_with_sources
406
+ and package_with_javadoc.
407
+ * Added: Unzip paths now return root/target. (Nathan)
408
+ * Added: buildr command line, replacing rake. Differs from rake in two ways:
409
+ uses buildfile by default (but Rakefile also works) and offers to create
410
+ buildfile if you don't already have one.
411
+ * Added: options.proxy.http now set from the environment variable HTTP_PROXY
412
+ (Anatol Pomozov).
413
+ * Added: options.java_args now set from environment variable JAVA_OPTIONS.
414
+ * Changed: Filter now complains if source directory or target directory not
415
+ set, or if source directory does not exist.
416
+ * Changed: Filter.run returns true if filter run, false otherwise, and can be
417
+ run multiple times.
418
+ * Changed: repositories.proxy returns a URI or nil; you can still set a proxy
419
+ using a hash.
420
+ * Changed: Transports went the way of the Dodo, instead we now use
421
+ read/write/download/upload methods implemented on URI itself.
422
+ * Changed: We now have a way to configure multiple proxies through the
423
+ options.proxy method; use that instead of repositories.proxies.
424
+ * Changed: Upgraded to Ant 1.7.0, JUnit 4.3, JMock 1.2.
425
+ * Changed: TestTask now provides list of test classes and failed classes
426
+ through test_classes and failed_tests attributes.
427
+ * Changed: The jetty method is now available everywhere, so you can change the
428
+ URL using jetty.url = at the top of the Rakefile. Also upgraded to 6.1.3.
429
+ * Changed: Test classes are now identified as either starting with Test* or
430
+ ending with *Test, before attempting any include/exclude patterns. Anything
431
+ ending with *TestCase or *Suite ignored for now (but if you explain why, we
432
+ can add it back).
433
+ * Changed: What used to be the projects task is now help:projects task,
434
+ anticipating more help: tasks to come.
435
+ * Changed: We now have 3(!) JDepend tasks: jdepend:swing (with windows!),
436
+ jdepend:text (console) and jdepend:xml (enterprisy).
437
+ * Changed: Good news for packagers: package_as_ yield no longer required, just
438
+ make sure to create the task once and return it each time.
439
+ * Changed: JUnit tests now run using Ant, which makes them faster to run, and
440
+ gives you text/XML reports (check out the reports/junit directory).
441
+ * Changed: Cobertura now writes reports to reports/cobertura, in fact, if
442
+ you're looking for a report of any kind, the reports directory is the place to
443
+ find it.
444
+ * Changed: Upgraded to AntWrap 0.6. Note that with AntWrap 0.6 we yield to the
445
+ block instead of doing instance_eval, so any call to the ant project must be
446
+ prefixed with an AntProject object. Code that relies on the old functionality
447
+ (and that's pretty much any code with element-containing tasks) will break.
448
+ * Changed: artifacts now accepts a struct.
449
+ * Changed: The repositories.download method folded into Artifact, the
450
+ repositories.deploy method renamed upload and folded into ActsAsArtifact.
451
+ * Changed: The deploy task is now called upload, and repositories.deploy_to is
452
+ now repositories.release_to.
453
+ * Removed: The check task, which previously was a way to find some circular
454
+ dependencies (multitask) but not others (dynamically defined).
455
+ * Removed: JUnitTask, test.junit and Java.junit methods all deprecated;
456
+ anything you need to affect the unit tests is right there in TestTask.
457
+ * Removed: The package(:jar) and package(:war) options, such as :manifest,
458
+ :include, :libs are all deprecated. Instead, use the package method to define
459
+ the package, and the with method to enhance it, e.g.
460
+ package(:war).with(:libs=>...) instead of package(:war, :libs=>...).
461
+ * Removed: The []= method on ZipTask and anything derived from it is
462
+ deprecated in favor of using attribute accessors.
463
+ * Removed: Ant.executable and Ant.declarative are deprecated. Use Buildr.ant
464
+ instead of Ant.executable. Use AntWrap directly if you need the
465
+ Ant.declarative functionality.
466
+ * Fixed: Filter now properly handles multiple keys on the same line.
467
+ * Fixed: Tests teardown now properly executing.
468
+ * Fixed: Cobertura tasks now run tests, even if test=no.
469
+ * Fixed: XMLBeans compile task not detecting change to XSD file.
470
+ * Fixed: URI.download and download task do not create directory path for
471
+ downloaded file (Anders Bengtsson).
472
+ * Fixed: Gets JVM version number from system property java.version instead of
473
+ calling java -version.
474
+ * Fixed: Artifact downloads POM first, such that you can download/create/fake
475
+ it youself.
476
+
477
+ 1.1.3 (2007-06-12)
478
+ * Added: Long awaited idea project files generation. Very early code, the iml
479
+ seems to be generated okay but needs testing. The ipr is still missing but
480
+ will come in due time (and it's not always necessary anyway).
481
+ *Fixed: Doc bug: unzip doesn't have an into(dir) method.
482
+ *Fixed: File names don't always have a dot.
483
+ *Fixed: For Jetty servers, http://foo//bar is not http://foo/bar
484
+
485
+ 1.1.2 (2007-05-29)
486
+ * Added: Allow passing :java_args option to the junit task
487
+ * Added: Hibernate XDoclet and SchemaExport tasks. (Requires buildr/hibernate)
488
+ * Added: JDepend UI for seeing depenencies across all projects. (Requires
489
+ buildr/jdepend)
490
+ * Added: Cobertura test coverage tasks, reporting both html and xml. (Requires
491
+ buildr/cobertura)
492
+ * Changed: tools_jar now returns empty array on OS X, part of the ongoing
493
+ Write Once/Test Everywere effort. (Credit Paul Brown)
494
+ * Fixed: Work around keep_alive bug in Net::HTTP.
495
+ (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/10818)
496
+
497
+ 1.1.1 (2007-05-16)
498
+ * Changed: Test case class names must end with Test, TestCase, Suite or
499
+ TestSuite.
500
+ * Changed: You can now run rake test:{foo,bar} to match against either foo or
501
+ bar (requires \{..\} on UNIX).
502
+ * Changed: JAVA_HOME now required on all platforms, along with more OS X
503
+ fixes. (Credit Paul Brown)
504
+ * Fixed: You can now run rake test:<name> from any directory, and it will find
505
+ just the right test cases.
506
+
507
+ 1.1.0 (2007-05-13)
508
+ * Added: Proxy setting for downloading from remote repositories (use
509
+ repositories.proxy = ...).
510
+ * Added: projects task to list all the projects you can build.
511
+ * Added: Project attribute target to specify the target directory.
512
+ * Changed: The project and projects methods now accepts relative names when
513
+ called on a project. For example, project("foo").project("bar") finds the
514
+ sub-project "bar" in "foo".
515
+ * Changed: The project method now returns self if called on a method with no
516
+ name.
517
+ * Changed: The -warning flag (javac) is now set to true only when verbose.
518
+ * Changed: OpenJPA mapping now using Ant task instead of spawning another Java
519
+ instance.
520
+ * Changed: The test:name pattern translates to *name* so you can run tests by
521
+ package name, but only if you don't use * in the pattern.
522
+ * Changed: All projects are not evaluated when referenced (i.e. calling
523
+ project/projects) or before running any task. Project tasks do not exist until
524
+ a projet is evaluated.
525
+ * Removed: The projects method no longer accepts the :in argument, call
526
+ projects on a project instead.
527
+ * Fixed: Local directory tasks now work from any directory in the project.
528
+ * Fixed: Artifacts no longer created with timestamp from server.
529
+ * Fixed: Buildr no longer fails when run without tools.jar or JAVA_HOME
530
+ (OS X). (Credit Lyle Johnson)
531
+ * Fixed: Manifest gets EOL to keep EOF company. (Credit Tommy Knowlton)
532
+ * Fixed: Compile tasks clean after themselves when target directory changed.
533
+ (Credit Lyle Johnson)
534
+
535
+ 1.0.0 (2007-05-04)
536
+ * Added: buildr:freeze and buildr:unfreeze task. These set the Rakefile to use
537
+ a particular version of Buildr, freezing by setting to the current version of
538
+ Buildr, unfreeze to use the latest Gem.
539
+ * Added: Buildr.options, with three options to start with: test, debug and
540
+ parallel.
541
+ * Added: Buildr.option.debug or environment variable DEBUG to control the
542
+ compiler debug option. Defaults to yes, except when doing a release.
543
+ * Changed: Buildr now fails nicely if JAVA_HOME not set.
544
+ * Changed: Migrated test cases to RSpec 0.9.
545
+ * Changed: Extended circular dependency check to multitask.
546
+ * Changed: JavaCC using RJB.
547
+ * Changed: OpenJPA 0.9.7 no longer snapshoted.
548
+ * Fixed: For Windows users: user's home directory, fu_check_options is now
549
+ rake_check_options, java command works around funky system bbug.
550
+
551
+ 0.22 (2007-04-26)
552
+ * Added: Calling projects(:in=>foo) returns only the sub-projects defined in
553
+ foo.
554
+ * Added: _() as shortcut for path_to().
555
+ * Added: You can pass properties to java by setting the :properties options.
556
+ * Added: JUnit task has a way of setting options (options accessor and using
557
+ method), which for now supports passing properties to java.
558
+ * Added: You can now use the struct method to create a Struct for structoring
559
+ your multiple artifacts.
560
+ * Changed: Use rake artifacts to download all artifacts not already in the
561
+ local repository, and also download modified artifacts
562
+ (*cough*snapshots*cough*)
563
+ * Changed: Transport.download now uses timestamp on the destination file and
564
+ If-Modified-Since header to skip downloads of unmodified files.
565
+ * Changed: Downloading artifact sets the time stamp from the repository.
566
+ * Changed: Use buildr.rake in the project's directory and your home directory,
567
+ instead of buildr.rb.
568
+ * Changed: filter method accepts one argument, the source directory. Use
569
+ filter(src).into(target).
570
+ * Changed: Running Javac/Apt/Javadoc in process.
571
+ * Changed: Using Ant for OpenJPA enhancer and XMLBeans schema compiler.
572
+ * Changed: Jetty, JavaCC, OpenJPA and XMLBeans are no longer included by
573
+ default. You need to require them explicitly, e.g. require "buildr/jetty".
574
+ * Removed: Tasks no longer use a base directory, always map paths directly
575
+ using file, path_to or _().
576
+ * Fixed: The artifacts task no longer downloads POMs for artifacts created by
577
+ the Rakefile.
578
+
579
+ 0.21 (2007-04-20)
580
+ * Added: Methods to read and write a file (shortcut for
581
+ File.read/File.open.write).
582
+ * Changed: Filter task now takes a source directory and target directory, and
583
+ copies all included (sans excluded) files between the two.
584
+ * Changed: Artifact type is now symbol instead of string (so :jar instead of
585
+ "jar"). You can still specify a string, but the return value from #to_spec or
586
+ #type is a symbol.
587
+ * Changed: Eclipse task now adds "src/main/resources", "src/test/java",
588
+ "src/test/resources" to build path, and excludes ".svn" and "CVS" directories
589
+ from being copied into target directories.
590
+ * Changed: The test task will now run JUnit test cases from classes ending
591
+ with Test or Suite. And the inclusion pattern is always set.
592
+ * Fixed: Project property not inherited if false.
593
+
594
+ 0.20 (2007-04-18)
595
+ * Added: JavadocTask to generate Javadoc documentation for the project,
596
+ javadoc method on the project itself to return its javadoc task, and
597
+ Java.javadoc to do all the heavy lifting.
598
+ * Changed: Release code is now implemented as module instead of class. SVN
599
+ copy made from working copy instead of double commit.
600
+ * Removed: package :file_name options. Does not work with deployed artifacts
601
+ or POMs.
602
+ * Fixed: Packages not deployed in the right path (but POMs are).
603
+ * Fixed: JARs and WARs include redundant META-INF directory.
604
+ * Fixed: The local package task is now a dependency for install/deploy, and
605
+ build is dependency for package.
606
+
607
+ 0.19 (2007-04-13)
608
+ * Fixed: Eclipse task correctly handles FileTasks
609
+ * Fixed: Eclipse task output directory is "target/classes"
610
+ (Project.compile.target) instead of "/target"
611
+ * Added: Set specific file permissions when uploading with SFTP transport with
612
+ :permission option
613
+ * Fixed: Correctly use JAVA_HOME environment variable, if available, for
614
+ determining java version
615
+ * Added: ConcatTask and concat: a file task that creates or updates the target
616
+ file by concatenating all the file prerequisites.
617
+ * Added: Ant module (requires antwrap and rjb Gems), so also added RJB setup
618
+ module.
619
+ * Added: When zipping you can include the contents of a directory using
620
+ :as=>".".
621
+ * Added: Convenience apt method returns a file task that generates sources
622
+ using APT.
623
+ * Added: Convenience open_jpa_enhance method to enhance compiled files.
624
+ * Added: Convenience compile_xml_beans setups the compiler to include
625
+ XSD-generated XML Beans.
626
+ * Added: Convenience javacc/jjtraa methods return file tasks that generate
627
+ source files.
628
+ * Added: build is now the default task.
629
+ * Added: jetty:start and jetty:stop tasks to start/stop the server from the
630
+ console.
631
+ * Added: jetty:use to start Jetty inside the build or hook to an existing
632
+ server.
633
+ * Added: jetty:setup and jetty:teardown to perform tasks around jetty:use.
634
+ * Added: The local build task will now execute the local test task. So
635
+ building a project (or sub-project) will run the test cases on that project
636
+ (or sub-project) but not any of its dependencies.
637
+ * Added: ZipTask accepts nested path (i.e. calling path inside a path).
638
+ * Added: package(:war) by defaults picks libraries from the compiler
639
+ classpath. You can always override by passing the :libs option.
640
+ * Changed: Eclipse task now generates library path with M2_REPO variable or
641
+ project-relative paths where appropriate
642
+ * Changed: compile.target (CompileTask) and resources.target (Filter) are now
643
+ file tasks, not strings. So passing the target to someone else will hopefully
644
+ convience them to invoke or enhance it.
645
+ * Changed: Java related tasks like OpenJPA, XMLBeans, JavaCC all moved to the
646
+ Buildr::Java module.
647
+ * Changed: Handling of package_as arguments to support JBI packaging.
648
+ * Changed: meta_inf project property is an array accepting filenames (strings)
649
+ and file tasks.
650
+ * Changed: meta_info by default only includes the LICENSE file from the
651
+ top-level project.
652
+ * Changed: The WarTask :classes argument is now a directory name, and will
653
+ include all files in this directory.
654
+ * Changed: WarTask and JarTask accept meta_inf argument.
655
+ * Changed: Behavior of needed? and prerequsities in base Rake::Task. This will
656
+ probably not affect you, but don't be surprised if it disappears (see
657
+ lib/core/rake_ext.rb for details).
658
+ * Changed: Were previous the test task would link to test.run, it now executes
659
+ the entire test lifecycle, and is the major point for extending the test
660
+ lifecycle.
661
+ * Changed: test.run is now test.junit.
662
+ * Changed: Ant.define is now Ant.declarative, Ant.execute is now
663
+ Ant.executable.
664
+ * Changed: The filter method now returns a Filter class that can be used to
665
+ set a filter, but is not itself a task. Instead, it creates a task when
666
+ setting its target.
667
+ * Changed: Project.resources now returns a ResourceTask that includes, but is
668
+ not itself a filter, accessed using the accessor filter.
669
+ * Changed: UnzipTask eliminated and replaced with Unzip which you now have to
670
+ run directly by calling extract. However, unzip method creates a file task
671
+ and returns an Unzip object that can be used as a reference to that file
672
+ task.
673
+ * Changed: Attributes is now InheritedAttributes.
674
+ * Changed: The first call to package configures the package task from the
675
+ options, the second call only returns the package task.
676
+ * Removed: :cp argument, always use :classpath.
677
+ * Removed: src_dir, java_src_dir, target_dir, webapp_src_dir and all other
678
+ premature configuration attributes.
679
+ * Removed: Project tests method deprecated in favor of a single test method;
680
+ it now accepts an enhancement block, not an instance_eval block.
681
+ * Removed: FilterTask is dead.
682
+ * Removed: sub_projects method. Is anyone using this?
683
+ * Fixed: Local buildr.rb not loaded from running from inside a sub-project
684
+ directory.
685
+ * Fixed: Eclipse task now executed whenever a change is made in the Rakefile,
686
+ or any file it requires, include buildr.rb and task files.
687
+ * Fixed: Circular dependency in release task.
688
+
689
+ 0.18 (2007-03-26)
690
+ * Added: manifest attribute on project, used by default when packaging
691
+ JAR/WAR.
692
+ * Added: default manifest includes build-by, build-jdk and
693
+ implementation-title.
694
+ * Added: compile.from(sources) in the same vein as compile.with(classpath)
695
+ * Added: load all *.rake files form the tasks directory (if exists) for use
696
+ in
697
+ the main Rakefile.
698
+ * Added: Java.tools returns a reference to tools.jar on JDKs that include it.
699
+ * Added: brought back experimental test tasks.
700
+ * Added: artifacts task to download all artifacts referenced by project (using
701
+ either artifact or artifacts method).
702
+ * Changed: back to old behavior, compile task only executes if there are any
703
+ files to compile, and compile? method removed.
704
+ * Changed: repositories.remote is now an array instead of a hash, and
705
+ repositories are searched in the order in which they appear.
706
+ * Changed: release task is now a regular task, using the Release object
707
+ instead of being a ReleaseTask.
708
+ * Changed: eclipse task executes artifacts task.
709
+ * Fixed: inherited attributes now cache default value, useful when working
710
+ with arrays/hashes.
711
+ * Fixed: manifest file generated even if manifest attribute is false.
712
+ * Fixed: compile task now properly detects when not all files compiled.
713
+ * Fixed: bug that caused project file tasks to execute twice.
714
+
715
+ 0.17 (2007-03-14)
716
+ * Added: project.task acts like Rake's task but can also fetch a task from a
717
+ project using the project's namespace.
718
+ * Added: project.file acts like Rake's file but resolve relative paths based
719
+ on the project base directory.
720
+ * Added: Rake tasks execute in the directory in which they were defined.
721
+ * Added: enhanced Rake with circular dependency, and you can find all circular
722
+ dependencies by running rake check.
723
+ * Added: enhanced Rake in_namespace, if the namespace starts with colon,
724
+ creates a namespace relative to the root instead of the current namespace.
725
+ * Changed: a project definition is now a task definition.
726
+ * Changed: use enhance to extend the project definition instead of
727
+ after_define.
728
+ * Changed: LocalDirectoryTask replaced with Project.local_task.
729
+ * Changed: projects method accepts multiple names, returning only these
730
+ project definitions, returns all of them with no arguments.
731
+ * Changed: packge only defines the essentials once, so you can call package on
732
+ a project to retrieve a specific package by type/id.
733
+ * Changed: zip task (and jar/war) no longer resolve artifacts for you, must
734
+ call artifacts directly.
735
+ * Changed: cannot access a project before it's defined, but can do that with
736
+ sub-projects to establish dependencies.
737
+
738
+ 0.16 (2007-03-07)
739
+ * Added: zip.include :as=> to include file under specified name.
740
+ * Added: zip.merge to include the (expanded) contents of one zip file in
741
+ another.
742
+ * Added: experimental test task using JUnit and JMock.
743
+ * Changed: project.to_s returns name, projects returns sorted by name.
744
+ * Changed: project definition now executed using project's base directory as
745
+ the current directory.
746
+ * Fixed: artifact test cases and minor code cleanup.
747
+ * Fixed: attempts to download artifact even if created by task.
748
+ * Fixed: release task now deletes old tagged copy and reports SVN usage.
749
+ * Fixed: OpenJPA not including target directory in classpath.
750
+
751
+ 0.15 (2007-02-28)
752
+ * Fixed: tasks fail unless deployment server specified.
753
+ * Changed: deploy method executes deployment, instead of returning a task.
754
+
755
+ 0.14 (2007-02-28)
756
+ * Added: check task that looks for obvious errors in the Rakefile.
757
+ * Added: deploy task for managing deployment.
758
+ * Added: release task that updates version numbers, commits and tags SVN.
759
+ * Changed: the project name is now the fully qualified name, e.g. ode:axis2
760
+ * Changed: you can now lookup a project before it's defined; you still can
761
+ only define a project once.
762
+ * Changed: you can lookup projects by full qualified name.
763
+ * Changed: release_to changed to deploy_to, which is now a getter/setter.
764
+ * Fixed: removed Java.home which conflicted with JRuby.
765
+ * Fixed: install task did not re-install modified files.
766
+ * Fixed: deploying only uploads one artifact.
767
+ * Fixed: timing issues.
768
+ * Fixed: Maven classifier now used properly.
769
+
770
+ 0.13 (2007-02-26)
771
+ * Added: global java method.
772
+ * Added: project build method.
773
+ * Added: OpenJPA mapping_tool method.
774
+ * Added: Rakefile to generate Gem.
775
+ * Changed: you can now lookup a sub-project from the top project method.
776
+ * Changed: the projects methods return all sub-projects.
777
+ * Fixed: bug in JarTask that resolved artifacts too early.
778
+ * Fixed: global tasks (clean, build, etc) now complain if executed from a
779
+ directory that does not map to any project.
780
+ * Fixed: to work with Rake 0.7.2.
781
+
782
+ 0.12 (2007-02-24)
783
+ * Added: call prepare with list of tasks to add them as prerequisites.
784
+ * Added: project.id returns the compound name, e.g. foo, foo-bar,
785
+ foo-bar-baz.
786
+ * Added: JavaCC, XMLBeans schema compiler, OpenJPA enhancer, APT tasks.
787
+ * Changed: the default package ID is take from the project ID instead of its
788
+ name.
789
+ * Changed: renamed buildr and moved here.
790
+ * Changed: moved all code into Buildr module.
791
+ * Fixed: download breaking when POM not found.
792
+ * Fixed: compile task fails if classpath is empty.
793
+ * Fixed: zip task fails if target directory does not exist.
794
+ * Fixed: packaging task does not require build.
795
+ * Fixed: compiler not showing command when trace is on.
796
+ * Fixed: zip dependencies were all fucked up.
797
+ * Fixed: package should not depend on build.
798
+
799
+ 0.11 (2007-02-16)
800
+ * Added: test cases for unzip task
801
+ * Added: prepare method to access prepare task
802
+ * Added: prepare, compile and resources accept a block you can use to enhance
803
+ the task
804
+ * Changed: ZipTask executes all includes files as prerequisites, and now
805
+ includes directories correctly
806
+ * Changed: Jar/WarTask are now extended using with(options) method
807
+ * Changed: JarTask now accepts array of sections (each being a hash) for the
808
+ manifest, and a proc/method to generate it
809
+ * Changed: added HighLine to hide password entry on the command line
810
+ * Changed: unzip now using UnzipTask with its own shorthand syntax.
811
+ * Changed: filter task gets a consistent syntax to unzip
812
+
813
+ 0.10 (2007-02-13)
814
+ * Added: modifier for artifacts
815
+ * Added: ZipTask, WarTask
816
+ * Added: get POM artifact directly from artifact
817
+ * Changed: JAR and WAR packaging based on new and improved Zip task
818
+ * Changed: options for packaging, but not affecting current Rakefile
819
+ * Remove: delete task
820
+
821
+ 0.9 (2007-02-09)
822
+ * Added: attributes for configuring compile (sources, classpath, target,
823
+ options)
824
+ * Added: shorthand notation for specifying compilation (to, with, using)
825
+ * Changed: copy task is dead (name conflict), instead we get the better filter
826
+ task with include/exclude patterns
827
+ * Changed: rewrite of compile task, now better than ever
828
+ * Changed: compile can be used inside and outside project
829
+ * Changed: compiler no longer infers anything from its prerequisites
830
+ * Changed: compiler accepts files, artifacts and tasks on the classpath
831
+ * Changed: resources task now working as expected
832
+ * Remove: global task artifacts was the root of all evil and got canned.
833
+
834
+ 0.8 (2007-02-05)
835
+ * Added: release task and release_to configuration for repositories
836
+ * Added: SFTP uploader for releases
837
+ * Added: convenience method group() for specifying multiple artifacts in same
838
+ group and version number
839
+ * Added: install target copies package to local repository and adds a POM,
840
+ uninstall package removes package (and POM) from local repository
841
+ * Changed: project lookup now happens through project() method
842
+ * Changed: locating file in the local repository now happens through
843
+ Repositories
844
+ * Changed: downloading file into the local repository now happens through
845
+ Repositories
846
+ * Changed: notation for specifying multiple artifacts in a string is now
847
+ foo,bar,baz
848
+ * Changed: artifact identifier is now specified with the key :id
849
+ * Changed: download POM alongside artifact and install in local repository
850
+ * Changed: no more scoping artifacts collection in project, use compile.with
851
+ instead
852
+ * Changed: moved HTTP download logic to transports.rb
853
+ * Removed: deprecated grouping with multiple artifacts under id key
854
+
855
+ 0.6 (2007-02-01)
856
+ * Added: Artifact resolution introduces the notion of a spec, which can be
857
+ supported using ActsAsArtifact
858
+ * Added: You can now use a project as an artifact, resulting in all its
859
+ packages being added, or use a task as artifact
860
+ * Changed: project.sub_projects renamed project.projects
861
+ * Changed: what used to be called dependencies is now called artifacts
862
+ * Changed: all artifacts are now created as tasks that know how to download
863
+ themselves unless some other behavior is specified
864
+ * Changed: local and remote repositories are now defined on the Rakefile
865
+ instead of individual projects
866
+ * Changed: attributes now stored directly as instance variables
867
+ * Changed: ANSI colors and progress bar now using Ruby Facets
868
+
869
+ 0.5 (2007-01-24)
870
+ * Added: Build number for each top-level project, build_number method for
871
+ accessing it and build:increment task for updating the build number file.
872
+ * Added: to_path method on project to resolve paths relative to base_dir.
873
+ * Added: recursive_task method on project to create task in
874
+ project/sub-project.
875
+ * Added: compiler property for passing any options to Javac.
876
+ * Changed: remove task renamed uninstall.
877
+ * Changed: and to confuse more remove task (RemoveTask) renamed delete.
878
+ * Changed: consolidated before_create/after_create to on_create.
879
+ * Changed: version, group, artifact added as accessors to project.
880
+ * Changed: project definition block takes project as argument.
881
+ * Changed: project enhanced only if new settings or block.
882
+ * Changed: local_repository is now separate attribute from repositories.
883
+ * Changed: Directory structure, now split into rbs, rbs-java and tasks.
884
+ * Removed: project.options. Using a different attributes mechanism.
885
+
886
+ 0.4 (2007-01-23)
887
+ * Added: CopyTask now deals with files and directories, can copy multiple
888
+ files, and applies filter to all of them. Filter can be a hash or a proc.
889
+ * Added: Project gets resources_filter attribute that can be used to set the
890
+ filter on all copied resources.
891
+ * Added: HTTP module for getting and downloading files, and a download task.
892
+ * Changed: Dependencies now check signatures for every file, if available, and
893
+ show download progress.
894
+
895
+ 0.3 (2007-01-22)
896
+ * Added: Dependencies loaded from Maven repositories if not existing or built
897
+ by project. Use rake dependencies to force update, or let compilation take
898
+ care of it.
899
+ * Added: Copy task for copying one file to another, and filtering support.
900
+
901
+ 0.2 (2007-01-21)
902
+ * Added: remove task to get rid of packages added to the local repository.
903
+ * Changed: recompile project if any of its dependencies is newer than the
904
+ source code. Will cause recompile if any of the dependencies was compiled and
905
+ packaged again.
906
+ * Changed: compile task depends on javac task and resource copy tasks. This
907
+ might change when adding filtering later on.
908
+
909
+ 0.1 (2007-01-19)
910
+ * Added: build and clean tasks
911
+ * Added: resources are now copied over during compilation
912
+ * Added: POM file generated in local repository (keep Maven happy)
913
+ * Added: compile scope for use by javac
914
+ * Added: WAR packaging.
915
+ * Changed: Root project operates on the current directory, sub-projects on sub
916
+ directories. See Rakefile for example.