[
http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153101#action_153101 ]
Milos Kleint commented on MEVENIDE-672:
---------------------------------------
I'd rather have a specialized Outputprocessors for specific goals/plugins, rather than a generic customizable one. That means adding a processor for scala plugin that would link the scala files..
> support link without .java in output window
> --------------------------------------------
>
> Key: MEVENIDE-672
> URL:
http://jira.codehaus.org/browse/MEVENIDE-672> Project: mevenide
> Issue Type: Improvement
> Components: mevenide2-netbeans
> Affects Versions: NB_3.1
> 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