Re: source paths, class paths and Maven
James Ahlborn <[email protected]> Thu, 08 Mar 2007 09:16:32 -0500
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
are you using maven 1 or maven 2? i've found the m1 jdee plugin works tolerably well. there is no jdee plugin for m2, but i've hacked together a replacement, if you'd like the code. -james On Tue, 2007-03-06 at 16:58 +0000, Phillip Lord wrote: > >>>>> "JC" == Jason Coffin <[email protected]> writes: > > JC> Greetings, > > JC> I have a medium to large size Maven project and I'm looking for > JC> an easy way to define source paths and class paths in > JC> JDEE. Anyone have any suggestions? I tried using pom.el > JC> (http://www.emacswiki.org/cgi-bin/wiki/JdeeAndMavenPom) but that > JC> seems to hang whenever I open a project file. > > JC> Thank you in advance! > > > I wrote some code a while back which got ant to generate project > files which might help somewhat (as maven can call ant tasks). There > is also a maven JDEE plugin, but I haven't tried it. > > Phil