-
Notifications
You must be signed in to change notification settings - Fork 68
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
Improvements for preparation to separate test data into plain text files #114
Conversation
It would be great if the improvements include the addition of the test data files. It would help me (at least) how it relates to the goal of having the test data separated from the code. But i will leave the decision to merge or not to @linas (treading on eggshells :-)) |
The reason why I do this pull request is because test data always changing By the time the whole pull request is going to be merged, it's going to So after this pull request is merged, I can make another pull request that
|
Ok thanks :-) |
I pulled this branch, and tried it. I promptly got an error: BUILD FAILED This appears to be an antlib declaration. |
@linas Thanks. |
@linas BTW, can you repeat
|
Hmm. Indeed, its now running. It downloaded 25 megabytes of .. what seems like useless junk: clerezza httpcomponents jena wymiwyg slf4j hamcrest fasterxml guava .. stuff that the current relex has no dependency on. And then it failed again: BUILD FAILED |
Can this be trimmed down, so that it only downloads what is actually needed? It looks to be walking down the path of DLL hell, from what I can tell. |
@linas I've trimmed it. The updated commit should build & test successfully with Ant. My output:
|
Much better! One warning:
|
<activeProfiles> | ||
<activeProfile>java5</activeProfile> | ||
</activeProfiles> | ||
</settings> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline
Improvements for preparation to separate test data into plain text files
@linas newline fixed. that "warning" was real, fixed. your merged Thanks Dr. Vepstas :) 👍 |
Refs #103.