« Return to Thread: [jira] Created: (MEVENIDE-672) support link without .java in output window

[jira] Commented: (MEVENIDE-672) support link without .java in output window

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156547#action_156547 ]

Jaromir Uhrik commented on MEVENIDE-672:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154496

> 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


 « Return to Thread: [jira] Created: (MEVENIDE-672) support link without .java in output window