Seems like there's more build problems: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact.
GroupId: com.opensymphony ArtifactId: xwork Version: 2.1.2-SNAPSHOT Reason: Unable to locate resource in repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.2-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.2-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] com.opensymphony:xwork:jar:2.1.2-SNAPSHOT from the specified remote repositories: central (https://maven.atlassian.com/repository/internal/), atlassian-m1-repository (https://m2proxy.atlassian.com/repository/m1/), apache.snapshots (http://people.apache.org/maven-snapshot-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch Does something need to be built before the bamboo build can run successfully again? Nils-H On Wed, Sep 3, 2008 at 10:38 AM, <[EMAIL PROTECTED]> wrote: > Author: nilsga > Date: Wed Sep 3 01:38:49 2008 > New Revision: 691544 > > URL: http://svn.apache.org/viewvc?rev=691544&view=rev > Log: > Doesn't work right now > > Modified: > > struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java > > Modified: > struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java?rev=691544&r1=691543&r2=691544&view=diff > ============================================================================== > --- > struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java > (original) > +++ > struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java > Wed Sep 3 01:38:49 2008 > @@ -26,12 +26,12 @@ > } > } > > - public void testInvalidRersources3() throws IOException { > + /*public void testInvalidRersources3() throws IOException { > try { > > beginAt("/struts/..%252f..%252f..%252fWEB-INF/classes/org/apache/struts2/showcase/action/EmployeeAction.class/"); > fail("Previous request should have failed"); > } catch (TestingEngineResponseException ex) { > // ok > } > - } > + }*/ > } > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]