ssteveli / hookbin

9 stars 6 forks source link

BUILD FAILURE with HEROKU #6

Open rixwankhan opened 7 years ago

rixwankhan commented 7 years ago

trying to deploy on Heroku for learning about this, but i'm getting this error.

 [ERROR] COMPILATION ERROR : 
       [INFO] -------------------------------------------------------------
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/RootFT.java:[23,29] cannot find symbol
         symbol: class AbstractTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/DeleteBucketRequestsFT.java:[38,45] cannot find symbol
         symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/CreateBucketFT.java:[23,37] cannot find symbol
         symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/DeleteBucketFT.java:[30,37] cannot find symbol
         symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/CORSValidationFT.java:[22,39] cannot find symbol
         symbol: class AbstractBucketTest
       [INFO] 5 errors 
       [INFO] -------------------------------------------------------------
       [INFO] ------------------------------------------------------------------------
       [INFO] BUILD FAILURE
       [INFO] ------------------------------------------------------------------------
       [INFO] Total time: 15.151 s
       [INFO] Finished at: 2016-11-04T11:10:20+00:00
       [INFO] Final Memory: 34M/220M
       [INFO] ------------------------------------------------------------------------
       [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile (default-testCompile) on project hookbin: Compilation failure: Compilation failure:
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/RootFT.java:[23,29] cannot find symbol
       [ERROR] symbol: class AbstractTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/DeleteBucketRequestsFT.java:[38,45] cannot find symbol
       [ERROR] symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/CreateBucketFT.java:[23,37] cannot find symbol
       [ERROR] symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/DeleteBucketFT.java:[30,37] cannot find symbol
       [ERROR] symbol: class AbstractBucketTest
       [ERROR] /tmp/build_ab3820ffe0a0c89336557ca84a0dec74/src/functional-test/java/hookbin/test/CORSValidationFT.java:[22,39] cannot find symbol
       [ERROR] symbol: class AbstractBucketTest
       [ERROR] -> [Help 1]
       [ERROR] 
       [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
       [ERROR] Re-run Maven using the -X switch to enable full debug logging.
       [ERROR] 
       [ERROR] For more information about the errors and possible solutions, please read the following articles:
       [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 !     ERROR: Failed to build app with Maven
ssteveli commented 7 years ago

Not sure why heroku would not be observing the testResources declared in the pom.xml, if I get time I can try to dig.... but the ol' day job calls.