Hi,
I am trying to follow a tutorial which is using the Aries "main" sample.
So I downloaded Aries Samples 1.0.0 (Source, ready to build) from current
releases but it is failing to build when I issue mvn install command.
The last of the several errors is:
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
could not parse error message: warning: [options] bootstrap class path not
set in conjunction with -source 1.5
C:\samples-1.0.0-source-release\samples-1.0.0\twitter\twitter-bundle\src\main\java\org\apache\aries\sample\twitter\TwitterQuery.java:45:
error: incompatible types
for (Tweet tweet : result.getTweets()) {
^
The target directory has not jar files. I am new to this and am not sure
how to proceed to get a proper build.