Re: source paths, class paths and Maven
Phillip Lord <[email protected]> Tue, 06 Mar 2007 16:58:06 +0000
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "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