Oleg, Please note that I modified the pom file in the private maven repo here. http://people.apache.org/~rajith/maven2/org/apache/qpid/qpid-common/1.0-incubating-M3-615355/qpid-common-1.0-incubating-M3-615355.pom (not the synapse pom file)
So please try with mvn clean install and see if you still get the compilation errors. Rajith On Jan 26, 2008 7:04 PM, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > Oleg, > > My bad, I created the maven stuff by hand and forgot to modify the pom > file. > I hope that is the issue and I fixed it. > Can you try again when you have some free time? > > If there are still issues, can some of the maven experts help me? > > regards, > > Rajith > > > On Jan 26, 2008 5:55 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > On Sat, 2008-01-26 at 17:01 -0500, Rajith Attapattu wrote: > > > Oleg, > > > > > > Thanks for the patch it worked. I applied the patch on your behalf and > > > also updated the Qpid version to point to a revision instead of > > > M2-Snapshot as it seems maven keeps downloading the old snapshots from > > > the maven snapshot repo. > > > > > > Can you try now and see if you can compile properly with the qpid > > > stuff? > > > > > > > Build still fails for me. Anything I need to do to point to the right > > repository to pull the qpid 1.0-incubating-M3-SNAPSHOT? > > > > Oleg > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > GroupId: org.apache.qpid > > ArtifactId: qpid > > Version: 1.0-incubating-M3-SNAPSHOT > > > > Reason: Unable to download the artifact from any repository > > > > org.apache.qpid:qpid:pom:1.0-incubating-M3-SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > wso2-m2 (http://dist.wso2.org/maven2/), > > apache.snapshots > > (http://people.apache.org/repo/m2-snapshot-repository), > > apache-snapshots > > (http://people.apache.org/repo/m2-snapshot-repository/), > > qpid-private > > (http://people.apache.org/~rajith/maven2/<http://people.apache.org/%7Erajith/maven2/> > > ) > > > > > > > Regards, > > > > > > Rajith > > > > > > On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > On Sat, 2008-01-26 at 10:22 -0500, Rajith Attapattu wrote: > > > > Hi folks, > > > > > > > > I get the following compilation errors when trying to > > > compile synapse > > > > on trunk. > > > > Maybe the nio deps changed and the pom is not updated ? > > > > Anybody else seeing the same problem ? > > > > > > > > > > > > > Rajith, > > > > > > This patch (attached to this message) upgrades Synapse > > > dependency on > > > HttpCore from 4.0-alpha7-SNAPSHOT to 4.0-beta1 and resolves > > > the > > > compilation errors you have been seeing. > > > > > > I am unable to test the patch myself because I am also getting > > > lots of > > > compile errors related to org.apache.qpidity classes. > > > > > > Oleg > > > > > > > > > > [INFO] [compiler:compile] > > > > Compiling 66 source files > > > > > > > to > > /opt/workspace/webservices/synapse/java/modules/transports/target/classes > > > > [INFO] > > > > > > > > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD FAILURE > > > > [INFO] > > > > > > > > > ------------------------------------------------------------------------ > > > > [INFO] Compilation failure > > > > > > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[26,30] > > cannot find symbol > > > > symbol : class HttpParamsLinker > > > > location: package org.apache.http.params > > > > > > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[129,12] > > cannot find symbol > > > > symbol : variable HttpParamsLinker > > > > location: class > > > org.apache.synapse.transport.nhttp.ClientHandler > > > > > > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[163,12] > > cannot find symbol > > > > symbol : variable HttpParamsLinker > > > > location: class > > > org.apache.synapse.transport.nhttp.ClientHandler > > > > > > > > > > > > -- > > > > Regards, > > > > > > > > Rajith Attapattu > > > > Red Hat > > > > blog: http://rajith.2rlabs.com/ > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > > Regards, > > > > > > Rajith Attapattu > > > Red Hat > > > blog: http://rajith.2rlabs.com/ > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > > Regards, > > Rajith Attapattu > Red Hat > blog: http://rajith.2rlabs.com/ > -- Regards, Rajith Attapattu Red Hat blog: http://rajith.2rlabs.com/
