You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2008/09/03 10:38:49 UTC

svn commit: r691544 - /struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java

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
         }
-    }
+    }*/
 }



Re: svn commit: r691544 - /struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
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,  <ni...@apache.org> 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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org