Yep, forgot to commit the new repository files. Will be a couple hours before I can get to it...

-Donald


Lin Sun wrote:
Hi Donald, are you able to build trunk with this change?

I kept get the following with "mvn -Pno-it clean install":

Downloading: 
http://repo1.maven.org/maven2/org/directwebremoting/dwr/2.0.5/dwr-2.0.5.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.directwebremoting:dwr:jar:2.0.5

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.directwebremoting
-DartifactId=dwr -Dversion=2.0.5 -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.directwebremoting
-DartifactId=dwr -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.plugins:console-core:jar:2.2-SNAPSHOT
        2) org.directwebremoting:dwr:jar:2.0.5

----------
1 required artifact is missing.

for artifact:
  org.apache.geronimo.plugins:console-core:jar:2.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
  apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)

Lin

On Tue, Aug 26, 2008 at 3:50 PM,  <[EMAIL PROTECTED]> wrote:
Author: dwoods
Date: Tue Aug 26 12:50:31 2008
New Revision: 689188

URL: http://svn.apache.org/viewvc?rev=689188&view=rev
Log:
GERONIMO-4266 Upgrade to DWR 2.0.5 for XSS security fix

Modified:
   geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=689188&r1=689187&r2=689188&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Aug 26 12:50:31 2008
@@ -878,7 +878,7 @@
            <dependency>
                <groupId>org.directwebremoting</groupId>
                <artifactId>dwr</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
            </dependency>

            <dependency>




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to