|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MEVENIDE-636) Clean fails with unable to delete fileClean fails with unable to delete file
-------------------------------------- Key: MEVENIDE-636 URL: http://jira.codehaus.org/browse/MEVENIDE-636 Project: mevenide Issue Type: Bug Components: mevenide2-netbeans Affects Versions: NB_3.1 Environment: XP JDK 1.6.0_06 NB 6.1 Reporter: Daniel Mutch Assignee: Milos Kleint Attachments: build-output.txt I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anuradha Gunasekara reassigned MEVENIDE-636: -------------------------------------------- Assignee: Anuradha Gunasekara (was: Milos Kleint) > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135102#action_135102 ] Anuradha Gunasekara commented on MEVENIDE-636: ---------------------------------------------- I still can't reproduce. Can you attach Example Project and give steps to reproduce Thanks > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135339#action_135339 ] Daniel Mutch commented on MEVENIDE-636: --------------------------------------- I'll see what I can do when i have a moment. Cheers Dan > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint updated MEVENIDE-636: ---------------------------------- Description: I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. I've attached the failure stack trace. was: I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. I've attached the failure stack trace. Fix Version/s: NB_3.2 > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Fix For: NB_3.2 > > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156545#action_156545 ] Jaromir Uhrik commented on MEVENIDE-636: ---------------------------------------- This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154495 > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Fix For: NB_3.2 > > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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-636) Clean fails with unable to delete file[ http://jira.codehaus.org/browse/MEVENIDE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milos Kleint closed MEVENIDE-636. --------------------------------- 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. > Clean fails with unable to delete file > -------------------------------------- > > Key: MEVENIDE-636 > URL: http://jira.codehaus.org/browse/MEVENIDE-636 > Project: mevenide > Issue Type: Bug > Components: mevenide2-netbeans > Affects Versions: NB_3.1 > Environment: XP JDK 1.6.0_06 NB 6.1 > Reporter: Daniel Mutch > Assignee: Anuradha Gunasekara > Fix For: NB_3.2 > > Attachments: build-output.txt > > > I'm getting a lot of clean failures. They always fail because they are unable to delete files under the target directory. It seems either Netbeans or Maven is locking these files. > It's not due to my applications simply because it happens even if I build then clean, i.e. don't run anything in between. > This is a jar project not a war. No web server involved. I think the issue may be related in some way to plugins and extensions. > The problem first started as an intermittent issue. We have the maven pmd and checkstyle plugins in our build process. Occaisionaly the clean would fail to delete the output files they generate. Even if I hadn't looked at them. > Recently however we changed the way one of our sections in the build is used. We now build it and then bring it into the build as an extension. It seems it is the jar associated with this project that it is unable to delete. This is now failing everytime. > I've attached the failure stack trace. -- 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 |