Hi!

Given I might find some time I would like to implement the possibility
to add arguments to the buildcommands.

I would like to archive this by allowing to add a CDATA section to every
buildcommand in pom.xml.
So in the end it should look like this:

<buildcommands>
<buildcommand>
    <className>org.eclipse.ui.externaltools.ExternalToolBuilder</className>
    <triggers>full,incremental,</triggers>
    <arguments>

<![CDATA[

                                <dictionary>
                                        <key>LaunchConfigHandle</key>
                                       
<value>&lt;project&gt;/.externalToolBuilders/Explode.launch</value>
                                </dictionary>

]]>

    </arguments>
</buildcommand>
</buildcommands>


What do you think? Can this be done?

Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to