Hello,
I downloaded the .zip and opened the project in IntelliJ. When I try to build the project, making no other changes, I receive this error:
/Users/myname/Desktop/joinery/src/main/java/joinery/impl/Metrics.java:25:24
java: package org.aspectj.lang does not exist
Additionally, when I try to run mvn clean install in my terminal, I get these:
/Users/myname/Desktop/joinery/src/test/java/joinery/doctest/DocTestSuite.java:[61,23] package com.sun.javadoc does not exist
The only solution I've seen seem extremely convoluted so it would be surprising to see those required here. Any ideas?
Hello,
I downloaded the .zip and opened the project in IntelliJ. When I try to build the project, making no other changes, I receive this error:
Additionally, when I try to run mvn clean install in my terminal, I get these:
/Users/myname/Desktop/joinery/src/test/java/joinery/doctest/DocTestSuite.java:[61,23] package com.sun.javadoc does not existThe only solution I've seen seem extremely convoluted so it would be surprising to see those required here. Any ideas?