-
Notifications
You must be signed in to change notification settings - Fork 447
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
warning: [path] bad path element #16
Comments
Are you referring to the following lines?
If so, you should make sure those files are present at the paths in the messages. |
Yes, those are the problematic lines. I have:
I have selected The first two warnings are about the target folder, which is created by the Ant script. The two jna JARs are placed inside the library/ at the target, together with the compiled VideoExport.jar and no lib/ folder is created. Why does the script place them in a folder, but searches for the files in a different folder? Maybe there's something odd in my configuration? Thank you :) |
Here's the source of the library: https://github.com/hamoid/video_export_processing |
Hi, I'm getting some warnings when exporting a library. I attach it as PDF to keep the colors, which may help find the relevant parts in the long text:
ant-warnings.pdf
My library needs jna-X.X.X.jar and jna-platform-X.X.X.jar. What I've done so far is to drop the two files inside the lib/ folder in my Eclipse project, and added them to the build path.
I believe the resulting library works (it's a Windows specific issues which I can't test, but others tell me it works).
Is there any way to get rid of those warnings?
The text was updated successfully, but these errors were encountered: