Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not found. Build ok #3295

Closed
jasonwyatt opened this issue Sep 18, 2018 · 24 comments
Closed

File not found. Build ok #3295

jasonwyatt opened this issue Sep 18, 2018 · 24 comments
Labels

Comments

@jasonwyatt
Copy link

Build log shows success, but trying to access any of the jars/poms is returning "File not found. Build ok"

I don't want to provide the build log here, as this is for a private repo, but I can share it via email if you need it.

@jasonwyatt
Copy link
Author

@tmarback
Copy link

tmarback commented Sep 18, 2018

Exact same issue here. Tried different commits on different branches on different repos (and even on a remote computer), same issue in all cases. Build logs have this odd /script/buildit.sh: line 48: [: missing `]' line around the beginning too.

Also, it wasn't happening yesterday, and it doesn't happen to previous builds (only new ones).

@Sserra90
Copy link

Same thing here.
File not found. Build ok when accessing jars.
Build is successful.

@jitpack-io
Copy link
Member

Hi,

Looking into it

@Sserra90
Copy link

Sserra90 commented Sep 18, 2018

Hi,

I don't know if you guys fixed something but it started working for me.
However i don't know if it's because i added the following task to build.gradle for every module.

task androidSourcesJar(type: Jar) {
    classifier = 'sources'
    from android.sourceSets.main.java.srcDirs
}

I was jus trying "crazy stuff" because this was driving my crazy is the last hours.

@markrebhan
Copy link

Appears to be up again.

@Sserra90
Copy link

All good now. Thanks!

@JeremeLau
Copy link

same issue here.

@yjfnypeu
Copy link

I found the same problem yesterday. But today I found that the corresponding file already exists in the repository, and Android Studio still can't download the dependency. None of the previous versions found this issue。

build log: https://jitpack.io/com/github/yjfnypeu/EasyAndroid/da11ce0db4/build.log

@Shevchik
Copy link

Shevchik commented Nov 18, 2021

Same issue. Build successful, but file is missing
https://jitpack.io/com/github/ProtocolSupport/ProtocolSupport/aed01898d7/build.log

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 17, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@Zhuinden
Copy link

I am experiencing this same issue with an older version of a library.

https://jitpack.io/com/github/Zhuinden/simple-stack/1.12.0/simple-stack-1.12.0.aar

File not found. Build ok

How do I trigger a rebuild?

@Zhuinden
Copy link

Zhuinden commented Aug 14, 2023

Now instead of file not found, build ok it just says not found 🤨

According to build logs, it should be right there https://jitpack.io/com/github/Zhuinden/simple-stack/1.12.0/build.log

@Zhuinden
Copy link

This should not be closed. This is still an issue

@N7ghtm4r3
Copy link

N7ghtm4r3 commented Nov 16, 2023

Same problem, my library contains mostly Java files, but has also one Kotlin file, I don't know if this need situation to be managed, anyway the result is: File not found. Build ok

plugins {
    id("java")
    id("maven-publish") 
}

...

afterEvaluate {
    publishing {
        publications {
            create<MavenPublication>("Maven") {
                groupId = "com.tecknobit.pandoro"
                artifactId = "Pandoro"
                version = "0.0.0.7"
                from(components["java"])
            }
        }
    }
}

@N7ghtm4r3
Copy link

@jitpack-io

@culmat
Copy link

culmat commented May 23, 2024

We have recurring observation of this issue too, see baloise/proxy#11

Triggering a build via the commit hash has fixed it once.

@starry-shivam
Copy link

@jitpack-io Facing exact same issue, here's the build log.
As far as i can see it builds the project successfully and all of the required files are present, yet I'm getting File not found. Build ok when clicking on any of the packages in documentation page.

@floriegl
Copy link

@jitpack-io I also have this issue a lot with TeamNewPipe/NewPipeExtractor. A lot of releases and builds are missing all or parts of their artifacts. They existed some weeks ago but randomly don't get served anymore.

@AhlaamK-tap
Copy link

@jitpack-io Many of our builds have gone missing giving error
All were working few weeks ago
https://github.com/Tap-Payments/goSellSDK-AndroidX
Screen Shot 2024-09-01 at 11 04 40

@floriegl
Copy link

floriegl commented Sep 4, 2024

I found the solution for my issue in TeamNewPipe/NewPipeExtractor#1066 (comment). Try using an all lowercase Group ID e.g., com.github.tap-payments:goSellSDK-AndroidX instead of com.github.Tap-Payments:goSellSDK-AndroidX

@AhlaamK-tap
Copy link

OK sure thanks will try

@JonHelgiS
Copy link

I found the solution for my issue in TeamNewPipe/NewPipeExtractor#1066 (comment). Try using an all lowercase Group ID e.g., com.github.tap-payments:goSellSDK-AndroidX instead of com.github.Tap-Payments:goSellSDK-AndroidX

This solved my issue with LiquidCore.
My builds had been working fine but I spent the last 3 days running into build issues due to this dependency.
After changing the dependency declaration GroupID to lowercase, i.e. "com.github.liquidplayer:LiquidCore:0.6.2", I was finally able to download the dependency again after having cleared my gradle cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests