Re: java build issue(s)?

2008-05-28 Thread Marnie McCormack
There's a JIRA for the permissions issue to (it's the one before 1078 or thereabouts :-) Haven't had a chance to fix it yet though, sorry. On 5/28/08, Aidan Skinner <[EMAIL PROTECTED]> wrote: > > On Wed, May 28, 2008 at 9:45 AM, Gordon Sim <[EMAIL PROTECTED]> wrote: > > > If you run 'ant bzip2' t

Re: java build issue(s)?

2008-05-28 Thread Aidan Skinner
On Wed, May 28, 2008 at 9:45 AM, Gordon Sim <[EMAIL PROTECTED]> wrote: > If you run 'ant bzip2' then unwrap the tarball, the classpath in the > manifest for qpid-incubating.jar isn't correct: > > Class-Path: lib//build/lib/backport-util-concurrent-2.2.jar:lib//build > /lib/commons-cli-1.0.jar:lib

Re: Java build failure on QPid trunk

2007-04-11 Thread Robert Godfrey
Trunk is definitely broken at the moment (my fault!), best to look at the M2 branch for working Java code. On 11/04/07, Kamath, Navin <[EMAIL PROTECTED]> wrote: Hi, Just joined the mailing list and trying to poke around in the Java code base and came up with the following failure. Any ide

Re: Java Build

2007-01-22 Thread Daniel Kulp
On Monday 22 January 2007 15:39, Robert Greig wrote: > On 22/01/07, Kevin Smith <[EMAIL PROTECTED]> wrote: > > > Are you building with the 1.6 jdk? I ran into similar issues when > > > trying that, but reverting back to 1.5 seemed to do the trick. > > We have also been unable to build with 1.6 whic

Re: Java Build

2007-01-22 Thread Robert Greig
On 22/01/07, Kevin Smith <[EMAIL PROTECTED]> wrote: > Are you building with the 1.6 jdk? I ran into similar issues when trying that, but reverting back to 1.5 seemed to do the trick. We have also been unable to build with 1.6 which is *extremely* frustrating since we want to run with 1.6 for

Re: Java Build

2007-01-22 Thread Kevin Smith
Tomas Restrepo wrote: "Reason: Error getting POM for 'org.apache.maven.plugins:maven-install-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata. org.apache.maven.plugins:maven-install-plug

RE: Java Build

2007-01-22 Thread Tomas Restrepo
> "Reason: Error getting POM for > 'org.apache.maven.plugins:maven-install-plugin' > from the repository: Failed to resolve artifact, possibly due to a > repository list that is not appropriately equipped for this > artifact's metadata. > org.apache.maven.plugins:maven-install-plugin:pom:2.2-S

Re: Java Build

2007-01-22 Thread Kevin Smith
Output attached. --Kevin Daniel Kulp wrote: Can you run "mvn -X -e install" and send the output? Sometimes there's some useful debug info there. Dan On Monday 22 January 2007 12:44, Kevin Smith wrote: Tried this with no change in the error message. I have also tried deleting my Maven i

Re: Java Build

2007-01-22 Thread Daniel Kulp
Can you run "mvn -X -e install" and send the output? Sometimes there's some useful debug info there. Dan On Monday 22 January 2007 12:44, Kevin Smith wrote: > Tried this with no change in the error message. I have also tried deleting > my Maven install, deleting my .m2 directory, and re-ins

Re: Java Build

2007-01-22 Thread Kevin Smith
Tried this with no change in the error message. I have also tried deleting my Maven install, deleting my .m2 directory, and re-installing. Still the same error. --Kevin Martin Ritchie wrote: Did maven download any files for you? If you have a company firewall blocking maven's downloads like I d

Re: Java Build

2007-01-22 Thread Martin Ritchie
Did maven download any files for you? If you have a company firewall blocking maven's downloads like I did you have to set the proxy details in the settings file. ~/.m2/settings.xml c:/.mvn/repository/ true http my.webproxy.com 8000 On 22/01/07, Kevin Smith <[EMAIL

Re: [java] build broken by svn commit: r496753?

2007-01-17 Thread Rupert Smith
Ooops, that was really my fault. Robert has fixed it though. Rupert On 1/16/07, Robert Greig <[EMAIL PROTECTED]> wrote: On 16/01/07, Gordon Sim <[EMAIL PROTECTED]> wrote: > FYI: org.apache.qpid.util.concurrent.BooleanLatch seems to be missing > from the repository. Sorry Gordon, I've checked

Re: [java] build broken by svn commit: r496753?

2007-01-16 Thread Robert Greig
On 16/01/07, Gordon Sim <[EMAIL PROTECTED]> wrote: FYI: org.apache.qpid.util.concurrent.BooleanLatch seems to be missing from the repository. Sorry Gordon, I've checked in the missing file now (and double checked the build works!). RG

Re: Java build broken.

2007-01-15 Thread Daniel Kulp
Rupert, The exclusion shouldn't be needed anyway. In the pom.xml for commons-lang, it's marked as test. Thus, we wouldn't be pulling it in anyway. Dan On Monday 15 January 2007 07:52, Rupert Smith wrote: > This seems to be due to the exclusion of junit (3.7.1) as an incorrect > depency o

Re: Java build broken.

2007-01-15 Thread Rupert Smith
This seems to be due to the exclusion of junit (3.7.1) as an incorrect depency of commons-lang: commons-lang commons-lang 2.1 junit junit Accoring to the article below, the exclusion from common-lang should

Re: Java build broken.

2007-01-15 Thread Rupert Smith
Well, I did a checkout going back to last thursday. It definitely built for me then, but now I get the same error on that revision too. Must be something with to do with maven, so I'll try a clean install of that and see how I fare. On 1/15/07, Robert Godfrey <[EMAIL PROTECTED]> wrote: Works fi

Re: Java build broken.

2007-01-15 Thread Robert Godfrey
Works fine for me on a clean checkout... I have seen this before, but it was a problem with my local repository. Anyone else having problems? - Rob On 15/01/07, Rupert Smith <[EMAIL PROTECTED]> wrote: Did a complete, clean checkout just now and even cleared my local maven repository. I get

Re: [java] Build break due to compilation errors in AbstractJMSMessage

2006-12-06 Thread Rajith Attapattu
Thanks for checking martin and once again sorry about the false alarm. Regards, Rajith On 12/6/06, Martin Ritchie <[EMAIL PROTECTED]> wrote: np, was concerned as I was having an issue creating a branch earlier and AJMSMessage was one of the classes I had touched so hopped I haden't put the ch

Re: [java] Build break due to compilation errors in AbstractJMSMessage

2006-12-06 Thread Martin Ritchie
np, was concerned as I was having an issue creating a branch earlier and AJMSMessage was one of the classes I had touched so hopped I haden't put the change on the trunk by mistake. On 06/12/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote: I used mvn for building. When I did a svn update it ha

Re: [java] Build break due to compilation errors in AbstractJMSMessage

2006-12-06 Thread Rajith Attapattu
I used mvn for building. When I did a svn update it has done a merge with some errors which I didn't noticed. My bad, sorry about the false alarm. Regards, Rajith On 12/6/06, Martin Ritchie <[EMAIL PROTECTED]> wrote: The head (r483136) builds and distributes fine for me. Do you have any mor

Re: [java] Build break due to compilation errors in AbstractJMSMessage

2006-12-06 Thread Martin Ritchie
The head (r483136) builds and distributes fine for me. Do you have any more details.. Does the code compile in your IDE or do you use mvn for building? On 06/12/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote: Here are the errors [INFO] --