[forge-users] Writing files with content

Antonio Goncalves antonio.mailing at gmail.com
Fri May 30 10:35:12 EDT 2014


No feedback on this feature ? I feel it could fill many of my gaps. Nobody
else sees any need ?


2014-05-25 18:02 GMT+02:00 Antonio Goncalves <antonio.mailing at gmail.com>:

> Hi all,
>
> I see myself adding files here and there on my projects (JBoss cli
> commands, shell scripts, SQL scripts...) and I use the touch command in
> Forge extensively. But how could I add content to these files ? I mostly
> write Forge scripts, so I would love to do something like that in my script
> :
>
>
> # Creates a project
>
> project-new --named test
>
> # Adds a few extra files and directories
>
> mkdir src/main/script ;
> touch src/main/resources/insert.sql ; *// This creates an empty file*
>
> *touch* src/main/script/wildfly-show.cli *--content (((( **// This adds
> content to the file*
>
> version
>
> # ####################
>
> # #  System Properties
>
> # ####################
>
>
> /core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)
>
> # ####################
>
> # #  Datasource
>
> # ####################
>
> /subsystem=datasources/data-source=ApplicationBlancheH2DS:read-resource
>
>
> /subsystem=datasources/data-source=ApplicationBlancheH2DS:test-connection-in-pool
>
> /subsystem=datasources/data-source=ApplicationBlancheOracleDS:read-resource
>
>
> /subsystem=datasources/data-source=ApplicationBlancheOracleDS:test-connection-in-pool
>
> /subsystem=datasources/jdbc-driver=oracle:read-resource
>
> *))))*
>
>
> And this command would just create a file with the previous content in it.
> As you can see, this can be tricky : when to end the content of a file
> (something similar to <![CDATA[]]>)
>
> What do you think ? Any idea to integrate this feature smoothly in Forge ?
>
>
> --
> Antonio Goncalves
> Software architect and Java Champion
>
> Web site <http://www.antoniogoncalves.org/> | Twitter
> <http://twitter.com/agoncal> | LinkedIn
> <http://www.linkedin.com/in/agoncal> | Paris JUG
> <http://www.parisjug.org/> | Devoxx France <http://www.devoxx.fr/>
>



-- 
Antonio Goncalves
Software architect and Java Champion

Web site <http://www.antoniogoncalves.org/> | Twitter
<http://twitter.com/agoncal> | LinkedIn <http://www.linkedin.com/in/agoncal>
 | Paris JUG <http://www.parisjug.org/> | Devoxx France
<http://www.devoxx.fr/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-users/attachments/20140530/6bd1c9d8/attachment.html 


More information about the forge-users mailing list