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
Maven output below, it's probably an easy fix but am concentrating on getting the pieces in place at the moment.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/travis/build/carlwilson/fits/src/test/java/edu/harvard/hul/ois/fits/junit/FitsBasicTest.java:[22,17] package org.junit does not exist
[ERROR] /home/travis/build/carlwilson/fits/src/test/java/edu/harvard/hul/ois/fits/junit/FitsBasicTest.java:[31,8] cannot access junit.framework.TestCase
class file for junit.framework.TestCase not found
[ERROR] /home/travis/build/carlwilson/fits/src/test/java/edu/harvard/hul/ois/fits/junit/FitsBasicTest.java:[34,10] cannot find symbol
symbol: class Test
location: class edu.harvard.hul.ois.fits.junit.FitsBasicTest
[ERROR] /home/travis/build/carlwilson/fits/src/test/java/edu/harvard/hul/ois/fits/junit/FitsBasicTest.java:[37,31] cannot find symbol
symbol: variable this
location: class edu.harvard.hul.ois.fits.junit.FitsBasicTest
The text was updated successfully, but these errors were encountered:
It is not a good idea to overwrite mavens src and test dirs. I am not sure why @calvinwo has done it. Maybe there is a specific reason for this. Once you remove these lines, the build works again as expected.
Nonetheless, the problem that I see with this branch is that the whole maven repository is still local. It is great that calvinwo has converted the needed libraries to maven branches. Maybe we can push the ones that are not in any public maven repository to a OPF maven repo (I guess there is one) and use the rest from the official mavenrepo.
Maven output below, it's probably an easy fix but am concentrating on getting the pieces in place at the moment.
The text was updated successfully, but these errors were encountered: