Implement new features for Cheese
---------------------------------

         Key: JBMAIL-5
         URL: http://jira.jboss.com/jira/browse/JBMAIL-5
     Project: JBoss Mail
        Type: Feature Request
  Components: build  
    Versions: 1.0-M3    
    Reporter: Andrew Oliver
 Assigned to: Andrew Oliver 
    Priority: Minor
     Fix For: 1.0-M3


Add looping feature to cheese.  Implement "Loop" task in the same spirit as 
"When"

<Cheese>
 <Loop iterations="5" propertyName="userNum">
    <antcall task="adduser"/>
 </Loop>
</Cheese>

Add "buttonQuestion" task to Cheese.

<Cheese>
  <buttonQuestion label="Add User" task="addUserScreen"/>
</Cheese>

Add increment task feature to cheese.

<Cheese>
  <increment propertyName="userNum"/>
</Cheese>

That gives us what we need for a nicer adduser feature in jbmail build install 
process.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to