Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Spring's maven external repository does not contain these artifacts anymore (licencing issue?).</p> <p>You should download the desired release from <a href="http://opensource.adobe.com/wiki/display/blazeds/Downloads">adobe</a>, unzip and <code>jar -x</code> the contained war file and at last you must drop all the flex* jars into your local repo with:</p> <pre><code>mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-common -Dfile=flex-messaging-common.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-core -Dfile=flex-messaging-core.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-opt -Dfile=flex-messaging-opt.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-proxy -Dfile=flex-messaging-proxy.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-remoting -Dfile=flex-messaging-remoting.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-rds-server -Dfile=flex-rds-server.jar </code></pre> <p>or upload each in your private maven repository (i.e. artifactory or nexus).</p> <p><strong>Note</strong>: replace the version with the one you've downloaded</p> <p>thanks to <em>pledge</em>'s <a href="http://forum.springsource.org/showthread.php?77454-Using-Spring-BlazeDS-Integration-nightly-builds-with-Maven&amp;p=287589#post287589">post in flex forum</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload