bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
77 stars 35 forks source link

Missing object OutlookMessageAssert #5

Closed gasparez15 closed 5 years ago

gasparez15 commented 5 years ago

I downloded the sources from repository but it appears that a class is missing: org.simplejavamail.outlookmessageparser.model.OutlookMessageAssert

So the tests in HighoverEmailsTest cannot be executed This same class is missing in release 1.1.17 screenhunter 350

bbottema commented 5 years ago

It is generated as part of mvn test (compile test sources). Once you have run that once, the class will also be available in your IDE.

gasparez15 commented 5 years ago

Ah, ok, thanks Benny, I did not know that plugin :-) Sorry for the trouble