[
https://issues.jboss.org/browse/FORGE-1629?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1629.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.5.1.Final
(was: 2.x Future)
Resolution: Done
The comment token is #, other tokens won't work
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
Assignee: George Gastaldi
Fix For: 2.5.1.Final
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 was sent by Atlassian JIRA
(v6.2.3#6260)