Re: cannot build from source

2009-11-03 Thread Matthew Hixson
Thanks, Gary. -M@ On Nov 3, 2009, at 7:41 AM, Gary Tully wrote: committed that repo ref to trunk and the activemq-5.3 branch. both build happily now. just svn up 2009/11/3 Gary Tully : That artifact is not available from central but you can find it at the fusesource.com m2 repo Am not sur

Re: cannot build from source

2009-11-03 Thread Gary Tully
committed that repo ref to trunk and the activemq-5.3 branch. both build happily now. just svn up 2009/11/3 Gary Tully : > That artifact is not available from central but you can find it at the > fusesource.com m2 repo > > Am not sure whether this should be an optional or required dependency. > >

Re: cannot build from source

2009-11-02 Thread Gary Tully
That artifact is not available from central but you can find it at the fusesource.com m2 repo Am not sure whether this should be an optional or required dependency. As a work around, apply the following patch or do a manual install of those jars or comment out the josql* dependency. Index: activ

Re: Cannot build

2008-08-11 Thread simone_b
You're welcome. semog wrote: > > Thanks for the feedback. I refactored the StringComparison enum so it > should compile for .NET 1.1 now. I don't have .NET 1.1 environment on my > dev machine, so I didn't catch that. > > On Mon, Aug 11, 2008 at 1:13 AM, simone_b <[EMAIL PROTECTED]> wrote: >

Re: Cannot build

2008-08-11 Thread Jim Gomes
Thanks for the feedback. I refactored the StringComparison enum so it should compile for .NET 1.1 now. I don't have .NET 1.1 environment on my dev machine, so I didn't catch that. On Mon, Aug 11, 2008 at 1:13 AM, simone_b <[EMAIL PROTECTED]> wrote: > > That seems to be fixed as long as I modify

Re: Cannot build

2008-08-11 Thread simone_b
That seems to be fixed as long as I modify the build scripts to exclude the targets that compile the files for the framework 1.1. That target doesn't build successfully. It complains about missing references or usings for the StringComparison enum. semog wrote: > > Hi Simone, > > I have resolv

Re: Cannot build

2008-08-08 Thread Jim Gomes
Hi Simone, I have resolved the build issues that I introduced over the last few days. Sorry about the inconvenience. If you sync to the latest version, everything should build correctly. Please let me know if you continue to have any problems. - Jim On Thu, Aug 7, 2008 at 8:35 AM, simone_b <[E

Re: Cannot build

2008-08-07 Thread simone_b
I did not specify that I'm talking about NMS. simone_b wrote: > > Since some days I cannot run the build successfully. Missing using or > assembly references. Is anyone else experiencing any issues? > -- View this message in context: http://www.nabble.com/Cannot-build-tp18873197p18873242.ht