You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jeff Jensen (JIRA)" <ji...@codehaus.org> on 2005/06/22 23:09:52 UTC

[jira] Created: (MPMULTIPROJECT-53) Multiproject:site-deploy copying files twice

Multiproject:site-deploy copying files twice
--------------------------------------------

         Key: MPMULTIPROJECT-53
         URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-53
     Project: maven-multiproject-plugin
        Type: Bug
    Versions: 1.4.1    
 Environment: Maven 1.1 beta1, Win 2K
    Reporter: Jeff Jensen
 Assigned to: Brett Porter 


After the Checkstyle run, seemingly as part of "building reactor projects", it copies some files for each subproject, which is unexpected to me.  While this can seem trivial, the file copy time is half the build time:

--------------------------------------------------------------------
[snip]

    [echo] Generating the Checkstyle...
checkstyle:init:

checkstyle:report:
checkstyle:run:
    [echo] Using file:C:/devroot/healthmatch/Development/healthmatchmaven/../healthmatchbatch
/src/conf/checkstyle/checkstyle.xml for checkstyle ...
    [echo] Now building reactor projects: [HealthMatch, HealthMatch Batch]
    [copy] Copying 11550 files to C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
thmatch
    [copy] Copying 225 files to C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
thmatchbatch
multiproject:projects-init:

multiproject:site-init:

[snip]
--------------------------------------------------------------------


Then, when everything is all done, the site:fsdeploy does the copy, as expected (and deleting all the previously copied files first!):

--------------------------------------------------------------------
[snip]

site:init:

site:local-deploy-init:
    [echo]
      site clean = true
      siteDirectory = c:/devroot/healthmatch/sites/healthmatchmultiproject


site:fsdeploy:
    [echo] Cleaning destination first
    [delete] Deleting directory C:\devroot\healthmatch\sites\healthmatchmultiproject
    [mkdir] Created dir: C:\devroot\healthmatch\sites\healthmatchmultiproject
    [copy] Copying 15835 files to C:\devroot\healthmatch\sites\healthmatchmultiproject

BUILD SUCCESSFUL

[snip]
--------------------------------------------------------------------


In this build process, the file copy time takes a very long time with almost 16,000 files!


-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPMULTIPROJECT-53) Multiproject:site-deploy copying files twice

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPMULTIPROJECT-53?page=all ]

Brett Porter updated MPMULTIPROJECT-53:
---------------------------------------

    Assign To:     (was: Brett Porter)

> Multiproject:site-deploy copying files twice
> --------------------------------------------
>
>          Key: MPMULTIPROJECT-53
>          URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-53
>      Project: maven-multiproject-plugin
>         Type: Bug
>     Versions: 1.4.1
>  Environment: Maven 1.1 beta1, Win 2K
>     Reporter: Jeff Jensen

>
>
> After the Checkstyle run, seemingly as part of "building reactor projects", it copies some files for each subproject, which is unexpected to me.  While this can seem trivial, the file copy time is half the build time:
> --------------------------------------------------------------------
> [snip]
>     [echo] Generating the Checkstyle...
> checkstyle:init:
> checkstyle:report:
> checkstyle:run:
>     [echo] Using file:C:/devroot/healthmatch/Development/healthmatchmaven/../healthmatchbatch
> /src/conf/checkstyle/checkstyle.xml for checkstyle ...
>     [echo] Now building reactor projects: [HealthMatch, HealthMatch Batch]
>     [copy] Copying 11550 files to C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
> thmatch
>     [copy] Copying 225 files to C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
> thmatchbatch
> multiproject:projects-init:
> multiproject:site-init:
> [snip]
> --------------------------------------------------------------------
> Then, when everything is all done, the site:fsdeploy does the copy, as expected (and deleting all the previously copied files first!):
> --------------------------------------------------------------------
> [snip]
> site:init:
> site:local-deploy-init:
>     [echo]
>       site clean = true
>       siteDirectory = c:/devroot/healthmatch/sites/healthmatchmultiproject
> site:fsdeploy:
>     [echo] Cleaning destination first
>     [delete] Deleting directory C:\devroot\healthmatch\sites\healthmatchmultiproject
>     [mkdir] Created dir: C:\devroot\healthmatch\sites\healthmatchmultiproject
>     [copy] Copying 15835 files to C:\devroot\healthmatch\sites\healthmatchmultiproject
> BUILD SUCCESSFUL
> [snip]
> --------------------------------------------------------------------
> In this build process, the file copy time takes a very long time with almost 16,000 files!

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org