Hi John, I pulled down that the samples-1.0.0-source-release.zip and used a clean local maven repo. All built fine with Java 5 and 6 but not Java 7. Not sure why yet. Could you open a JIRA issue please?
Thanks, Jeremy On 29 April 2013 22:59, John Croucher <[email protected]> wrote: > 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. >
