You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Yann Le Du (JIRA)" <ji...@codehaus.org> on 2005/06/16 13:48:26 UTC

[jira] Created: (MNG-476) site:deploy only partially deploys site

site:deploy only partially deploys site
---------------------------------------

         Key: MNG-476
         URL: http://jira.codehaus.org/browse/MNG-476
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
    Versions: 2.0-alpha-2    
 Environment: Windows XP for local run
IBM AIX for deployment server
    Reporter: Yann Le Du
 Attachments: fix.txt, log1.txt, log2.txt

I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt

When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).

My guess is that these two commands :
   cd /home/user/www/docs/foo/;unzip -o site6665.zip
   rm  /home/user/www/docs/foo//site6665.zip
were running concurrently, and the ZIP file was deleted before unzip was finished.

To check this, I have tried to pause the process at different points, and here is the result : log2.txt

I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)

Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Reopened: (MNG-476) site:deploy only partially deploys site

Posted by "Yann Le Du (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-476?page=all ]
     
Yann Le Du reopened MNG-476:
----------------------------


I think I've found a solution and need to reopen the issue to attach the patch.

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Commented: (MNG-476) site:deploy only partially deploys site

Posted by "Yann Le Du (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-476?page=comments#action_42385 ] 

Yann Le Du commented on MNG-476:
--------------------------------

Tried again with alpha3 and got the same thing. I got the following log :

Executing command:  cd /var/www/html/maven/site/COMMON/common-framework/;unzip -o site32070.zip; rm  /var/www/html/maven/site/COMMON/common-framework//site32070.zip

... but the site is still incomplete. I am rather lost... Must be something in our system here.

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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: (MNG-476) site:deploy only partially deploys site

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

Brett Porter updated MNG-476:
-----------------------------

    Priority: Critical  (was: Major)

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>     Priority: Critical
>      Fix For: 2.0-beta-1
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Commented: (MNG-476) site:deploy only partially deploys site

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-476?page=comments#action_42391 ] 

Emmanuel Venisse commented on MNG-476:
--------------------------------------

We have rollback your patch because in some case, it was silently failing.

it's pehaps a problem on your system. Can you try find it and provide a patch?

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Commented: (MNG-476) site:deploy only partially deploys site

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-476?page=comments#action_43941 ] 

Brett Porter commented on MNG-476:
----------------------------------

problem could be anything, but it isn't working at all right now. Maybe it doesn't support multiple commands on a single line.

We need to fix the ChannelExec code to properly handle the i/o streams, then check the exit status and the err stream

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>     Priority: Critical
>      Fix For: 2.0-beta-1
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Closed: (MNG-476) site:deploy only partially deploys site

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

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version: 2.0-alpha-3

applied. I will file a bug to investigate in Wagon, as it may be symptomatic of not properly waiting for a command to finish,

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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: (MNG-476) site:deploy only partially deploys site

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-476?page=all ]

Jason van Zyl updated MNG-476:
------------------------------

    Description: 
I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt

When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).

My guess is that these two commands :
   cd /home/user/www/docs/foo/;unzip -o site6665.zip
   rm  /home/user/www/docs/foo//site6665.zip
were running concurrently, and the ZIP file was deleted before unzip was finished.

To check this, I have tried to pause the process at different points, and here is the result : log2.txt

I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)

Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

  was:
I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt

When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).

My guess is that these two commands :
   cd /home/user/www/docs/foo/;unzip -o site6665.zip
   rm  /home/user/www/docs/foo//site6665.zip
were running concurrently, and the ZIP file was deleted before unzip was finished.

To check this, I have tried to pause the process at different points, and here is the result : log2.txt

I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)

Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

    Fix Version:     (was: 2.0-alpha-3)
                 2.0-beta-1
    Environment: 
Windows XP for local run
IBM AIX for deployment server

  was:
Windows XP for local run
IBM AIX for deployment server


2.0-alpha-3 has been released already

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-1
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Commented: (MNG-476) site:deploy only partially deploys site

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-476?page=comments#action_42393 ] 

Kenney Westerhof commented on MNG-476:
--------------------------------------

I've got the same issues and concurrency could very well be the cause.
The silent failing of previous commands can be avoided by using '&&' instead of ';'.

So:

cmd = " cd " + basedir + " && " + unzipCommand + " " + zipFile.getName() + " && " + "rm  " + basedir + "/" + zipFile.getName() + "\n";

(&& only executes next command if previous command's exit code was 0). This assumes a UNIX like remote system,
though the 'unzip' utility isn't readily available on windows either so I guess this isn't a problem?

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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: (MNG-476) site:deploy only partially deploys site

Posted by "Yann Le Du (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-476?page=all ]

Yann Le Du updated MNG-476:
---------------------------

    Attachment: MNG-476.txt

If it wasn't executed on Unix, 'rm' would fail anyway... :)

&& didn't solve the issue. Moreover, it seemed to be a problem in cases when unzip gave a warning like " warning:  site53426.zip appears to use backslashes as path separators " (did it exit with a different code or... ? )

Anyway, I solved the issue in a clumsy - yet efficient :)  - way : redirecting the standard output of the unzip command seems to "force" the system to wait for command termination :
unzip site53426.zip > output.txt

I don't know if such a patch is OK for you, but here's the diff...

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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] Closed: (MNG-476) site:deploy only partially deploys site

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

    Resolution: Fixed

> site:deploy only partially deploys site
> ---------------------------------------
>
>          Key: MNG-476
>          URL: http://jira.codehaus.org/browse/MNG-476
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-2
>  Environment: Windows XP for local run
> IBM AIX for deployment server
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>     Priority: Critical
>      Fix For: 2.0-beta-1
>  Attachments: MNG-476.txt, fix.txt, log1.txt, log2.txt
>
>
> I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy it : log1.txt
> When I look in //server/home/user, the directory www/docs/foo is created, but it's either empty, either incomplete (it depends).
> My guess is that these two commands :
>    cd /home/user/www/docs/foo/;unzip -o site6665.zip
>    rm  /home/user/www/docs/foo//site6665.zip
> were running concurrently, and the ZIP file was deleted before unzip was finished.
> To check this, I have tried to pause the process at different points, and here is the result : log2.txt
> I've tried to check out the Maven source code to fix and build it at my place, but I got a lot of error messages at compile-time, so I gave up :)
> Here is the fix that I would have tried (I didn't make a diff since I'm not sure of the fix) : fix.txt

-- 
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