Re: jde-maven.el
Phillip Lord <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "MY" == MIYACHI Yasuhiko <[email protected]> writes: phillip.lord> Has anyone got jde-maven.el working with Maven 2 yet? MY> I found two kinds of jde-maven.el until now. MY> 1) http://article.gmane.org/gmane.emacs.jdee/2797 MY> 2) MY> http://lists.gnu.org/archive/html/gnu-emacs-sources/2004-05/msg00032.html MY> 1) has inherited many functions of jde-ant.el. MY> Therefore, reconstruction of jde-maven.el for Maven2 is MY> difficult. MY> I use 2) with this setting. MY> (setq jde-maven-command "mvn") (setq MY> jde-maven-project-file-name "pom.xml") Okay, thanks. Needed a little bit of hacking, but this works. Have you managed to get Emacs to parse the error messages? Maven2 appears to parse and then push the error messages back in a different format. Cheers Phil