Ant-contrib.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
(Created page with "== Abstract == Some contributions to APACHE ANT, e.g. the 'de.unkrig.ant-contrib.swing-dialog' task which significantly enhances ANT's <input> task. == Tasks == === de.unkri...")
 
No edit summary
Line 5: Line 5:


=== de.unkrig.ant-contrib.swing-dialog ===
=== de.unkrig.ant-contrib.swing-dialog ===
Pops up a highly configurable dialog and invites the user to fill in form fields:
[[File:swing-dialog.png]]
==== '''Subelements''' ====
<'''globaloption''' option="-n"/>
:One of -Q, -q, -r, -n, -t, -l (For descriptions see the "Custom CVS Commands" dialog or "cvs --help-options").
<'''localoption''' option="-r1.5"/><br/>
<'''localoption''' option="-m" argument="My Message"/>
:Command-dependent; for descriptions see the "Custom CVS Commands" dialog or "cvs -H ''command''".
<'''fileset'''>...<br/>
<'''dirset'''>...
:See ANT documentation.

Revision as of 15:59, 30 May 2013

Abstract

Some contributions to APACHE ANT, e.g. the 'de.unkrig.ant-contrib.swing-dialog' task which significantly enhances ANT's <input> task.

Tasks

de.unkrig.ant-contrib.swing-dialog

Pops up a highly configurable dialog and invites the user to fill in form fields:

Swing-dialog.png

Subelements

<globaloption option="-n"/>

One of -Q, -q, -r, -n, -t, -l (For descriptions see the "Custom CVS Commands" dialog or "cvs --help-options").

<localoption option="-r1.5"/>
<localoption option="-m" argument="My Message"/>

Command-dependent; for descriptions see the "Custom CVS Commands" dialog or "cvs -H command".

<fileset>...
<dirset>...

See ANT documentation.