We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build.xml looks for file src/main/java/META-INF/javamail.providers
src/main/java/META-INF/javamail.providers
However the file is located at src/main/resources/META-INF/javamail.providers
src/main/resources/META-INF/javamail.providers
The text was updated successfully, but these errors were encountered:
Even fixing that, the ant build doesn't seem to be usable. Keep getting exception javax.mail.NoSuchProviderException: mstor
javax.mail.NoSuchProviderException: mstor
Maybe this isn't an issue and I'm the one doing something wrong. (Created the build by running ant in the directory as mentioned on the readme.md)
Sorry, something went wrong.
The ant build is outdated, gradle is now preferred. I'll be updating to remove the old build files shortly.
No branches or pull requests
Build.xml looks for file
src/main/java/META-INF/javamail.providers
However the file is located at
src/main/resources/META-INF/javamail.providers
The text was updated successfully, but these errors were encountered: