|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MEVENIDE-640) New Exec plugin cannot handle long classpathsNew Exec plugin cannot handle long classpaths
--------------------------------------------- Key: MEVENIDE-640 URL: http://jira.codehaus.org/browse/MEVENIDE-640 Project: mevenide Issue Type: Bug Components: mevenide2-netbeans Affects Versions: NB_3.1 Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 Reporter: Daniel Mutch Assignee: Milos Kleint Priority: Critical The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136614#action_136614 ] Anuradha Gunasekara commented on MEVENIDE-640: ---------------------------------------------- Can we have test project please > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Milos Kleint > Priority: Critical > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Mutch updated MEVENIDE-640: ---------------------------------- Attachment: ClasspathToLong.zip Example of project who's classpath is too long for the exec plugin. > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Milos Kleint > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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] Assigned: (MEVENIDE-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anuradha Gunasekara reassigned MEVENIDE-640: -------------------------------------------- Assignee: Anuradha Gunasekara (was: Milos Kleint) > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136981#action_136981 ] Anuradha Gunasekara commented on MEVENIDE-640: ---------------------------------------------- Thanks > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Milos Kleint > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=141916#action_141916 ] Daniel Mutch commented on MEVENIDE-640: --------------------------------------- Hey Anuradha Just wondering if you have been able to take a look at this issue? Do you have a plan for a fix? Just asking because it is causing me major headaches! thanks in advance Dan > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=141941#action_141941 ] Anuradha Gunasekara commented on MEVENIDE-640: ---------------------------------------------- I'll Look in to it , will fix soon I promise :) > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=141944#action_141944 ] Anuradha Gunasekara commented on MEVENIDE-640: ---------------------------------------------- FYI problum really on exec-plugin so I'm going to fix it there > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147676#action_147676 ] Brian Harris commented on MEVENIDE-640: --------------------------------------- Any updates? > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Priority: Critical > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anuradha Gunasekara updated MEVENIDE-640: ----------------------------------------- Priority: Major (was: Critical) dropping priority as we now use Maven cli version as default so this is only when using embedder build > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147684#action_147684 ] Brian Harris commented on MEVENIDE-640: --------------------------------------- Anuradha, We are on 3.1.4, is it default in that version? If so, can you tell me how to use it instead? Thank you, Brian > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147685#action_147685 ] Anuradha Gunasekara commented on MEVENIDE-640: ---------------------------------------------- NO you have to us e6.5 latest bits :-( sorry > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156514#action_156514 ] Jaromir Uhrik commented on MEVENIDE-640: ---------------------------------------- This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154467 > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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-640) New Exec plugin cannot handle long classpaths[ http://jira.codehaus.org/browse/MEVENIDE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint closed MEVENIDE-640. --------------------------------- 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. > New Exec plugin cannot handle long classpaths > --------------------------------------------- > > Key: MEVENIDE-640 > URL: http://jira.codehaus.org/browse/MEVENIDE-640 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: Win XP, JDK 1.6.0_06, NB 6.1, Mevenide 3.1.2 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: ClasspathToLong.zip > > > The new execution method using the exec plugin causes a problem with long classpaths. The dependency list for one of our processes is large. When translated (on windows XP) into > cmd.exe /X /C "java.exe" - classpath "<CLASSPATH>" <MAIN-CLASS> > it can create an input string that is too long for cmd.exe to handle. -- 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 |