joeFischetti / Shibboleth-IdP3-TOTP-Auth

Fork of the totp project by korteke to implement totp in the MFA flow
Other
3 stars 4 forks source link

Build failed #5

Open Vinc89 opened 4 years ago

Vinc89 commented 4 years ago

Hello, running 'mvn clean package' from the Shibboleth-IdP3-TOTP-Auth directory fails with this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project totpauth-impl: Compilation failure [ERROR] /opt/joeFischetti-TOTP/Shibboleth-IdP3-TOTP-Auth/totpauth-impl/src/main/java/live/pinger/shibboleth/totpauth/authn/impl/seed/DummySeedFetcher.java:[12,60] cannot find symbol [ERROR] symbol: class LdapSeedFetcher [ERROR] location: class live.pinger.shibboleth.totpauth.authn.impl.seed.DummySeedFetcher

OS: Debian Buster Java: openjdk version "1.8.0_242"

Could you please help with troubleshooting? I will provide additional information if you need it.

joeFischetti commented 4 years ago

Looks like a file might be missing. It was probably an issue with the way that I branched/added files via git. I'll do a clone to a clean environment and try it myself.