Exmaralda-Org / exmaralda

26 stars 15 forks source link

The org.exmaralda.pro.* package #476

Closed git-debase-verbose closed 5 months ago

git-debase-verbose commented 5 months ago

I updated the local copy of the repository earlier today, and the code does not compile anymore because the titular package does not exist on my machine. Based on the naming I assume it is supposed to be included in the repository, which is not the case for some reason.

Would it be possible to do something about it?

berndmoos commented 5 months ago

The quick and dirty way would be to include exmaraldapro_nb.jar in your classpath. On Windows, you will find it under C:\Program Files\EXMARaLDA\app\lib. Less quick and dirty would be to give you access to my private GitHub repo with the code. I'd have to check for secrets first, though.

git-debase-verbose commented 5 months ago

Thanks, the quick and dirty method worked.

berndmoos commented 5 months ago

Closing for now. The least quick and dirty way would be to have the "main" code only talk to an interface. Might do that later.