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]


Reply via email to