You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2008/12/24 19:00:19 UTC

[jira] Commented: (WAGON-252) Error with FTP Deploy

    [ http://jira.codehaus.org/browse/WAGON-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159153#action_159153 ] 

Dan Tran commented on WAGON-252:
--------------------------------

it is better to ask this question at maven user list first!!

any way, what is yr maven version?? try latest wagon yet??

> Error with FTP Deploy
> ---------------------
>
>                 Key: WAGON-252
>                 URL: http://jira.codehaus.org/browse/WAGON-252
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ftp
>    Affects Versions: 1.0-alpha-6
>         Environment: Windows Vista Home Premium
> wagon-ftp version 1.0-alpha-6
>            Reporter: Faber Oktavianus Siagian
>
> I am trying to deploy into a FTP server by using maven wagon-ftp.
> The FTP server works properly and there's no problem with it.
> But when I tried to deploy, there's an error like shown below :
> [ERROR] BUILD ERROR
> [INFO] ----------------------------------------------------------------
> [INFO] Error deploying artifact: Required directory: '/jars' is missing
> Here is  the distributionManagement element : 
> <distributionManagement>
>         <repository>
>             <id>MavenNetworkRepository</id>
>             <name>Maven Network Project Repository</name>
>             <url>ftp://theServer/jars</url>
>         </repository>
> </distributionManagement>
> I have provided the FTP username and password in the settings.xml.
> Seems that there's nothing missed. Is this really a bug or I have made a mistake??

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