You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by Rajith Attapattu <ra...@gmail.com> on 2008/01/26 16:22:46 UTC

Compilation error on trunk

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 ?

[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/

Re: Compilation error on trunk

Posted by Rajith Attapattu <ra...@gmail.com>.
Ruwan,

Thanks for the info. I already applied Olegs patch and modified the pom file
to point to the right version of the qpid jars.

Regards,

Rajith

On Jan 26, 2008 6:27 PM, <ru...@gmail.com> wrote:

> Rajith,
>
> Actually we did these changes to the branch for the synapse 1.1.1 and
> continued on the release, but didn't look at the trunk build status.
>
> The fact that all of us are on the branch makes it no alerts about the
> trunk failure. We will be merging the branch back to trunk on early
> next week after the release of synapse 1.1.1 and this will be fixed.
>
> Thanks Oleg for the patch.
>
> Thanks,
> Ruwan
>
> On 1/27/08, Rajith Attapattu <ra...@gmail.com> 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?
> >
> > Regards,
> >
> > Rajith
> >
> > On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> > > For additional commands, e-mail: dev-help@synapse.apache.org
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Rajith Attapattu
> > Red Hat
> > blog: http://rajith.2rlabs.com/
> >
>
>
> --
> Ruwan Linton
> http://www.wso2.org - "Oxygenating the Web Services Platform"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>


-- 
Regards,

Rajith Attapattu
Red Hat
blog: http://rajith.2rlabs.com/

Re: Compilation error on trunk

Posted by ru...@gmail.com.
Rajith,

Actually we did these changes to the branch for the synapse 1.1.1 and
continued on the release, but didn't look at the trunk build status.

The fact that all of us are on the branch makes it no alerts about the
trunk failure. We will be merging the branch back to trunk on early
next week after the release of synapse 1.1.1 and this will be fixed.

Thanks Oleg for the patch.

Thanks,
Ruwan

On 1/27/08, Rajith Attapattu <ra...@gmail.com> 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?
>
> Regards,
>
> Rajith
>
> On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> > For additional commands, e-mail: dev-help@synapse.apache.org
> >
>
>
>
> --
> Regards,
>
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/
>


-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: Compilation error on trunk

Posted by "Asankha C. Perera" <as...@wso2.com>.
Rajith, Oleg

Let me close the vote for the 1.1.1 release, Tag the code and merge 
things back to the trunk. I will then make sure that everything works 
correctly on Trunk - since I may have to upload some of the JARs to the 
maven repos which I cannot do myself.

asankha

Rajith Attapattu wrote:
> 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 
> <http://people.apache.org/%7Erajith/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 <rajith77@gmail.com 
> <ma...@gmail.com>> 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 <olegk@apache.org
>     <ma...@apache.org>> 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 <olegk@apache.org
>         <ma...@apache.org>> 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:
>         dev-unsubscribe@synapse.apache.org
>         <ma...@synapse.apache.org>
>         >         For additional commands, e-mail:
>         dev-help@synapse.apache.org <ma...@synapse.apache.org>
>         >
>         >
>         >
>         > --
>         > Regards,
>         >
>         > Rajith Attapattu
>         > Red Hat
>         > blog: http://rajith.2rlabs.com/
>
>
>         ---------------------------------------------------------------------
>         To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
>         <ma...@synapse.apache.org>
>         For additional commands, e-mail: dev-help@synapse.apache.org
>         <ma...@synapse.apache.org>
>
>
>
>
>     -- 
>
>     Regards,
>
>     Rajith Attapattu
>     Red Hat
>     blog: http://rajith.2rlabs.com/
>
>
>
>
> -- 
> Regards,
>
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/ 

Re: Compilation error on trunk

Posted by Rajith Attapattu <ra...@gmail.com>.
Asankha,

I uploaded the parent pom to my private maven repo. Can you please try now?
Sorry about the trouble.

regards,

Rajith

On Jan 28, 2008 4:52 AM, Asankha C. Perera <as...@wso2.com> wrote:

>  Rajith
>
> You also need to host the parent POM of the
> /1.0-incubating-M3-615355/qpid-common-1.0-incubating-M3-615355.pom
>
>     <parent>
>         <groupId>org.apache.qpid</groupId>
>         <artifactId>qpid</artifactId>
>         <version>1.0-incubating-M3-615355</version>
>         <relativePath>*../pom.xml*</relativePath>	
>     </parent>
>
> Now I am getting the following exception:
> GroupId: org.apache.qpid
> ArtifactId: qpid
> Version: 1.0-incubating-M3-615355
>
> Reason: Unable to download the artifact from any repository
>
>   org.apache.qpid:qpid:pom:1.0-incubating-M3-615355
>
> 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/>
> )
>
> I have merged the codebase back from 1.1.1 to trunk, and if the above
> fixes the issue, I can commit all changes..
>
> asankha
>
>
> Rajith Attapattu wrote:
>
> 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<http://people.apache.org/%7Erajith/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 <ra...@gmail.com> 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 <ol...@apache.org> 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 <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> > > >         For additional commands, e-mail: dev-help@synapse.apache.org
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > >
> > > > Rajith Attapattu
> > > > Red Hat
> > > > blog: http://rajith.2rlabs.com/
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> > > For additional commands, e-mail: dev-help@synapse.apache.org
> > >
> > >
> >
> >
> >  --
> > Regards,
> >
> > Rajith Attapattu
> > Red Hat
> > blog: http://rajith.2rlabs.com/
> >
>
>
>
> --
> Regards,
>
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/
>
>


-- 
Regards,

Rajith Attapattu
Red Hat
blog: http://rajith.2rlabs.com/

Re: Compilation error on trunk

Posted by "Asankha C. Perera" <as...@wso2.com>.
Rajith

You also need to host the parent POM of the 
/1.0-incubating-M3-615355/qpid-common-1.0-incubating-M3-615355.pom

    <parent>
        <groupId>org.apache.qpid</groupId>
        <artifactId>qpid</artifactId>
        <version>1.0-incubating-M3-615355</version>
        <relativePath>*../pom.xml*</relativePath>	
    </parent>

Now I am getting the following exception:
GroupId: org.apache.qpid
ArtifactId: qpid
Version: 1.0-incubating-M3-615355

Reason: Unable to download the artifact from any repository

  org.apache.qpid:qpid:pom:1.0-incubating-M3-615355

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/)

I have merged the codebase back from 1.1.1 to trunk, and if the above 
fixes the issue, I can commit all changes..

asankha

Rajith Attapattu wrote:
> 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 
> <http://people.apache.org/%7Erajith/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 <rajith77@gmail.com 
> <ma...@gmail.com>> 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 <olegk@apache.org
>     <ma...@apache.org>> 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 <olegk@apache.org
>         <ma...@apache.org>> 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:
>         dev-unsubscribe@synapse.apache.org
>         <ma...@synapse.apache.org>
>         >         For additional commands, e-mail:
>         dev-help@synapse.apache.org <ma...@synapse.apache.org>
>         >
>         >
>         >
>         > --
>         > Regards,
>         >
>         > Rajith Attapattu
>         > Red Hat
>         > blog: http://rajith.2rlabs.com/
>
>
>         ---------------------------------------------------------------------
>         To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
>         <ma...@synapse.apache.org>
>         For additional commands, e-mail: dev-help@synapse.apache.org
>         <ma...@synapse.apache.org>
>
>
>
>
>     -- 
>
>     Regards,
>
>     Rajith Attapattu
>     Red Hat
>     blog: http://rajith.2rlabs.com/
>
>
>
>
> -- 
> Regards,
>
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/ 

Re: Compilation error on trunk

Posted by Rajith Attapattu <ra...@gmail.com>.
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 <ra...@gmail.com> 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 <ol...@apache.org> 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 <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> > >         For additional commands, e-mail: dev-help@synapse.apache.org
> > >
> > >
> > >
> > > --
> > > Regards,
> > >
> > > Rajith Attapattu
> > > Red Hat
> > > blog: http://rajith.2rlabs.com/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> > For additional commands, e-mail: dev-help@synapse.apache.org
> >
> >
>
>
> --
>
> Regards,
>
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/
>



-- 
Regards,

Rajith Attapattu
Red Hat
blog: http://rajith.2rlabs.com/

Re: Compilation error on trunk

Posted by Rajith Attapattu <ra...@gmail.com>.
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 <ol...@apache.org> 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 <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> >         For additional commands, e-mail: dev-help@synapse.apache.org
> >
> >
> >
> > --
> > Regards,
> >
> > Rajith Attapattu
> > Red Hat
> > blog: http://rajith.2rlabs.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>


-- 
Regards,

Rajith Attapattu
Red Hat
blog: http://rajith.2rlabs.com/

Re: Compilation error on trunk

Posted by Oleg Kalnichevski <ol...@apache.org>.
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/)


> Regards,
> 
> Rajith
> 
> On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
>         For additional commands, e-mail: dev-help@synapse.apache.org
> 
> 
> 
> -- 
> Regards,
> 
> Rajith Attapattu
> Red Hat
> blog: http://rajith.2rlabs.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: Compilation error on trunk

Posted by Rajith Attapattu <ra...@gmail.com>.
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?

Regards,

Rajith

On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <ol...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>



-- 
Regards,

Rajith Attapattu
Red Hat
blog: http://rajith.2rlabs.com/

Re: Compilation error on trunk

Posted by Oleg Kalnichevski <ol...@apache.org>.
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/