forked from Ant-Grand/Grand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
122 lines (65 loc) · 2.52 KB
/
ChangeLog.txt
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
$Id$
Release 1.8 (build number 110):
* Compiled againt ant 1.6.3 beta 1 but should still work with old ant version,
* Added support for the new <target> element in <ant> and <antcall>
* Fixed behaviour when a target with the same name exists in two different
files.
Release 1.7 (build number 91):
* Fixed an exception when parsing a file with a <taskdef> outside of a target,
* Added a new filter type: removenode.
Release 1.6 (build number 80):
* Rewrite of the dot generator,
* Subant generic links now have a specific display style.
Release 1.5:
* Support for the subant task,
* AntProject(File) now throws a Grand Exception when the build file
cannot be opened,
* Relative paths in the dir attribute of the ant task are now handled
correctly,
* The Ant task no longer crashes when no target is supplied,
* Use new ant 1.6.2 API to get target execution conditions,
* Minor bugfixes.
Release 1.4:
* Small fixes needed by release 0.2 of the GUI.
Release 1.3:
* Major rework in the way the ant file tasks are processed,
* The nested ant, antcall & similar tasks are now correctly displayed,
* Support for the runtarget task.
Release 1.2:
* Internal changes allowing to gather more information on targets,
* First release of a GUI based on Grand.
Release 1.1:
* Compile with Ant 1.6.1 rather than 1.6,
* Add the FilterChain class to handle a set of filters as one
filter,
* Implements a preliminary support for ant task,
* Some code cleanup.
Release 1.0:
* Code cleanup: removed Jikes warning on tests.
* Run unit test with Ant 1.6.1 and Java 1.5.0 beta.
Release 0.9:
* Code cleanup to be more checkstyle compliant, the net.ggtools.grand.App
class have been removed.
Release 0.4:
* Grand now creates the nodes missing to satisfy a dependency, use the
new missingnode filter to get back to the old behaviour.
* Grand has a mechanism to set and use properties when processing a
projects.
Release 0.3.1:
* Bug: antcall crashed when the target do not exists (property defined for
instance).
* Bug: antcall search crashes if getTaskType returned null.
* Bug: some unit tests do not pass on Windows.
* Bug: build.xml was completly outdated.
* The graph's name can now be displayed.
Release 0.3:
* Add filters in grand task.
* antcall now generate weak link
Release 0.2:
* Prefered method to load classes is now Ant lib since it allow to define both
the task and type in the same file.
* Internal refactoring to prepare for filtering.
Release 0.1.1:
* Fix a mave compilation problem..
Release 0.1:
* First release.