Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 19 Feb 2005 9:04 PM

no external deployer for now
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPARTIFACT-44

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPARTIFACT-44
    Summary: external:// broken
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-artifact-plugin
   Versions:
             1.4.1

   Assignee: 
   Reporter: Tore Green

    Created: Wed, 10 Nov 2004 5:38 AM
    Updated: Sat, 19 Feb 2005 9:04 PM
Environment: Win2K, Maven v1.0

Description:
The ExternalDeployer does not work because it uses an incorrect call to 
Runtime.exec().

To fix this problem, put cmd and params in the same String[] and use the 
exec(String[]) version instead:

String[] params = {cmd, request.getSrcFile(), request.getDestFile()};
//...
Process process = Runtime.getRuntime().exec(params);


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to