svn commit: r883864 - /struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java
Author: wesw Date: Tue Nov 24 20:41:13 2009 New Revision: 883864 URL: http://svn.apache.org/viewvc?rev=883864&view=rev Log: fixing build Modified: struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java Modified: struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java?rev=883864&r1=883863&r2=883864&view=diff == --- struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java (original) +++ struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowJarsAction.java Tue Nov 24 20:41:13 2009 @@ -23,6 +23,7 @@ import java.io.IOException; import java.net.URL; +import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; @@ -41,8 +42,18 @@ List poms; @Inject -public void setContainer(Container container) throws IOException { -poms = configHelper.getJarProperties(); +public void setContainer(Container container) { +try { +poms = configHelper.getJarProperties(); +} +catch (IOException ioe) { +// this is the config browser, so it doesn't seem necessary to do more than just +// send up a debug message +if (LOG.isDebugEnabled()) { +LOG.debug("IOException caught while retrieving jar properties - " + ioe.getMessage()); +} +poms = Collections.EMPTY_LIST; // maybe avoiding NPE later +} } public List getJarPoms()
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 1019 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-1019 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-1019/ -- Code Changes -- Wes Wannemacher (883864): >fixing build -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT -- 2 required artifacts are missing. for artifact: org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1259 has FAILED (0 tests failed). Change made by Wes Wannemacher
--- STRUTS-MAIN-1259 failed. --- Code has been updated by Wes Wannemacher. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1259/ -- Code Changes -- Wes Wannemacher (883864): >fixing build -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-admin-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-admin-bundle:jar:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.struts -DartifactId=struts2-osgi-demo-bundle -Dversion=2.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT 2) org.apache.struts:struts2-osgi-demo-bundle:jar:2.2.0-SNAPSHOT -- 2 required artifacts are missing. for artifact: org.apache.struts:struts2-assembly:pom:2.2.0-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[CONF] Confluence Changes in the last 24 hours
This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache ActiveMQ (http://cwiki.apache.org/confluence/display/ACTIVEMQ) Pages - Support edited by jstrachan (10:49 AM) http://cwiki.apache.org/confluence/display/ACTIVEMQ/Support Apache Aries (http://cwiki.apache.org/confluence/display/ARIES) Pages - Index edited by irobins (02:34 PM) http://cwiki.apache.org/confluence/display/ARIES/Index Apache Camel (http://cwiki.apache.org/confluence/display/CAMEL) Pages - Camel 2.1.0 Release edited by davsclaus (05:09 PM) http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.1.0+Release Support edited by davsclaus (03:11 PM) http://cwiki.apache.org/confluence/display/CAMEL/Support CXFRS edited by njiang (12:13 PM) http://cwiki.apache.org/confluence/display/CAMEL/CXFRS JDBC edited by davsclaus (10:33 AM) http://cwiki.apache.org/confluence/display/CAMEL/JDBC Sampling created by davsclaus (06:55 AM) http://cwiki.apache.org/confluence/display/CAMEL/Sampling Enterprise Integration Patterns edited by davsclaus (06:54 AM) http://cwiki.apache.org/confluence/display/CAMEL/Enterprise+Integration+Patterns Apache Directory Server v1.5 (http://cwiki.apache.org/confluence/display/DIRxSRVx11) Pages - Apache DS SchemaManager edited by pamarcelot (02:30 PM) http://cwiki.apache.org/confluence/display/DIRxSRVx11/Apache+DS+SchemaManager Apache Directory Studio (http://cwiki.apache.org/confluence/display/DIRxSTUDIO) Pages - Building edited by pamarcelot (08:46 AM) http://cwiki.apache.org/confluence/display/DIRxSTUDIO/Building Apache ESME (http://cwiki.apache.org/confluence/display/ESME) Pages - API 2.0 - Design edited by esjewett (11:56 PM) http://cwiki.apache.org/confluence/display/ESME/API+2.0+-+Design Performance test 2009-11-24 created by richardhirsch (10:08 AM) http://cwiki.apache.org/confluence/display/ESME/Performance+test+2009-11-24 Performance tests edited by richardhirsch (10:13 AM) http://cwiki.apache.org/confluence/display/ESME/Performance+tests Collaboration with Akibot created by richardhirsch (07:17 AM) http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot Collaborations with other Organizations edited by richardhirsch (07:21 AM) http://cwiki.apache.org/confluence/display/ESME/Collaborations+with+other+Organizations Comments http://cwiki.apache.org/confluence/display/ESME/Collaboration+with+Akibot (5) Apache Felix (http://cwiki.apache.org/confluence/display/FELIX) Pages - downloads edited by gnodet (10:38 AM) http://cwiki.apache.org/confluence/display/FELIX/downloads Apache Geronimo v2.2 (http://cwiki.apache.org/confluence/display/GMOxDOC22) Pages - Tomcat Native Clustering edited by chirun...@gmail.com (03:36 PM) http://cwiki.apache.org/confluence/display/GMOxDOC22/Tomcat+Native+Clustering Apache Geronimo v2.2 documentation development status edited by chirun...@gmail.com (03:32 PM) http://cwiki.apache.org/confluence/display/GMOxDOC22/Apache+Geronimo+v2.2+documentation+development+status Apache Jackrabbit (http://cwiki.apache.org/confluence/display/JCR) Pages - Jackrabbit Components edited by yabon (11:59 AM) http://cwiki.apache.org/confluence/display/JCR/Jackrabbit+Components Jackrabbit JCR Servlet created by yabon (11:49 AM) http://cwiki.apache.org/confluence/display/JCR/Jackrabbit+JCR+Servlet Building Jackrabbit edited by yabon (11:39 AM) http://cwiki.apache.org/confluence/display/JCR/Building+Jackrabbit Apache Lucene Mahout (http://cwiki.apache.org/confluence/display/MAHOUT) Pages - HowToContribute edited by gsingers (03:21 PM) http://cwiki.apache.org/confluence/display/MAHOUT/HowToContribute Apache Maven (http://cwiki.apache.org/confluence/display/MAVEN) Pages - Maven 3.x Compatibility Notes edited by bentmann (07:56 PM) http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes Apache Ode (http://cwiki.apache.org/confluence/display/ODExSITE) Pages - Process Contexts edited by vanto (04:56 PM) http://cwiki.apache.o