[mevenide-dev] [jira] Created: (MEVENIDE-672) support link without .java in output window
"David Bernard (JIRA)" <jira-yCVjj/[email protected]> Wed, 15 Oct 2008 15:08:19 -0500 (CDT)
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.devel |
|---|---|
| Message-ID | <23373003.1224101299936.JavaMail.haus-jira@codehaus01.managed.contegix.com> |
support link without .java in output window
--------------------------------------------
Key: MEVENIDE-672
URL: http://jira.codehaus.org/browse/MEVENIDE-672
Project: mevenide
Issue Type: Improvement
Reporter: David Bernard
Assignee: Milos Kleint
I would like to have hyperlink on error when I compile .scala file.
I customized the output of the maven-scala-plugin to output error like javac to allow mevenide to create hyperlink.
But it doesn't work because :
* the module register a non customisable (extension point) set of OutputListener
* the JavaOutputListenerProvider use ".java" in its regex
Creating a customisable or configurable output listener is a big task, but modify the JavaOutputListenerProvider to a BasicCompilerOutputListenerProvider that search for
<path>:[<line>,<cols>] <message> is pretty simple (no need to analyze the criticy) the goal is to have an hyperlink/jumper and maven plugin provider could customise the output of there plugin to match this format.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email