Skip to main content

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


I am getting this failure on the latest master, running: "ant -f antbuild.xml clean build", which is what I always run for local builds. I notice @ http://download.eclipse.org/tools/orbit/downloads/drops2 that the following directory exists: http://download.eclipse.org/tools/orbit/downloads/drops2/S20180820175350/ This obviously looks like someone created a new one today (2018/08/20) and they must have deleted the old one ( S20180302171354 ).



If I update this to " S20180820175350 ", then my local build passes. I can go ahead and get that updated, but I think the bigger problem here is that if we are going to use http://download.eclipse.org/tools/orbit/downloads/drops2  as a repository, instead of something like maven central... then we cannot delete artifacts. Having it crater my local build is unsettling.

Thanks,
Will Dazey


On Mon, Aug 20, 2018 at 2:54 PM, Ravi babu Tummuru <ravi.babu.tummuru@xxxxxxxxxx> wrote:
Hi Will,
     I did a build on master,  did't see this issue. Are u using any different branch..?  I will also check from my machine.
Thanks
Ravi


On 8/20/2018 12:50 PM, William Dazey wrote:
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??

Anyone know what this is?

Thanks,
Will Dazey


_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_eclipselink-2Ddev&d=DwICAg&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=VP4H0ZhYQvgtBUvO-zp2ZgxAzFrvicoNoxGUM4GaPb8&m=4R3-yWEU7vgdKlbx3iSlSGnkpd_nSmV55uuWXbmWNjE&s=RcjKmvqCDDFxgVYg-WLRtuEGNP1YD0sXdlf9_L2cmqs&e=




Back to the top