It's probably being skipped because you don't have eclipse.home set.
This is from eclipse-plugin/build.xml:
<!-- Skip building if eclipse.home is unset. -->
<target name="check-contrib" unless="eclipse.home">
<property name="skip.contrib" value="yes"/>
<echo message="eclipse.home unset: skipping eclipse plugin"/>
</target>
On Sun, Jun 28, 2009 at 7:45 PM, brien colwell <[email protected]> wrote:
> hi all --
>
> Just wondering how to build the eclipse plugin. "ant binary" does not seem
> to catch it. I would like to experiment with a few changes.
>
> thanks!
> Brien
>
>
>