I've reported the test failure problem and continued to build without running 
the tests.
The I get this error:

[INFO] ------------------------------------------------------------------------
[INFO] Building Apache FtpServer Server
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] snapshot org.apache.ftpserver:core:1.0.0-SNAPSHOT: checking for updates 
from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ftpserver/core/1.0.0-SNAPSHOT/core-1.0.0-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ftpserver/core/1.0.0-SNAPSHOT/core-1.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.ftpserver:core:jar:1.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.ftpserver -DartifactId=core 
-Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.ftpserver -DartifactId=core 
-Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.ftpserver:ftpserver-server:jar:1.0.0-SNAPSHOT
        2) org.apache.ftpserver:core:jar:1.0.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.ftpserver:ftpserver-server:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)

> -----Original Message-----
> From: Magnus Grimsell [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 25, 2008 2:30 PM
> To: [email protected]
> Subject: RE: Broken build
> 
> 
> I've applied your patch and I still have some tests failing.
> I'll open a new JIRA issue on this later.
> 
> 
> > -----Original Message-----
> > From: Niklas Gustavsson [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 25, 2008 9:02 AM
> > To: [email protected]
> > Subject: Re: Broken build
> > 
> > 
> > I'm starting to wonder if we're really seeing the same issue. I've
> > solved the one I found, but looking closer at your 
> stacktrace I'm not
> > sure they are the same. And unfortunately my fix surfaced 
> an issue in
> > commons-net (https://issues.apache.org/jira/browse/NET-216). So,
> > you'll need to update FtpServer som svn and for now also apply the
> > commons-net fix yourself. Does this fix the issues your seeing? If
> > not, feel free opening a new JIRA issue and attaching your test
> > reports.
> > 
> > Here's the issue I'm seeing:
> > https://issues.apache.org/jira/browse/FTPSERVER-130
> > 
> > /niklas
> > 
> > On Tue, Apr 22, 2008 at 5:04 PM, Magnus Grimsell
> > <[EMAIL PROTECTED]> wrote:
> > > I've tested with 1.5.0_08 and 1.5.0_15. None of them
> > >  works. Both have large cacerts files, 40 and 49 kB.
> > >
> > >
> > >  > -----Original Message-----
> > >  > From: Niklas Gustavsson [mailto:[EMAIL PROTECTED]
> > >
> > > > Sent: Tuesday, April 22, 2008 4:12 PM
> > >  > To: [email protected]
> > >  > Subject: Re: Broken build
> > >  >
> > >  >
> > >
> > >
> > > > On Tue, Apr 22, 2008 at 3:12 PM, Niklas Gustavsson
> > >  > <[EMAIL PROTECTED]> wrote:
> > >  > > On Tue, Apr 22, 2008 at 1:03 PM, Magnus Grimsell
> > >  > >  I'll have to dig some further into this problem 
> > before I'll find a
> > >  > >  solution.
> > >  >
> > >  > Getting closer. Turns out that the Java 6 version I'm 
> running the
> > >  > tests with when they fail comes with an empty cacerts 
> truststore.
> > >  > Could you verify if this is the case in your case as 
> > well? It would be
> > >  > something like 32 bytes rather than a significantly 
> larger file.
> > >  >
> > >  > /niklas
> > >  >
> > >
> > 
> 

Reply via email to