It seems that i already have installed ftplet jar in my local repository:
Dir c:\Documents and
Settings\bpe\.m2\repository\org\apache\ftpserver\ftplet-api\1.0
-incubator-SNAPSHOT
24-02-2007 07:46 <DIR> .
24-02-2007 07:46 <DIR> ..
24-02-2007 07:57 18.781 ftplet-api-1.0-incubator-SNAPSHOT.jar
24-02-2007 07:57 2.144 ftplet-api-1.0-incubator-SNAPSHOT.pom
24-02-2007 07:46 184 maven-metadata-apache.snapshots.xml
24-02-2007 07:57 326 maven-metadata-local.xml
4 File(s) 21.435 bytes
Regards,
Benny Pedersen
-----Oprindelig meddelelse-----
Fra: news [mailto:[EMAIL PROTECTED] På vegne af Niklas Gustavsson
Sendt: 24. februar 2007 10:23
Til: [email protected]
Emne: Re: cannot build ftpserver from trunk
Benny Pedersen wrote:
> Hello
>
> I now got a little bit further. I have run the 'test' and 'install'
targets correctly, but when I try to create a distribution package (according
to instrictions on
http://cwiki.apache.org/FTPSERVER/building.html) i get another error (see
below). Do I have to manually download the ftplet-api manually, or is this an
error you can correct?
>
> [ERROR] BUILD ERROR
> [INFO]
------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.ftpserver
> ArtifactId: ftplet-api
> Version: 1.0-incubator-SNAPSHOT
>
> Reason: Unable to download the artifact from any repository > > Try
> downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.apache.ftpserver
-DartifactId=ftplet-
> api \
> -Dversion=1.0-incubator-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
>
>
> org.apache.ftpserver:ftplet-api:jar:1.0-incubator-SNAPSHOT
That file should have been installed in your local repos during the install
step. Could you please verify that you have the following file:
~\.m2\repository\org\apache\ftpserver\ftplet-api\1.0-incubator-SNAPSHOT\ftplet-api-1.0-incubator-SNAPSHOT.jar
~ is probably your user folder under Documents and Settings if you'r on Windows.
/niklas