I have a couple java apps that run good in netbeans and in eclipse yet when I compile on the command line during the build.xml they all get these 100 errors.
The list looks daunting but they are all dealing with joda time. Not sure what is going on. I have the two classes producing these compile errors importing
Joda packages and I have jars that I am working with in eclipse that I added them to the build path.. Am I missing a jar or an import somewhere?
Is it possible that because I do not know the diff between eclipse right click to add a jar file to the build path and adding the jar to the class path?
When writing the build.xml I have can not seem to understand the difference or what it means.
DateTime
Interval
LocalDate
LocalTime
Years
import DateTime
import ReadableDateTime
import DateTimeFormatter
import org.joda.time.format.
DateTimeFormatterBuilder
lib\joda-time-1.6.2.jar
lib\joda-time-1.6.2-javadoc.jar
lib\joda-time-1.6.2-sources.jar
lib\joda-time-1.6.jar
I could not format the
Error but there 100 errors
Concerning it does not know what DateTime or any other common joda time method is
Maybe the java compiler is messed up.