Closed pasqLisena closed 8 years ago
Hi @pasqLisena,
Thank you for the explanation about the project modifications. It is OK for gitignore. and for your suggestion about restructuring the directories.
I don't know why there are two folders "Data" and "data". In my eclipse project there is only one.
Is it OK for you if I make now another commit to resolve it and integrate suggestions?
Of course, we can use GitHub issues to communicate :)
I don't know why there are two folders "Data" and "data". In my eclipse project there is only one.
Yes, in mine too. I think that when pulling in local, git solves the path, automatically.
Is it OK for you if I make now another commit to resolve it and integrate suggestions?
Yes, of course. We will wait for that. :smile:
Of course, we can use GitHub issues to communicate :)
Very good. Soon @fernanev will contact you.
Thank you very much. I'm available for any problem or doubt
With my last commits, I have:
Data
, moving all their files in data
. Please everyone, check if also locally you have the correct name; if not, manually correct it.I am going to close the suggestion branch. The master branch could be now the starting point for any future editing. :+1:
Thank you
Hi @manowb , I try to write some details on the project modifications.
.classpath
and.project
files solves the installation issues that I was talking about last friday. So in next commit, we are going to restore these files. However, we agree that it is better that thebin
folder continues to be excluded from commits.src
folder, that is organized in 5 package (the 4 modules you have identified, plus themain
package). Each package follows the naming conventionorg.doremus.marc2rdf.packageName
. The main reason is aligning the project to what conventionally developers do. What do you think about it?Data
anddata
. Following conventions, we should use the lowercase version, or rename itresources
.Then, Eva still has some doubt about the new version of the code. It is ok for you using GitHub issues for questions about coding? So that, it will easier reference files or line of code.
Thank you very much