forked from ohinckel/build-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
498 lines (396 loc) · 11.4 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
XP Framework Build System ChangeLog
========================================================================
$Id$
Version 1.6.12, released 2012-??-??
-----------------------------------
Features
~~~~~~~~
- Generate resolve report for plugins, too
(kiesel)
- Added targets publish:if-integration, publish:if-milestone, publish:if-release
to support publishing depending on status
(kiesel)
Version 1.6.11, released 2012-07-19
-----------------------------------
Features
~~~~~~~~
- Added phase "ci-metrics" for plugins such as sonar
(ohinckel, kiesel)
Version 1.6.10, released 2012-04-18
-----------------------------------
Features
~~~~~~~~
- Show generated archive files for ZIP and DEB packaging
(ohinckel)
- Add configuration for Debian packaging to change permission flags
when copying files
(ohinckel)
- Make use of "fakeroot" command to be able to create Debian packages
with root owner permission
(ohinckel)
Version 1.6.9, released 2012-03-13
----------------------------------
Features
~~~~~~~~
- Implemented Debian packaging
(ohinckel)
Version 1.6.8, released 2011-12-15
----------------------------------
Features
~~~~~~~~
- Added new info target to dump out the current configuration
(ohinckel)
- Implemented generation of .dot files, and use dot, if available,
to generate dependency graphs.
(kiesel)
- Made creation of resolve process result html document be performed
also in case of failure - this is helpful for debugging!
(kiesel)
- Added target "prepare:version" to show potentially upgradeable dependencies
*experimental*
(kiesel)
- Record dependency information in properties
(kiesel)
Version 1.6.7, released 2011-12-01
----------------------------------
Bugfixes
~~~~~~~~
- Added force flag to svn add to avoid errors if a directory was already added.
(rledermueller)
Version 1.6.6, released 2011-11-28
----------------------------------
Bugfixes
~~~~~~~~
- Fixed bug with svn tag that generates a conflict while adding
files and directories in the same command.
(rledermueller)
Version 1.6.5, released 2011-11-24
----------------------------------
Bugfixes
~~~~~~~~
- Fixed bug to add empty directories to svn tag
(kiesel, rledermueller)
Version 1.6.4, released 2011-11-24
----------------------------------
Bugfixes
~~~~~~~~
- Fixed tagging empty directories into svn tag w/ publish:tag target
(kiesel, rledermueller)
Version 1.6.3, released 2011-11-24
----------------------------------
Features
~~~~~~~~
- Split up public repositories into three for snapshot, milestone and
release builds
(kiesel, ohinckel)
Version 1.6.2, released 2011-11-23
----------------------------------
Bugfixes
~~~~~~~~
- Fixed support for overlays in app packaging
(rledermueller, kiesel)
Features
~~~~~~~~
- Implemented file creation on svn tagging for puppet support
(kiesel)
Version 1.6.1, released ????-??-??
----------------------------------
Bugfixes
~~~~~~~~
- Fixed problem with calculating next version number in combination with
publish:tag
(rledermueller, ohinckel)
- Use present tense in commit messages when creating, publishing or
releasing tags
(ohinckel)
- Only search for test cases in src/test and ignore src/main completely
(ohinckel)
Version 1.6.0, released 2011-11-02
----------------------------------
Heads up!
~~~~~~~~~
- Renamed all internal targets to comply naming scheme
(kiesel)
Bugfixes
~~~~~~~~
- Added resolver mapping for net.xp_forge.*
(kiesel)
- Fixed output for cached build number
(kiesel)
- Fixed skipping of resolving and retrieving build dependencies when
ivy.xml has not been changed
(kiesel)
- Fixed out-of-date check routine for plugins and bootstrap paths
(kiesel)
- Enabled artifact-lock strategy for default repository cache
to support concurrent builds of projects
(kiesel)
Features
~~~~~~~~
- Upgraded svnant to 1.3.1
(kiesel)
- Made tagging create parent directories in SVN repository, if needed
(kiesel)
- Implemented deploying to SVN via "floating" tag, as well as "fixed" revision
tag
(kiesel)
- Added initial support for "weblib" type artifacts
(kiesel, rledermueller)
- Implemented trigger callbacks for Ivy to display resolving status
(kiesel)
- Changed loader to include all build files recursively
(kiesel)
- Improved output readability for ivy progress in resolve and download
steps
(kiesel)
- Added some pre- targets in lifecycle
(kiesel)
- Make lifecycle mostly dependant on previous target
(kiesel)
- Added ant-contrib lib
(kiesel)
Version 1.5.5, released 2011-09-27
----------------------------------
Heads up!
~~~~~~~~~
- Bail out with error when circular dependency detected
(ohinckel)
Features
~~~~~~~~
- Used more generic file names for resolver reports
(ohinckel)
Version 1.5.4, released 2011-09-08
----------------------------------
Bugfixes
~~~~~~~~
- Fixed packaging when no sources exist
(ohinckel)
- Fixed downloading build plugins by resolving all modules located in
net.xp_framework recursively with public resolver
(ohinckel)
- Fixed bug when filtering resources for app packaging (removed filter for
the time being)
(kiesel)
- Fixed bug when installing to local repo in `ant install`
(kiesel)
Features
~~~~~~~~
- Add publish:tagdiff command
(kiesel)
- Add support for snapshot tagging to publish:tag command
(kiesel)
- Split up "private" repository configuration and ship more default config
with the distribution
(kiesel)
- Removed obsolete buildfile build-svnexport.xml
(kiesel)
Version 1.5.3, released 2011-08-10
----------------------------------
Features
~~~~~~~~
- Install phase automatically installs all dependencies to
local repository - should prevent repeated downloads
(kiesel)
- Refactored apidoc, unittest to plugin infrastructure
(kiesel)
- Added support for generating & packaging apidoc
(kiesel)
- Introduced build dependency net.xp_framework.build#plugins-core
which depends on all core plugins
(kiesel)
- Moved unittest running into build-plugin-unittest
(kiesel)
Version 1.5.2, released 2011-07-25
----------------------------------
Bugfixes
~~~~~~~~
- Made app packaging not filter files, as this causes issues w/ encodings
(kiesel)
Features
~~~~~~~~
- Made publish:tag target write meta information to file in repository,
for easier tracking
(kiesel)
Version 1.5.1, released 2011-07-20
----------------------------------
Bugfixes
~~~~~~~~
- Made conf directory optional for apps
(iigorr)
Version 1.5.0, released 2011-07-20
----------------------------------
Features
~~~~~~~~
- Added experimental support for build plugins
(kiesel)
- Add support for branch build
(kiesel)
- Include "local" repository configuration w/ build system
(kiesel)
- Moved build files into different directory structure
(kiesel)
Bugfixes
~~~~~~~~
- Do not filter test classes; filtering breaks if test classes
contain either binary data or files not in iso-8859-1
(kiesel)
- Added inclusion of conf/ directory when building app
(kiesel)
Version 1.4.3, released 2011-07-06
----------------------------------
Features
~~~~~~~~
- Added "xp.upgrade" target to automatically upgrade to the latest version
of the build system
(kiesel)
- Detect missing "test" configuration prior to failure
(kiesel)
Bugfixes
~~~~~~~~
- Made available a "local" repository by reordering includes in master
ivysettings.xml
(kiesel)
Version 1.4.2, released 2011-07-05
----------------------------------
Bugfixes
~~~~~~~~
- Fixed bug w/ encoding when filtering source files on UTF-8 locale'd systems
(kiesel)
- Fixed detection of unittests for fallback
(kiesel)
Version 1.4.1, released 2011-07-05
----------------------------------
Features
~~~~~~~~
- Made "test" create dummy result when no tests were found, this makes
these builds pass in a CI server.
(kiesel)
- Added implementation for dumping dependencies to lib/ directory
(kiesel)
Version 1.4.0, released 2011-07-02
----------------------------------
Features
~~~~~~~~
- Made dependencies part of dist zip
(kiesel)
- Made installer download build system dependencies and install them
all as well to speed up regular runs
(kiesel)
- Added implementation to create sources artifact
(kiesel)
Bugfixes
~~~~~~~~
- Made test target respect build.testConfigurations setting and pick
up those files, instead of unittest.ini in base directory
(kiesel)
- Refactored "xar" macros
(kiesel)
Version 1.3.0, released 2011-04-21
----------------------------------
Features
~~~~~~~~
- Changed bootstrap extracting, so every config will have its own bootstrap
directories extracted
(kiesel, ilankin)
- Added experimental support to define overlay artifacts that would be pre-
pended to the class path
(kiesel, ilankin)
- Renamed ivy-info to xp.setup.ivy to follow standards
(kiesel)
- Implemented caching for ivy-related tasks, so lengthy operations can be
fast-forwarded when being executed a subsequent time
(kiesel)
- Refactored ivy integration, so all ivy-related tasks will be done as
early as possible in the build phase; this includes:
. fetching dependencies
. delivering metadata files (ivy.xml, *.pom)
. determining new build number
(kiesel)
- Refactored dependency delivery, so all dependencies are delivered to lib/
(kiesel)
Bugfixes
~~~~~~~~
- Fixed target to run unittest.ini-based tests to only be invoked when a
unittest.ini actually exists.
(kiesel)
Version 1.2.4, released 2011-04-18
----------------------------------
Heads up!
---------
- Changed build-app.xml, so the ivy module name will be used as primary directory
within the application zip instead of "app"
(kiesel)
Features
~~~~~~~~
- Added support for replacing tokens in source files by pre-defined
values (module name, version, ...)
(kiesel)
- Added support to generate testresult xml files with test results
for later parsing
(kiesel)
- Added support to validate .xsl / .xml files in "validate" phase
(kiesel)
- Added option to build certain SVN revision w/ build-svnexport.xml
(kiesel)
- Changed svn commands to use svnkit only
(kiesel)
- Renamed some build files
(kiesel)
Version 1.2.3, released 2011-04-07
----------------------------------
Heads up!
~~~~~~~~~
- Implemented using different resolvers for each build type; these resolvers
must really exist for the build to happen.
(kiesel)
Features
~~~~~~~~
- Made snapshots build as -SNAPSHOT
(kiesel)
- Made installer clean old installation before installing new one
(kiesel)
Version 1.2.2, released 2011-04-06
----------------------------------
Features
~~~~~~~~
- Maven pom.xml will now be named [module]-[revision].pom
(kiesel)
- Prefer local path over dependencies' class path
(kiesel)
Version 1.2.1, released 2011-04-01
----------------------------------
Bugfixes
~~~~~~~~
- Fixed bug w/ difference in legacy project layout and
maven-style layout
(kiesel)
Version 1.2, released 2011-03-29
----------------------------------
Bugfixes
~~~~~~~~
- Fixed autodetected for missing jars
(kiesel)
- Fixed build on Windows
(kiesel)
Features
~~~~~~~~
- Made build only generate .xar for tests, if tests exist
(kiesel)
- Introduced new type "bootstrap" for artifacts
(kiesel)
- Added build-app.xml to create application artifacts
(kiesel)
- Implemented updating an svn tag with application artifact
(kiesel)
Version 1.1, released 2011-03-04
----------------------------------
Features
~~~~~~~~
- More features implemented
(kiesel)
Version 1.0, released 2011-02-24
----------------------------------
Features
~~~~~~~~
- Initial revision
(kiesel)