-
Notifications
You must be signed in to change notification settings - Fork 19
errors during maven build #34
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
Comments
Strange, builds fine here.
|
Hmz, builds on my system (Win10, Netbeans, JDK 8). |
Hi I'm trying to compile directly from the console on windows, using both the win terminal and the mingw64 console by git. My system configuration is the following:
|
Perhaps there is an issue with creating / deleting the test repository. So I'd suggest to check what the "java.io.tmpdir" path is, and if the "ldf-jena-test" subdirectory is still there. If that's the case: delete it by hand and try again. |
HI @barthanssens thank you for the suggestion, you are right: the problem seems to be related to folders which doesn't exist yet or cannot be deleted. running
correctly creates the package or install it. Maybe the pre-post conditions on folders could be added directly to the test cases? |
Aha, nice. For the purpose of testing, I think it would be even better to forget about disk-based storage altogether and just use an in-memory store... |
ok, it's possible however to provide a default folder, avoiding permissions problems on win, I've tested with something like:
and it works from Eclipse, without having necessarily to enable a system property. |
Hello, trying to compile the latest version of the library (in order to have it on my local maven), I had the following errors:
The text was updated successfully, but these errors were encountered: