Skip to content

Commit e3ff454

Browse files
committed
More precise Java version requirements for GlassFish 7.1.x and WebSphere Liberty
1 parent 8484eb1 commit e3ff454

32 files changed

+142
-142
lines changed

cargo/Ant+Tasks+Reference+Guide.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h3 id="Navigation-Development">Development</h3>
282282
</tr>
283283
<tr valign="top">
284284
<td class="rightColumn">
285-
<p>These are the various XML configuration elements that you can use to configure the Cargo Ant tasks. Make sure you also check the <a href="Ant+support.html#Examples">examples</a> which show how to use them.</p>
285+
<p>These are the various XML configuration elements that you can use to configure the Cargo Ant tasks. Make sure you also check the <a href="Ant+support.html#Antsupport-Examples">examples</a> which show how to use them.</p>
286286
<div class="table-wrap">
287287
<table class="wrapped confluenceTable">
288288
<colgroup>
@@ -356,19 +356,19 @@ <h3 id="Navigation-Development">Development</h3>
356356
<p><code>&lt;home&gt;</code></p>
357357
</td>
358358
<td colspan="1" class="confluenceTd">
359-
<p>Location where the container is installed. If specified in conjunction with the <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element, it will override the home directory defined by the installer</p>
359+
<p>Location where the container is installed. If specified in conjunction with the <code><a href="#AntTasksReferenceGuide-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element, it will override the home directory defined by the installer</p>
360360
</td>
361361
<td colspan="1" class="confluenceTd">
362362
<p>👎</p>
363363
</td>
364364
<td colspan="1" class="confluenceTd">
365365
<p>No default</p>
366-
<p>If the user has not defined any <code>home</code> nor <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
366+
<p>If the user has not defined any <code>home</code> nor <code><a href="#AntTasksReferenceGuide-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
367367
</td>
368368
</tr>
369369
<tr>
370370
<td colspan="1" class="confluenceTd">
371-
<p><code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code></p>
371+
<p><code><a href="#AntTasksReferenceGuide-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code></p>
372372
</td>
373373
<td colspan="1" class="confluenceTd">
374374
<p>Defines the location of a container distribution zip that will be <a href="Installer.html">downloaded and installed</a></p>
@@ -378,7 +378,7 @@ <h3 id="Navigation-Development">Development</h3>
378378
</td>
379379
<td colspan="1" class="confluenceTd">
380380
<p>No default</p>
381-
<p>If the user has not defined any <code>home</code> nor <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
381+
<p>If the user has not defined any <code>home</code> nor <code><a href="#AntTasksReferenceGuide-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
382382
</td>
383383
</tr>
384384
<tr>
@@ -485,7 +485,7 @@ <h3 id="Navigation-Development">Development</h3>
485485
</tr>
486486
<tr>
487487
<td colspan="1" class="confluenceTd">
488-
<p><code><a href="#configuration">&lt;configuration&gt;</a></code></p>
488+
<p><code><a href="#AntTasksReferenceGuide-configuration">&lt;configuration&gt;</a></code></p>
489489
</td>
490490
<td colspan="1" class="confluenceTd">
491491
<p>Definition of a <a href="Configuration.html">Configuration</a></p>
@@ -499,7 +499,7 @@ <h3 id="Navigation-Development">Development</h3>
499499
</tr>
500500
<tr>
501501
<td colspan="1" class="confluenceTd">
502-
<p><code><a href="#daemon">&lt;daemon&gt;</a></code></p>
502+
<p><code><a href="#AntTasksReferenceGuide-daemon">&lt;daemon&gt;</a></code></p>
503503
</td>
504504
<td colspan="1" class="confluenceTd">
505505
<p>Additional configuration that is used when deploying with the <a href="Cargo+Daemon.html">Cargo Daemon</a>.</p>
@@ -596,7 +596,7 @@ <h3 id="Navigation-Development">Development</h3>
596596
</tr>
597597
<tr>
598598
<td colspan="1" class="confluenceTd">
599-
<p><code><a href="#deployable">&lt;deployables&gt;</a></code></p>
599+
<p><code><a href="#AntTasksReferenceGuide-deployable">&lt;deployables&gt;</a></code></p>
600600
</td>
601601
<td colspan="1" class="confluenceTd">
602602
<p>A list of <a href="Deployable.html">deployable</a>s that are going to be deployed in the container when it is started or when <code><span>deploy</span></code> / <code><span>undeploy</span></code> is called.</p>
@@ -610,10 +610,10 @@ <h3 id="Navigation-Development">Development</h3>
610610
</tr>
611611
<tr>
612612
<td colspan="1" class="confluenceTd">
613-
<p><code><a href="#fileconfig">&lt;fileConfigs&gt;</a></code></p>
613+
<p><code><a href="#AntTasksReferenceGuide-fileconfig">&lt;fileConfigs&gt;</a></code></p>
614614
</td>
615615
<td colspan="1" class="confluenceTd">
616-
<p>List of <a href="Configuration+files+option.html">Configuration files</a> that are to be added to a local container's configuration. Each file is specified using a <code><a href="#fileconfig">&lt;fileConfig&gt;</a></code> element. Cargo token replacement is applied to the files and any existing file is overwritten.</p>
616+
<p>List of <a href="Configuration+files+option.html">Configuration files</a> that are to be added to a local container's configuration. Each file is specified using a <code><a href="#AntTasksReferenceGuide-fileconfig">&lt;fileConfig&gt;</a></code> element. Cargo token replacement is applied to the files and any existing file is overwritten.</p>
617617
</td>
618618
<td colspan="1" class="confluenceTd">
619619
<p>👎</p>
@@ -627,7 +627,7 @@ <h3 id="Navigation-Development">Development</h3>
627627
<p><code><a href="Configuration+files+option.html">&lt;files&gt;</a></code></p>
628628
</td>
629629
<td colspan="1" class="confluenceTd">
630-
<p>List of files that are to be added to a local container's configuration. Each file is specified using a <code><a href="#file">&lt;file&gt;</a></code> element.</p>
630+
<p>List of files that are to be added to a local container's configuration. Each file is specified using a <code><a href="#AntTasksReferenceGuide-file">&lt;file&gt;</a></code> element.</p>
631631
</td>
632632
<td colspan="1" class="confluenceTd">
633633
<p>👎</p>
@@ -649,7 +649,7 @@ <h3 id="Navigation-Development">Development</h3>
649649
</td>
650650
</tr>
651651
<tr>
652-
<td class="confluenceTd"><code><a href="#user">&lt;users&gt;</a></code></td>
652+
<td class="confluenceTd"><code><a href="#AntTasksReferenceGuide-user">&lt;users&gt;</a></code></td>
653653
<td class="confluenceTd">List of users to be created in container configuration.</td>
654654
<td class="confluenceTd">
655655
<p>👎</p>
@@ -659,7 +659,7 @@ <h3 id="Navigation-Development">Development</h3>
659659
</td>
660660
</tr>
661661
<tr>
662-
<td colspan="1" class="confluenceTd"><a href="#datasource">&lt;datasources&gt;</a></td>
662+
<td colspan="1" class="confluenceTd"><a href="#AntTasksReferenceGuide-datasource">&lt;datasources&gt;</a></td>
663663
<td colspan="1" class="confluenceTd">List of&nbsp;datasources to be created in container configuration.</td>
664664
<td colspan="1" class="confluenceTd">
665665
<p>👎</p>
@@ -917,7 +917,7 @@ <h3 id="Navigation-Development">Development</h3>
917917
</tr>
918918
<tr>
919919
<td class="confluenceTd">
920-
<p><code><a href="#prop2">&lt;properties&gt;</a></code></p>
920+
<p><code><a href="#AntTasksReferenceGuide-prop2">&lt;properties&gt;</a></code></p>
921921
</td>
922922
<td class="confluenceTd">
923923
<p>User-defined properties of a deployable.</p>
@@ -1133,7 +1133,7 @@ <h3 id="Navigation-Development">Development</h3>
11331133
</tr>
11341134
<tr>
11351135
<td class="confluenceTd">
1136-
<p><code><a href="#proxy">&lt;proxy&gt;</a></code></p>
1136+
<p><code><a href="#AntTasksReferenceGuide-proxy">&lt;proxy&gt;</a></code></p>
11371137
</td>
11381138
<td class="confluenceTd">
11391139
<p>Proxy server settings, if required.</p>

cargo/Ant+support.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
439439
</div>
440440
<p></p>
441441
<div class="conf-macro output-block">
442-
<p>These are the various XML configuration elements that you can use to configure the Cargo Ant tasks. Make sure you also check the <a href="Ant+support.html#Examples">examples</a> which show how to use them.</p>
442+
<p>These are the various XML configuration elements that you can use to configure the Cargo Ant tasks. Make sure you also check the <a href="Ant+support.html#Antsupport-Examples">examples</a> which show how to use them.</p>
443443
<div class="table-wrap">
444444
<table class="wrapped confluenceTable">
445445
<colgroup>
@@ -513,19 +513,19 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
513513
<p><code>&lt;home&gt;</code></p>
514514
</td>
515515
<td colspan="1" class="confluenceTd">
516-
<p>Location where the container is installed. If specified in conjunction with the <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element, it will override the home directory defined by the installer</p>
516+
<p>Location where the container is installed. If specified in conjunction with the <code><a href="#Antsupport-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element, it will override the home directory defined by the installer</p>
517517
</td>
518518
<td colspan="1" class="confluenceTd">
519519
<p>👎</p>
520520
</td>
521521
<td colspan="1" class="confluenceTd">
522522
<p>No default</p>
523-
<p>If the user has not defined any <code>home</code> nor <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
523+
<p>If the user has not defined any <code>home</code> nor <code><a href="#Antsupport-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
524524
</td>
525525
</tr>
526526
<tr>
527527
<td colspan="1" class="confluenceTd">
528-
<p><code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code></p>
528+
<p><code><a href="#Antsupport-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code></p>
529529
</td>
530530
<td colspan="1" class="confluenceTd">
531531
<p>Defines the location of a container distribution zip that will be <a href="Installer.html">downloaded and installed</a></p>
@@ -535,7 +535,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
535535
</td>
536536
<td colspan="1" class="confluenceTd">
537537
<p>No default</p>
538-
<p>If the user has not defined any <code>home</code> nor <code><a href="#zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
538+
<p>If the user has not defined any <code>home</code> nor <code><a href="#Antsupport-zipUrlInstaller">&lt;zipUrlInstaller&gt;</a></code> element then the Ant task will automatically attempt to download the container using the URL used by its tests (see the <strong>Tested On</strong> section of <a href="Containers.html">each container</a>).</p>
539539
</td>
540540
</tr>
541541
<tr>
@@ -642,7 +642,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
642642
</tr>
643643
<tr>
644644
<td colspan="1" class="confluenceTd">
645-
<p><code><a href="#configuration">&lt;configuration&gt;</a></code></p>
645+
<p><code><a href="#Antsupport-configuration">&lt;configuration&gt;</a></code></p>
646646
</td>
647647
<td colspan="1" class="confluenceTd">
648648
<p>Definition of a <a href="Configuration.html">Configuration</a></p>
@@ -656,7 +656,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
656656
</tr>
657657
<tr>
658658
<td colspan="1" class="confluenceTd">
659-
<p><code><a href="#daemon">&lt;daemon&gt;</a></code></p>
659+
<p><code><a href="#Antsupport-daemon">&lt;daemon&gt;</a></code></p>
660660
</td>
661661
<td colspan="1" class="confluenceTd">
662662
<p>Additional configuration that is used when deploying with the <a href="Cargo+Daemon.html">Cargo Daemon</a>.</p>
@@ -753,7 +753,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
753753
</tr>
754754
<tr>
755755
<td colspan="1" class="confluenceTd">
756-
<p><code><a href="#deployable">&lt;deployables&gt;</a></code></p>
756+
<p><code><a href="#Antsupport-deployable">&lt;deployables&gt;</a></code></p>
757757
</td>
758758
<td colspan="1" class="confluenceTd">
759759
<p>A list of <a href="Deployable.html">deployable</a>s that are going to be deployed in the container when it is started or when <code><span>deploy</span></code> / <code><span>undeploy</span></code> is called.</p>
@@ -767,10 +767,10 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
767767
</tr>
768768
<tr>
769769
<td colspan="1" class="confluenceTd">
770-
<p><code><a href="#fileconfig">&lt;fileConfigs&gt;</a></code></p>
770+
<p><code><a href="#Antsupport-fileconfig">&lt;fileConfigs&gt;</a></code></p>
771771
</td>
772772
<td colspan="1" class="confluenceTd">
773-
<p>List of <a href="Configuration+files+option.html">Configuration files</a> that are to be added to a local container's configuration. Each file is specified using a <code><a href="#fileconfig">&lt;fileConfig&gt;</a></code> element. Cargo token replacement is applied to the files and any existing file is overwritten.</p>
773+
<p>List of <a href="Configuration+files+option.html">Configuration files</a> that are to be added to a local container's configuration. Each file is specified using a <code><a href="#Antsupport-fileconfig">&lt;fileConfig&gt;</a></code> element. Cargo token replacement is applied to the files and any existing file is overwritten.</p>
774774
</td>
775775
<td colspan="1" class="confluenceTd">
776776
<p>👎</p>
@@ -784,7 +784,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
784784
<p><code><a href="Configuration+files+option.html">&lt;files&gt;</a></code></p>
785785
</td>
786786
<td colspan="1" class="confluenceTd">
787-
<p>List of files that are to be added to a local container's configuration. Each file is specified using a <code><a href="#file">&lt;file&gt;</a></code> element.</p>
787+
<p>List of files that are to be added to a local container's configuration. Each file is specified using a <code><a href="#Antsupport-file">&lt;file&gt;</a></code> element.</p>
788788
</td>
789789
<td colspan="1" class="confluenceTd">
790790
<p>👎</p>
@@ -806,7 +806,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
806806
</td>
807807
</tr>
808808
<tr>
809-
<td class="confluenceTd"><code><a href="#user">&lt;users&gt;</a></code></td>
809+
<td class="confluenceTd"><code><a href="#Antsupport-user">&lt;users&gt;</a></code></td>
810810
<td class="confluenceTd">List of users to be created in container configuration.</td>
811811
<td class="confluenceTd">
812812
<p>👎</p>
@@ -816,7 +816,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
816816
</td>
817817
</tr>
818818
<tr>
819-
<td colspan="1" class="confluenceTd"><a href="#datasource">&lt;datasources&gt;</a></td>
819+
<td colspan="1" class="confluenceTd"><a href="#Antsupport-datasource">&lt;datasources&gt;</a></td>
820820
<td colspan="1" class="confluenceTd">List of&nbsp;datasources to be created in container configuration.</td>
821821
<td colspan="1" class="confluenceTd">
822822
<p>👎</p>
@@ -1074,7 +1074,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
10741074
</tr>
10751075
<tr>
10761076
<td class="confluenceTd">
1077-
<p><code><a href="#prop2">&lt;properties&gt;</a></code></p>
1077+
<p><code><a href="#Antsupport-prop2">&lt;properties&gt;</a></code></p>
10781078
</td>
10791079
<td class="confluenceTd">
10801080
<p>User-defined properties of a deployable.</p>
@@ -1290,7 +1290,7 @@ <h2 id="Antsupport-TheCargoAnttasksindetail">The Cargo Ant tasks in detail</h2>
12901290
</tr>
12911291
<tr>
12921292
<td class="confluenceTd">
1293-
<p><code><a href="#proxy">&lt;proxy&gt;</a></code></p>
1293+
<p><code><a href="#Antsupport-proxy">&lt;proxy&gt;</a></code></p>
12941294
</td>
12951295
<td class="confluenceTd">
12961296
<p>Proxy server settings, if required.</p>

0 commit comments

Comments
 (0)