|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MEVENIDE-672) support link without .java in output windowsupport 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 |
|
|
[jira] Commented: (MEVENIDE-672) support link without .java in output window[ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150920#action_150920 ] David Bernard commented on MEVENIDE-672: ---------------------------------------- Oups I forgot to set the component : Netbeans + maven 2 > 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 |
|
|
[jira] Commented: (MEVENIDE-672) support link without .java in output window[ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153100#action_153100 ] David Bernard commented on MEVENIDE-672: ---------------------------------------- Any news ? > 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 |
|
|
[jira] Commented: (MEVENIDE-672) support link without .java in output window[ 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 |
|
|
[jira] Updated: (MEVENIDE-672) support link without .java in output window[ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint updated MEVENIDE-672: ---------------------------------- Affects Version/s: NB_3.1 Component/s: mevenide2-netbeans > 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 |
|
|
[jira] Commented: (MEVENIDE-672) support link without .java in output window[ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153107#action_153107 ] David Bernard commented on MEVENIDE-672: ---------------------------------------- Si to have outputprocessor for scala, I need to provide an OutputListener ? I think it's easier for maven-plugin developper to customize there "compilator" to match a common regexp than to also provide a class/path for netbeans (and other IDE editor) In the current impl, you only need to move ".java" as part of the name file in the regexp. > 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 |
|
|
[jira] Commented: (MEVENIDE-672) support link without .java in output window[ 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 |
|
|
[jira] Closed: (MEVENIDE-672) support link without .java in output window[ http://jira.codehaus.org/browse/MEVENIDE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint closed MEVENIDE-672. --------------------------------- Resolution: Duplicate closing the issue as duplicate of the newly created one in netbeans.org issuezilla. Please post your additional comments to the new issue. > 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 |
| Free embeddable forum powered by Nabble | Forum Help |