Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 77626 invoked from network); 2 Apr 2002 11:08:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Apr 2002 11:08:04 -0000 Received: (qmail 16210 invoked by uid 97); 2 Apr 2002 11:08:14 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 16191 invoked by uid 97); 2 Apr 2002 11:08:13 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 16180 invoked by uid 97); 2 Apr 2002 11:08:13 -0000 Date: 2 Apr 2002 11:07:57 -0000 Message-ID: <20020402110757.30870.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/OptionalTasks splash.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 02/04/02 03:07:57 Modified: docs/manual optionaltasklist.html tasksoverview.html docs/manual/CoreTasks uptodate.html Added: docs/manual/OptionalTasks splash.html Log: Documentation for splash task. Submitted by: Les Hughes Revision Changes Path 1.28 +1 -0 jakarta-ant/docs/manual/optionaltasklist.html Index: optionaltasklist.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/optionaltasklist.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- optionaltasklist.html 27 Mar 2002 14:32:19 -0000 1.27 +++ optionaltasklist.html 2 Apr 2002 11:07:56 -0000 1.28 @@ -48,6 +48,7 @@ Script
Sound
SourceOffSite
+Splash
Starteam Tasks
Stylebook
Telnet
1.7 +5 -0 jakarta-ant/docs/manual/tasksoverview.html Index: tasksoverview.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tasksoverview.html 31 Mar 2002 01:17:57 -0000 1.6 +++ tasksoverview.html 2 Apr 2002 11:07:56 -0000 1.7 @@ -651,6 +651,11 @@ + Splash +

Displays a splash screen.

+ + + Sql

Executes a series of SQL statements via JDBC to a database. Statements can either be read in from a text file using the 1.9 +1 -1 jakarta-ant/docs/manual/CoreTasks/uptodate.html Index: uptodate.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/uptodate.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- uptodate.html 1 Apr 2002 07:23:13 -0000 1.8 +++ uptodate.html 2 Apr 2002 11:07:57 -0000 1.9 @@ -116,7 +116,7 @@


-

Copyright © 2001,2002 Apache Software Foundation. +

Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.

1.1 jakarta-ant/docs/manual/OptionalTasks/splash.html Index: splash.html =================================================================== Ant User Manual

Splash

by Les Hughes (leslie.hughes@rubus.com)

Description

This task creates a splash screen. The splash screen is displayed for the duration of the build and includes a handy progress bar as well. Use in conjunction with the sound task to provide interest whilst waiting for your builds to complete...

Parameters

Attribute Description Required Default
imageurl A URL pointing to an image to display. No antlogo.gif from the classpath
useproxy Use a proxy to access imgurl. Note: Only tested on JDK 1.2.2 and above No None
proxy IP or hostname of the proxy server No None
port Proxy portnumber No None
user User to authenticate to the proxy as. No None
password Proxy password No None
showduration Initial period to pause the build to show the splash in milliseconds. No 5000 ms

Examples

  <splash/>
  

Splash images/ant_logo_large.gif from the classpath.

  <splash imageurl="http://jakarta.apache.org/images/jakarta-logo.gif"
             useproxy="true"
             showduration="5000"
             proxy="proxy.mydomain.com"
             port="8080"
             user="BuildEng"
             password="LetMePass"/>
  
  

Splashes the jakarta logo, via a connection through the proxy at proxy.mydomain.com on port 8080 (as user BuildEng/LetMePass) for an initial period of 5 seconds.


Copyright © 2002 Apache Software Foundation. All rights Reserved.

-- To unsubscribe, e-mail: For additional commands, e-mail: