[forge-issues] [JBoss JIRA] (FORGE-1629) Being able to add comments to a script
Antonio Goncalves (JIRA)
issues at jboss.org
Tue Mar 4 13:33:33 EST 2014
Antonio Goncalves created FORGE-1629:
----------------------------------------
Summary: Being able to add comments to a script
Key: FORGE-1629
URL: https://issues.jboss.org/browse/FORGE-1629
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
In Forge 1 we could add comments to a script, which was very handy. It had this syntax :
{code}
@/* Forge 2.x Script */ ;
@/* Generates the draft of the application */ ;
clear ;
export ACCEPT_DEFAULTS=true ;
track-changes ;
@/* ========================== */;
@/* == Creating the project == */;
@/* ========================== */;
project-new --named pluralsight-persistence --topLevelPackage com.pluralsight.persistence.module07 --type war --finalName module07 ;
@/* ========================= */;
@/* == Setting up the model == */;
@/* ========================== */;
jpa-setup ;
constraint-setup ;
{code}
It would be nice to be able to add comments. Either with this syntax, or a more Java syntax :
{code}
/** == Setting up the model == */
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list