Closed zwellington closed 2 years ago
@zwellington , this is very close! There are some remaining issues that need to be addressed before it can be merged, though:
reader/src/main/resources/
doesn't reflect of class_path
(ex. single directory org.parsertongue
should be a nested directory org/parsertongue
)org/parsertongue
should use .
-> /
version of class_path
in cgiar-reader/docs/dev/annotations.md
reader/src/main/scala/
is using the raw class_path
rather than the .
-> subdir versionreader/src/test/scala/
is using the raw class_path
rather than the .
-> subdir versiondocs/dev/install.md
still contains references to logx
, rather than project_name
.docs/dev/annotations.md
still contains references to logx
, rather than project_name
.docs/dev/developing.md
still contains references to logx
, rather than project_name
./reader/grammars/{project_name}/events/master.yml
has a malformed taxonomy: path/to/tax.yml
entry/reader/grammars/{project_name}/entities/master.yml
has a malformed taxonomy: path/to/tax.yml
entryNice work! 🎊
Added Odin template.