Svatopluk Dedic created NETBEANS-6274:
-----------------------------------------

             Summary: Build and Clean Workspace run builds in parallel
                 Key: NETBEANS-6274
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6274
             Project: NetBeans
          Issue Type: Bug
          Components: lsp
            Reporter: Svatopluk Dedic


When there are more projects in the workspace the build / clean commands are 
executed in parallel for all projects.

The projects are typically either dependent on each other or (worse) in a 
parent - child relationship. When the build (clean) process happens 
simultaneously, the independent build process may interfere like create/delete 
files for each other. This is a real issue for maven, I do not know whether 
Gradle (running through gradle daemon) is also affected.

With parent-child relationship, the parent should be probably processed either 
alone, or pnly after the child (all children) have been processed.

// cc: [~dbalek] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to