-
Notifications
You must be signed in to change notification settings - Fork 47
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
"local resource missing" for symbolic links #273
Comments
I'm not sure if I'll find the time to investigate that ... afaik I rely on standard Java file operations here. |
Would you mind setting up a small sample project or even test case for #273 and #274, @mernst? Perhaps you could even check on your side whether the problem still exists? |
The problem persists, using version 1.1.6. The prerequisites are discussed at https://randoop.github.io/randoop/manual/dev.html#prerequisites (which is linked from https://randoop.github.io/randoop/manual/index.html#getting_randoop), so you can install them all at once. Is there a particular one that you are having trouble with? Then I will know what parts of the project to prune away. |
Thanks for your fast reply, @mernst. However, it's a question of time. I have to work through your documentation which mentions a Dockerfile to meet prerequisites. But I do not understand whether I can just build your project by just using Docker? Neither do I have the time to reverse engineer the Dockerfiles for several Ubuntu versions (which one should I use)? Besides, I am working on macOS, so which tools would I need to build locally? How do they pollute my system (e.g., As you are an OSS maintainer yourself, you maybe have a good understanding how time consuming all of this is, in particular if it goes beyond just executing one script. We cannot afford the time to first fully understand the installation of your project to finally produce an (HTML) artifact which shows a problem in our project. So please attach a (minimal) HTML example or ZIP/Tar including a symlink which shows your problem(s) in #273 and #274. |
There seems to be a problem with following symbolic links.
To reproduce the problem:
Install
html5validator
, because I have not removed dependences on it.The ouptut of
./gradlew htmlSanityCheck
includes:Unless I am mistaken, the local resource "api/" does exist, but it is a symbolic link.
I am able to click on the link from randoop/src/docs/index.html and view the API documentation.
The text was updated successfully, but these errors were encountered: