You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mvn is failing with compilation failures
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/mau/w/alf/alfresco-indexer/alfresco-indexer-webscripts/src/test/java/com/github/maoo/indexer/webscripts/NodeWebScriptTest.java:[4,37] cannot find symbol
symbol: class BaseWebScriptTest
location: package org.alfresco.repo.web.scripts
[ERROR] /Users/mau/w/alf/alfresco-indexer/alfresco-indexer-webscripts/src/test/java/com/github/maoo/indexer/webscripts/NodeWebScriptTest.java:[20,40] cannot find symbol
symbol: class BaseWebScriptTest
[ERROR] /Users/mau/w/alf/alfresco-indexer/alfresco-indexer-webscripts/src/test/java/com/github/maoo/indexer/webscripts/NodeWebScriptTest.java:[36,37] cannot find symbol
symbol: variable super
location: class com.github.maoo.indexer.webscripts.NodeWebScriptTest
[ERROR] /Users/mau/w/alf/alfresco-indexer/alfresco-indexer-webscripts/src/test/java/com/github/maoo/indexer/webscripts/NodeWebScriptTest.java:[37,47] cannot find symbol
symbol: variable super
The text was updated successfully, but these errors were encountered:
Currently mvn is failing with compilation failures
The text was updated successfully, but these errors were encountered: