Hello, I've been having problems building Trinidad recently.
For sanity, I did a new trunk checkout and deleted my .m2\repository directory. I then did a "mvn clean install" in the plugins directory and a "mvn clean install" in the trinidad directory. When I do that, I'm receiving the attached build failure when building trinidad. Anyone else having this problem, or have any idea why I might be seeing it? The error seems to be somewhat meta--a problem parsing the error message. Take care, Joey Downloading: http://stacy27.us.oracle.com/mirrors/www.ibiblio.org/maven2/javax/mail/mail/1.4/mail-1.4.jar 379K downloaded Downloading: http://stacy27.us.oracle.com/mirrors/www.ibiblio.org/maven2/javax/activation/activation/1.1/activation-1.1.jar 61K downloaded [INFO] [compiler:compile] Compiling 74 source files to C:\data\Projects\jdevrt\trinidad\trunk2\trinidad\trinidad-demo\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure could not parse error message: warning: [path] bad path element "C:\Documents an d Settings\jrozier\.m2\repository\javax\mail\mail\1.4\activation.jar": no such file or directory C:\data\Projects\jdevrt\trinidad\trunk2\trinidad\trinidad-demo\src\main\java\org \apache\myfaces\trinidaddemo\email\FolderData.java:153: warning: [unchecked] unchecked conversion found : java.util.List required: java.util.List<java.lang.Object> _subFolders = Collections.EMPTY_LIST; ...
