Reply inline

On Mon, Nov 29, 2010 at 23:16, Niclas Hedhman <[email protected]> wrote:

> On Sun, Nov 28, 2010 at 10:21 PM, Philippe Van Dyck <[email protected]>
> wrote:
> > Could you please confirm that IDE like Intellij Idea will not be able to
> > import the mavenized structure of the project ?
> > Do you plan to publish the Idea-specific project files (.iml,..) to the
> > repository ?
>
> I am not sure what you are referring to when you say "repository". Do
> you mean lib/ directory?
>
> I have not had plans to ship any IDE specific files, but perhaps that
> makes sense.
> IDEA nowadays has one file per Project Library (which also could be
> global), and if we produce those for each Qi4j artifact with its
> dependencies, would that be 'sufficient'??
> I think I can maintain that fairly easily for IDEA, but how about other
> IDEs?


> I also assume you are asking if we are to ship .idea/, *.iml,
> .classpath .project (NB???) files with the sources of the SDK. No, I
> don't think we should bother with that. Gradle can build those on
> request, and assuming we can get that perfectly right....
>

Gradle can generate idea
files<http://gradle.org/0.9-rc-3/docs/userguide/idea_plugin.html>
.
And it seems, that it can also generate eclipse
files<http://www.gradle.org/0.8/docs/userguide/eclipse_plugin.html>
.

+1
There are a work around, e.g. for gradle to generate eclipse project and get
netbeans to import that.
Ugly, but in *theory* it should work

Paul is also concerned about the Netbeans support... How hard can it
> be to make this for our needs only (wouldn't need perfect generic
> solution, right)? Oh faaan!! is normally the answer in Swedish... ;-)
>

LOL!

Regards,
Edward Yakop
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to