You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,30 @@
1
-
DaticalDB4UrbanCode
1
+
IBM UrbanCode Deploy and Build DaticalDB Plugin [](https://travis-ci.org/IBM-UrbanCode/DaticalDB-UCD-UCB)
2
2
=================
3
3
4
4
This plugin brings Datical DB functionality to IBM UrbanCode Deploy and Build.
5
5
6
6
Two properties in the plugin step, Datical DB Install Directory and Datical DB Drivers Directory, read a default property at the resource (Agent) level. For each agent that is going to execute Datical DB, create a Resource Property called daticalDBCmd and daticalDBDriversDir.
7
7
8
+
Note: This is not the plug-in distributable! The full plugin can be found under the releases tab.
9
+
10
+
### License
11
+
This plug-in is protected under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)
12
+
13
+
### Compatibility
14
+
This plug-in requires version 6.1.1 or later of IBM UrbanCode Deploy.
15
+
This plug-in requires version 6.1.0 or later of IBM UrbanCode Build.
16
+
17
+
8
18
Release Notes:
9
19
20
+
### Version 22.223 - October 25, 2016
21
+
22
+
Community GitHub Release
23
+
24
+
### Version 1.220 - December 3, 2015
25
+
26
+
Rebranding for UrbanCode as plugin works for both Deploy and Build
27
+
10
28
### Version 1.219 - March 10, 2015
11
29
12
30
- Added support for arbitrary Groovy Script execution.
@@ -16,7 +34,7 @@ Release Notes:
16
34
17
35
- Added support for creating new projects using our project_creator.groovy script. New Step Name is "Create Datical DB Project".
18
36
- Added support for baselining existing projects using our project_baseline.groovy script. New Step Name is "Register and Baseline Datical DB Project"
19
-
37
+
20
38
### Version 1.195 - March 3, 2015
21
39
22
40
- Added support for "show version"
@@ -56,9 +74,3 @@ Examples:
56
74
Thus, we've added new new text boxes to each Datical DB Step, Datical DB JVM and Datical DB JVM Arguments. Neither are required.
57
75
58
76
There is a known issue with placing multiple arguments in the "Datical DB JVM Arguments" text box. IBM Rational UrbanCode Deploy passes all properties as quoted strings. Thus, *--vmargs -Xms512M -Dmx512M* becomes *--vmargs "-Xms512M -Dmx512M"*. We are working with IBM on a resolution to this issue.
59
-
60
-
### Version 1.220 - December 3, 2015
61
-
62
-
Rebranding for UrbanCode as plugin works for both Deploy and Build
<echomessage="SUCCESS! Ivy has been installed in ${antHome}." />
184
+
185
+
<!-- Determine whether to continue or fail -->
186
+
<propertyname="failIvy"value="true"/>
187
+
<conditionproperty="do.fail">
188
+
<equals arg1="${failIvy}" arg2="true" />
189
+
</condition>
190
+
</target>
191
+
192
+
<!-- Default to fail if Ivy installed, unless -DfailIvy=false : Used for .travis -->
193
+
<targetname="-fail"if="do.fail">
194
+
<failmessage="Please run the build again.${line.separator}Note: If you get this message more than once, trying specify your Ant's home directory with the flag: ant -DantHome='ant/home/directory/here'" />
0 commit comments