On 10/02/10 10:36 PM, Siassei wrote:
Hello,

in our development environment we use Netbeans and Maven and would like
switch to Gradle. Unfortunately there are, according to my knowledge, no
plug-in for Netbeans existence. We would be delighted if this in the 0.9
version already available.

There's no Netbeans plugin (that I know of).

However, the code for the Gradle GUI is intended to be reusable in an IDE. Someone writing a Netbeans plugin could make use of this.

  A good IDE connection is the foundation for the
success of a build system. Therefore, I would be very happy if a good
connection would exist in the near future.

Absolutely. Though, we need people to help with IDE integration.

How can we overcome the problem in the transition period?

You could use the Gradle GUI.

If Netbeans can understand Eclipse project files (I have no idea whether it can or not), then you could use Gradle's Eclipse integration to export project files, and use these from Netbeans.

Another option would be if Gradle could import Maven poms (it can't yet). Then, you could continue to declare dependencies in the pom, and have both Netbeans and Gradle use these. Along similar lines, you could declare your dependencies in Gradle and have it export a pom which could be used in Netbeans.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to