hi

thanks a lot for the fast respond. but unfortunately I need arguments.
this one is possible at the moment as well with the plugin.

I have something like that:
   <plugins>
     <plugin>
       <artifactId>maven-eclipse-plugin</artifactId>
       <configuration>
         <buildcommands>
           <buildcommand>
             <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
             <triggers>auto,</triggers>
             <arguments>
               <dictionary>
                 <key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/maven-update-repo.launch</value>
               </dictionary>
             </arguments>
           </buildcommand>
         </buildcommands>
       </configuration>
     </plugin>

and this doesnt work :-(
other hints?

thx
marc



Gaute Lote said the following on 07.02.2007 11:38:
I have this in my pom to add the aspectj builder:

<plugin>
   <artifactId>maven-eclipse-plugin</artifactId>
   <configuration>
      <outputDirectory>target/ajdtclasses</outputDirectory>
      <projectnatures>
         <projectnature>org.eclipse.ajdt.ui.ajnature</projectnature>
         <projectnature>org.eclipse.jdt.core.javanature</projectnature>
      </projectnatures>
      <buildcommands>
        <buildcommand>org.eclipse.ajdt.core.ajbuilder</buildcommand>
      </buildcommands>
   </configuration>
</plugin>

Gaute

On 2/7/07, marc gassmann <[EMAIL PROTECTED]> wrote:


hi list

after a eclipse:clean, the builders for eclipse are gone.
does anybody know, when the feature is available, to add buildcommands
like:

        <buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
            <triggers>auto,</triggers>
            <arguments>
                <dictionary>
                    <key>LaunchConfigHandle</key>

<value>&lt;project&gt;/.externalToolBuilders/maven-update-repo.launch
</value>
                </dictionary>
            </arguments>
        </buildCommand>

or is it possible to add such commands at the moment in a diffenet way?

because the BuildCommand is ready for that.....

thank for any hints
marc







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




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

Reply via email to