Ted Husted wrote:

Another bit of strangeness is that I can't get a clean build from my
usual checkout. It fails on the ActionTag tests. If I try from another
struts2 checkout (not adjacent to my XWork working copy), it builds
fine, up to the last mile.

I noticed that once or twice, I got an out of memory exception while running the tests. Somewhere in all the Dispatcher and configuration refactoring, we might have overlooked somewhere that is leaking memory on the tests. This only happened to me when I tried to enable the xwork and plugin profiles. When building core directly, it didn't have any problems. I had this exception problem during the initial configuration redesign of xwork2, but some cleanup in tearDown() and new objects in setUp() fixed it.

Don

-Ted.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: opensymphony
ArtifactId: xwork
Version: 2.0-beta2

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=opensymphony -DartifactId=xwork \
       -Dversion=2.0-beta2 -Dpackaging=jar -Dfile=/path/to/file


 opensymphony:xwork:jar:2.0-beta2

from the specified remote repositories:
 Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
 central (http://repo1.maven.org/maven2),
 opensymphony (http://maven.opensymphony.com),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 snapshots-maven-codehaus (http://snapshots.maven.codehaus.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Nov 27 22:24:45 EST 2006
[INFO] Final Memory: 4M/7M
[INFO] ------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to