Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Local Build Failing

Hi!
I am trying to run a local 'antbuild.xml clean build' and I am getting this exception:

     [java] Caused by: java.io.FileNotFoundException: http://download.eclipse.org/tools/orbit/downloads/drops2/S20180302171354/repository/content.xml.xz
     [java]     at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:297)
     [java]     at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.checkException(FileReader.java:476)
     [java]     at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:433)
     [java]     at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:360)
     [java]     at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)

This was literally working like 30 minutes ago and I see that the directory ' S20180302171354 ' was deleted??
    http://download.eclipse.org/tools/orbit/downloads/drops2/trash/S20180302171354/?d

Anyone know what this is?

Thanks,
Will Dazey

Back to the top