You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by aschrum <as...@biopop.com> on 2008/08/26 19:41:04 UTC

Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

This may be related to recent issue:
https://issues.apache.org/activemq/browse/AMQNET-71

I just checked out latest version from Subversion of ActiveMQ.NMS.ActiveMQ.
However, it will not compile. Please see the build log below.

If I go into the vendor ActiveMQ.NMS directory and try to "nant" from there,
it fails the same way.

If within ActiveMQ.NMS directory I:
 "nant set-debug-configuration set-net-2.0-framework-configuration
conditional-compile"
I can get a .Net 2.0 build subdirectory created and compiled. The hang-up
seems to be with the .NET 1.1 files.

My computer is Windows XP SP2 (with updates) running VS2005 (updated plus
SDK). I have .NET 1.1 and .NET 2.0 installed. I do not have .NET 3.0 or 3.5
installed.
Nant was freshly built from sources:

nant -help
NAnt 0.86 (Build 0.86.3160.0; dev; 8/26/2008)
Copyright (C) 2001-2008 Gerry Shaw
http://nant.sourceforge.net

Is there a way to specify that only .NET 2.0 files be built instead of the
default "all available configurations"?

Any other suggestions?

Thanks,

-Allan

Build Log using "nant -verbose+ -logfile:build.log"

Buildfile: file:///P:/sources/Apache.NMS.ActiveMQ/nant.build
Target framework: Microsoft .NET Framework 2.0
Base Directory: P:\sources\Apache.NMS.ActiveMQ.
Target(s) specified: compile-all 

  [include] Including file P:\sources\Apache.NMS.ActiveMQ\nant-common.xml.

release-init:

     [echo] Release key file not found. You can generate a key file by
running 'sn -k P:\sources\Apache.NMS.ActiveMQ/activemq-dotnet.snk'.
     [echo] The Release build will be skipped.

compile-all:

     [echo] Compiling all build configurations for all runtime
configurations.

set-debug-configuration:


set-net-1.1-framework-configuration:

 [property] Target framework changed to "Microsoft .NET Framework 1.1".

init:


set-debug-configuration:


set-net-1.1-framework-configuration:

     [echo] Doing an unsigned debug build for the .NET 1.1 framework

dependency-init:


vendor-init:

     [nant] P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant.build 
            Buildfile:
file:///P:/sources/Apache.NMS.ActiveMQ/vendor/Apache.NMS/nant.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory:
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS.
            Target(s) specified: compile-all 
            
              [include] Including file
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml.
            
            release-init:
            
                 [echo] Release key file not found. You can generate a key
file by running 'sn -k
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS/activemq-dotnet.snk'.
                 [echo] The Release build will be skipped.
            
            compile-all:
            
                 [echo] Compiling all build configurations for all runtime
configurations.
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 1.1
framework
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            conditional-compile:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 1.1
framework
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            compile-main:
            
                 [echo] Building the Apache.NMS library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs'
is up-to-date.
            
            copy-content:
            
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
            
            compile-test:
            
                 [echo] Building the Apache.NMS.Test library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'
does not exist, rebuilding.
                  [csc] Compiling 13 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp253.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:NET,NET_1_1"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll"
                  [csc] /nowarn:1591,0618
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll"
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\nunit.framework.dll"
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\AsyncConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BadConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BytesMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConnectionTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConsumerTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\DurableTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MapMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSPropertyTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSTestSupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TransactionTest.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp253.tmp")' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
                  [csc] fatal error CS0009: Metadata file
'p:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\nunit.framework.dll'
could not be opened -- 'Version 2.0 is not a compatible version.'
            
            BUILD FAILED
            
           
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml(381,6):
            External Program Failed:
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1):
            NAnt.Core.BuildException:
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml(381,6):
            External Program Failed:
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1)
               at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\ExternalProgramBase.cs:line 418
               at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() in
p:\sources\nant\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 708
               at NAnt.Core.Task.Execute() in
p:\sources\nant\src\NAnt.Core\Task.cs:line 186
               at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
               at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
               at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
               at NAnt.Core.Task.Execute() in
p:\sources\nant\src\NAnt.Core\Task.cs:line 186
               at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
               at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
               at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
               at NAnt.Core.Task.Execute() in
p:\sources\nant\src\NAnt.Core\Task.cs:line 186
               at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
               at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
               at NAnt.Core.Project.Execute() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 937
               at NAnt.Core.Project.Run() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 1022
            
            Total time: 1.3 seconds.
            

BUILD FAILED

Nested build failed.  Refer to build log for exact reason.:
NAnt.Core.BuildException: Nested build failed.  Refer to build log for exact
reason.
   at NAnt.Core.Tasks.NAntTask.RunBuild(FileInfo buildFile) in
p:\sources\nant\src\NAnt.Core\Tasks\NAntTask.cs:line 258
   at NAnt.Core.Tasks.NAntTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\NAntTask.cs:line 193
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.TaskContainer.ExecuteChildTasks() in
p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 120
   at NAnt.Core.TaskContainer.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 86
   at NAnt.Core.Tasks.IfTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\IfTask.cs:line 363
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.TaskContainer.ExecuteChildTasks() in
p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 120
   at NAnt.Core.TaskContainer.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 86
   at NAnt.Core.Tasks.IfTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\IfTask.cs:line 363
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Project.Execute() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 937
   at NAnt.Core.Project.Run() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 1022

Total time: 1.6 seconds.

-- 
View this message in context: http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19166726.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

Posted by Jim Gomes <e....@gmail.com>.
Great!  Glad I was able to help.

Feel free to offer and contribute any additional unit tests.  I am very
interested in greatly expanding the tests that are in place.

Best,
Jim

On Tue, Aug 26, 2008 at 2:26 PM, aschrum <as...@biopop.com> wrote:

>
> Hi Jim,
>
> I'll be brief in the future. Here's the latest error message:
>
> BUILD SUCCEEDED
>
> Total time: 19.6 seconds.
>
> Not bad! :-)
>
> Thanks for your help in getting this to compile. If I can be of assistance
> in the future, please let me know. Compiles and scripted testing are things
> I can assist with at times.
>
> Regards,
>
> -Allan
>
> semog wrote:
> >
> > Hi Allen,
> >
> > Thanks for the feedback.  I checked in changes that will fix that
> compiler
> > error.  Please let me know if you have any other issues.  Although,
> > perhaps you can just copy/paste the relevant error message instead of the
> > entire build output.  Scrolling down that far is very hard to do on my
> > Blackberry.  :)
> >
> > Thanks,
> > Jim
> >
> >
> > aschrum wrote:
> >>
> >> Thanks - we are getting closer, but it now fails for a new reason.
> Please
> >> see build log below.
> >>
> >> Regards,
> >>
> >> -Allan
> >>
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19170729.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Re: Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

Posted by aschrum <as...@biopop.com>.
Hi Jim,

I'll be brief in the future. Here's the latest error message:

BUILD SUCCEEDED

Total time: 19.6 seconds.

Not bad! :-)

Thanks for your help in getting this to compile. If I can be of assistance
in the future, please let me know. Compiles and scripted testing are things
I can assist with at times.

Regards,

-Allan

semog wrote:
> 
> Hi Allen,
> 
> Thanks for the feedback.  I checked in changes that will fix that compiler
> error.  Please let me know if you have any other issues.  Although,
> perhaps you can just copy/paste the relevant error message instead of the
> entire build output.  Scrolling down that far is very hard to do on my
> Blackberry.  :)
> 
> Thanks,
> Jim
> 
> 
> aschrum wrote:
>> 
>> Thanks - we are getting closer, but it now fails for a new reason. Please
>> see build log below.
>> 
>> Regards,
>> 
>> -Allan
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19170729.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

Posted by semog <e....@gmail.com>.
Hi Allen,

Thanks for the feedback.  I checked in changes that will fix that compiler
error.  Please let me know if you have any other issues.  Although, perhaps
you can just copy/paste the relevant error message instead of the entire
build output.  Scrolling down that far is very hard to do on my Blackberry. 
:)

Thanks,
Jim


aschrum wrote:
> 
> Thanks - we are getting closer, but it now fails for a new reason. Please
> see build log below.
> 
> Regards,
> 
> -Allan
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19170580.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

Posted by aschrum <as...@biopop.com>.
Thanks - we are getting closer, but it now fails for a new reason. Please see
build log below.

Regards,

-Allan


semog wrote:
> 
> Hi,
> 
> I reorganized the folders to have framework specific versions of the nUnit
> assemblies and updated the nant scripts to reference the appropriate
> version.  Try updating to the latest, and you should be able to
> successfully compile.
> 
> Thanks,
> Jim
> 
> 

Buildfile: file:///P:/sources/Apache.NMS.ActiveMQ/nant.build
Target framework: Microsoft .NET Framework 2.0
Base Directory: P:\sources\Apache.NMS.ActiveMQ.
Target(s) specified: compile-all 

  [include] Including file P:\sources\Apache.NMS.ActiveMQ\nant-common.xml.

release-init:

     [echo] Release key file not found. You can generate a key file by
running 'sn -k P:\sources\Apache.NMS.ActiveMQ/activemq-dotnet.snk'.
     [echo] The Release build will be skipped.

compile-all:

     [echo] Compiling all build configurations for all runtime
configurations.

set-debug-configuration:


set-net-1.1-framework-configuration:

 [property] Target framework changed to "Microsoft .NET Framework 1.1".

init:


set-debug-configuration:


set-net-1.1-framework-configuration:

     [echo] Doing an unsigned debug build for the .NET 1.1 framework
    [mkdir] Creating directory
'P:\sources\Apache.NMS.ActiveMQ\build\net-1.1\debug'.

dependency-init:


vendor-init:

     [nant] P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant.build 
            Buildfile:
file:///P:/sources/Apache.NMS.ActiveMQ/vendor/Apache.NMS/nant.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory:
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS.
            Target(s) specified: compile-all 
            
              [include] Including file
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml.
            
            release-init:
            
                 [echo] Release key file not found. You can generate a key
file by running 'sn -k
P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS/activemq-dotnet.snk'.
                 [echo] The Release build will be skipped.
            
            compile-all:
            
                 [echo] Compiling all build configurations for all runtime
configurations.
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 1.1
framework
                [mkdir] Creating directory
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            conditional-compile:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-1.1-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 1.1
framework
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            compile-main:
            
                 [echo] Building the Apache.NMS library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll'
does not exist, rebuilding.
                  [csc] Compiling 34 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C1.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:NET,NET_1_1"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll"
                  [csc] /nowarn:1591,0618
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Atomic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\AtomicBoolean.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Convert.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\CountDownLatch.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\DateUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\SessionUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\URISupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IBytesMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnection.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IDestination.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMapMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageConsumer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageProducer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\InvalidDestinationException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IObjectMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IPrimitiveMap.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ISession.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStartable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStoppable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryTopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITrace.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConstants.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSSecurityException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Tracer.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C1.tmp")' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\LICENSE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\LICENSE.txt'.
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\NOTICE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\NOTICE.txt'.
            
            compile-test:
            
                 [echo] Building the Apache.NMS.Test library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'
does not exist, rebuilding.
                  [csc] Compiling 13 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C4.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:NET,NET_1_1"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll"
                  [csc] /nowarn:1591,0618
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll"
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\net-1.1\nunit.framework.dll"
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\AsyncConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BadConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BytesMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConnectionTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConsumerTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\DurableTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MapMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSPropertyTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSTestSupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TransactionTest.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C4.tmp")' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
            
            compile:
            
            
            set-net-2.0-framework-configuration:
            
             [property] Target framework changed to "Microsoft .NET
Framework 2.0".
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-2.0-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 2.0
framework
                [mkdir] Creating directory
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug'.
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            conditional-compile:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-2.0-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET 2.0
framework
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            compile-main:
            
                 [echo] Building the Apache.NMS library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll'
does not exist, rebuilding.
                  [csc] Compiling 34 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C7.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:NET,NET_2_0"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll"
                  [csc] /nowarn:1591,0618
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Atomic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\AtomicBoolean.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Convert.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\CountDownLatch.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\DateUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\SessionUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\URISupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IBytesMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnection.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IDestination.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMapMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageConsumer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageProducer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\InvalidDestinationException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IObjectMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IPrimitiveMap.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ISession.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStartable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStoppable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryTopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITrace.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConstants.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSSecurityException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Tracer.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2C7.tmp")' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\LICENSE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\LICENSE.txt'.
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\NOTICE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\NOTICE.txt'.
            
            compile-test:
            
                 [echo] Building the Apache.NMS.Test library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.Test.dll'
does not exist, rebuilding.
                  [csc] Compiling 13 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.Test.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2CA.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.Test.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:NET,NET_2_0"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.Test.dll"
                  [csc] /nowarn:1591,0618
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll"
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\net-2.0\nunit.framework.dll"
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\AsyncConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BadConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BytesMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConnectionTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConsumerTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\DurableTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MapMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSPropertyTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSTestSupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TransactionTest.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2CA.tmp")' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug'.
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-2.0\debug'.
            
            compile:
            
            
            set-net-3.5-framework-configuration:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-net-3.5-framework-configuration:
            
                 [echo] .NET 3.5 is not available. Build skipped.
            
            set-mono-2.0-framework-configuration:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-mono-2.0-framework-configuration:
            
                 [echo] Mono 2.0 is not available. Build skipped.
            
            set-netcf-2.0-framework-configuration:
            
             [property] Target framework changed to "Microsoft .NET Compact
Framework 2.0".
            
            init:
            
            
            set-debug-configuration:
            
            
            set-netcf-2.0-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET Compact
Framework 2.0 framework
                [mkdir] Creating directory
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug'.
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            conditional-compile:
            
            
            init:
            
            
            set-debug-configuration:
            
            
            set-netcf-2.0-framework-configuration:
            
                 [echo] Doing an unsigned debug build for the .NET Compact
Framework 2.0 framework
            
            dependency-init:
            
            Adding a assemblyfileset reference with id 'dependencies'.
            Adding a assemblyfileset reference with id 'test.dependencies'.
            Adding a fileset reference with id 'content.filenames'.
            
            compile-main:
            
                 [echo] Building the Apache.NMS library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.dll'
does not exist, rebuilding.
                  [csc] Compiling 34 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2D2.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nostdlib
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:PocketPC,NETCF,NETCF_2_0"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.dll"
                  [csc] /nowarn:1591,0618
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Atomic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\AtomicBoolean.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\Convert.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\CountDownLatch.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\DateUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\SessionUtils.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Util\URISupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IBytesMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnection.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IDestination.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMapMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageConsumer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IMessageProducer.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\InvalidDestinationException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IObjectMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IPrimitiveMap.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ISession.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStartable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\IStoppable.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryQueue.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITemporaryTopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITopic.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\ITrace.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConnectionFactory.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSConstants.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\NMSSecurityException.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\Tracer.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2D2.tmp" /noconfig)' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\LICENSE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\LICENSE.txt'.
                 [copy] Copying 1 file to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug'.
                 [copy] Copying
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\NOTICE.txt' to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\NOTICE.txt'.
            
            compile-test:
            
                 [echo] Building the Apache.NMS.Test library
              [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs'
is up-to-date.
                  [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.Test.dll'
does not exist, rebuilding.
                  [csc] Compiling 13 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.Test.dll'.
                  [csc] Contents of C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2D5.tmp.
                  [csc] /fullpaths
                  [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.Test.xml"
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nostdlib
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/define:PocketPC,NETCF,NETCF_2_0"
                  [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.Test.dll"
                  [csc] /nowarn:1591,0618
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug\Apache.NMS.dll"
                  [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\netcf-2.0\nunit.framework.dll"
                  [csc] "/reference:mscorlib.dll"
                  [csc] "/reference:System.dll"
                  [csc] "/reference:System.Xml.dll"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\AsyncConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BadConsumeTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BytesMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConnectionTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConsumerTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\DurableTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MapMessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MessageTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSPropertyTest.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSTestSupport.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TextMessage.cs"
                  [csc]
"P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TransactionTest.cs"
                  [csc] 
                  [csc] Starting
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (@"C:\Documents and
Settings\aschrum.BIOPOP\Local Settings\Temp\tmp2D5.tmp" /noconfig)' in
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
            
            copy-content:
            
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug'.
                 [copy] Copying 0 files to
'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\netcf-2.0\debug'.
            
            compile:
            
            
            BUILD SUCCEEDED
            
            Total time: 5.1 seconds.
            
Adding a assemblyfileset reference with id 'dependencies'.
Adding a assemblyfileset reference with id 'test.dependencies'.
Adding a fileset reference with id 'content.filenames'.
Adding a fileset reference with id 'install.filenames'.
Adding a fileset reference with id 'deploy.filenames'.

conditional-compile:


init:


set-debug-configuration:


set-net-1.1-framework-configuration:

     [echo] Doing an unsigned debug build for the .NET 1.1 framework

dependency-init:

Adding a assemblyfileset reference with id 'dependencies'.
Adding a assemblyfileset reference with id 'test.dependencies'.
Adding a fileset reference with id 'content.filenames'.
Adding a fileset reference with id 'install.filenames'.
Adding a fileset reference with id 'deploy.filenames'.

compile-main:

     [echo] Building the Apache.NMS.ActiveMQ library
  [asminfo] File
'P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\CommonAssemblyInfo.cs' is
up-to-date.
      [csc] Output file
'P:\sources\Apache.NMS.ActiveMQ\build\net-1.1\debug\Apache.NMS.ActiveMQ.dll'
does not exist, rebuilding.
      [csc] Compiling 225 files to
'P:\sources\Apache.NMS.ActiveMQ\build\net-1.1\debug\Apache.NMS.ActiveMQ.dll'.
      [csc] Contents of C:\Documents and Settings\aschrum.BIOPOP\Local
Settings\Temp\tmp2D8.tmp.
      [csc] /fullpaths
      [csc]
"/doc:P:\sources\Apache.NMS.ActiveMQ\build\net-1.1\debug\Apache.NMS.ActiveMQ.xml"
      [csc] /debug
      [csc] "/define:DEBUG"
      [csc] "/define:TRACE"
      [csc] /nologo
      [csc] "/target:library"
      [csc] "/define:NET,NET_1_1"
      [csc]
"/out:P:\sources\Apache.NMS.ActiveMQ\build\net-1.1\debug\Apache.NMS.ActiveMQ.dll"
      [csc] /nowarn:1591,0618
      [csc]
"/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll"
      [csc] "/reference:mscorlib.dll"
      [csc] "/reference:System.dll"
      [csc] "/reference:System.Xml.dll"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQBytesMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQDestination.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQMapMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQObjectMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQQueue.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQStreamMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQTempDestination.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQTempQueue.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQTempTopic.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQTextMessage.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ActiveMQTopic.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BaseCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BaseDataStructure.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BooleanExpression.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BrokerError.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BrokerId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\BrokerInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\Command.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConnectionControl.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConnectionError.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConnectionId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConnectionInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConsumerControl.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConsumerId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ConsumerInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ControlCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DataArrayResponse.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DataResponse.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DataStructure.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DataStructureSupport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DestinationInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\DiscoveryEvent.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ExceptionResponse.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\FlushCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\IntegerResponse.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\JournalQueueAck.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\JournalTopicAck.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\JournalTrace.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\JournalTransaction.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\KeepAliveInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\LastPartialCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\LocalTransactionId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MarshallAware.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\Message.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessageAck.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessageDispatch.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessageDispatchNotification.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessageId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessagePull.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\MessageReference.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\NetworkBridgeFilter.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\PartialCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ProducerId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ProducerInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\RemoveInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\RemoveSubscriptionInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ReplayCommand.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\Response.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\SessionId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\SessionInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\ShutdownInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\SubscriptionInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\TransactionId.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\TransactionInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\WireFormatInfo.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\XATransactionId.cs"
      [csc] "P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Commands\Xid.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQBytesMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQDestinationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQMapMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQObjectMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQQueueMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQStreamMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQTempDestinationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQTempQueueMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQTempTopicMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQTextMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ActiveMQTopicMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\BaseCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\BrokerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\BrokerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConnectionControlMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConnectionErrorMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConnectionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConnectionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConsumerControlMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConsumerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ConsumerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ControlCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\DataArrayResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\DataResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\DataStructureSupportMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\DestinationInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\DiscoveryEventMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ExceptionResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\FlushCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\IntegerResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\JournalQueueAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\JournalTopicAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\JournalTraceMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\JournalTransactionMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\KeepAliveInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\LastPartialCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\LocalTransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MarshallerFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MessageAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MessageDispatchMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MessageDispatchNotificationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MessageIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\MessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\NetworkBridgeFilterMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\PartialCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ProducerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ProducerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\RemoveInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\RemoveSubscriptionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ReplayCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\SessionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\SessionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\ShutdownInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\SubscriptionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\TransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\TransactionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\WireFormatInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V1\XATransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQBytesMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQDestinationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQMapMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQObjectMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQQueueMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQStreamMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQTempDestinationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQTempQueueMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQTempTopicMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQTextMessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ActiveMQTopicMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\BaseCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\BrokerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\BrokerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConnectionControlMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConnectionErrorMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConnectionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConnectionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConsumerControlMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConsumerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ConsumerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ControlCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\DataArrayResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\DataResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\DestinationInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\DiscoveryEventMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ExceptionResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\FlushCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\IntegerResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\JournalQueueAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\JournalTopicAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\JournalTraceMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\JournalTransactionMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\KeepAliveInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\LastPartialCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\LocalTransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MarshallerFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessageAckMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessageDispatchMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessageDispatchNotificationMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessageIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessageMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\MessagePullMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\NetworkBridgeFilterMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\PartialCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ProducerIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ProducerInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\RemoveInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\RemoveSubscriptionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ReplayCommandMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ResponseMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\SessionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\SessionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\ShutdownInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\SubscriptionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\TransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\TransactionInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\WireFormatInfoMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\V2\XATransactionIdMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\BaseDataStreamMarshaller.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\BooleanStream.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\EndianSupport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\IMarshallerFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\MessagePropertyHelper.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\OpenWireBinaryReader.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\OpenWireBinaryWriter.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\OpenWireFormat.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\OpenWire\PrimitiveMap.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\Stomp\StompFrameStream.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\Stomp\StompHelper.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\Stomp\StompWireFormat.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\Tcp\TcpTransport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\Tcp\TcpTransportFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\FutureResponse.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\ITransport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\ITransportFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\IWireFormat.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\LoggingTransport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\MutexTransport.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\ResponseCorrelator.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\TransportFilter.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Transport\WireFormatNegotiator.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\BrokerException.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\CommonAssemblyInfo.cs"
      [csc] "P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Connection.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\ConnectionClosedException.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\ConnectionFactory.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\ConsumerClosedException.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\DestinationFilter.cs"
      [csc] "P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Dispatcher.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\DispatchingThread.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\ISynchronization.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\MessageConsumer.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\MessageProducer.cs"
      [csc] "P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Session.cs"
      [csc]
"P:\sources\Apache.NMS.ActiveMQ\src\main\csharp\TransactionContext.cs"
      [csc] 
      [csc] Starting 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe
(@"C:\Documents and Settings\aschrum.BIOPOP\Local
Settings\Temp\tmp2D8.tmp")' in 'P:\sources\Apache.NMS.ActiveMQ'
      [csc]
p:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Session.cs(102,4): error
CS1609: Modifiers cannot be placed on property or event accessor
declarations
      [csc]
p:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Session.cs(114,4): error
CS1609: Modifiers cannot be placed on property or event accessor
declarations
      [csc]
p:\sources\Apache.NMS.ActiveMQ\src\main\csharp\Session.cs(408,4): error
CS1609: Modifiers cannot be placed on property or event accessor
declarations

BUILD FAILED

P:\sources\Apache.NMS.ActiveMQ\nant-common.xml(328,6):
External Program Failed:
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1):
NAnt.Core.BuildException:
P:\sources\Apache.NMS.ActiveMQ\nant-common.xml(328,6):
External Program Failed:
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1)
   at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\ExternalProgramBase.cs:line 418
   at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() in
p:\sources\nant\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 708
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
   at NAnt.Core.Task.Execute() in p:\sources\nant\src\NAnt.Core\Task.cs:line
186
   at NAnt.Core.Target.Execute() in
p:\sources\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
   at NAnt.Core.Project.Execute() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 937
   at NAnt.Core.Project.Run() in
p:\sources\nant\src\NAnt.Core\Project.cs:line 1022

Total time: 6.6 seconds.


-- 
View this message in context: http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19168633.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Compile of ActiveMQ.NMS.ActiveMQ fails under Windows XP

Posted by semog <e....@gmail.com>.
Hi,

I reorganized the folders to have framework specific versions of the nUnit
assemblies and updated the nant scripts to reference the appropriate
version.  Try updating to the latest, and you should be able to successfully
compile.

Thanks,
Jim


aschrum wrote:
> 
> This may be related to recent issue:
> https://issues.apache.org/activemq/browse/AMQNET-71
> 
> I just checked out latest version from Subversion of
> ActiveMQ.NMS.ActiveMQ. However, it will not compile. Please see the build
> log below.
> 
> If I go into the vendor ActiveMQ.NMS directory and try to "nant" from
> there, it fails the same way.
> 
> If within ActiveMQ.NMS directory I:
>  "nant set-debug-configuration set-net-2.0-framework-configuration
> conditional-compile"
> I can get a .Net 2.0 build subdirectory created and compiled. The hang-up
> seems to be with the .NET 1.1 files.
> 
> My computer is Windows XP SP2 (with updates) running VS2005 (updated plus
> SDK). I have .NET 1.1 and .NET 2.0 installed. I do not have .NET 3.0 or
> 3.5 installed.
> Nant was freshly built from sources:
> 
> nant -help
> NAnt 0.86 (Build 0.86.3160.0; dev; 8/26/2008)
> Copyright (C) 2001-2008 Gerry Shaw
> http://nant.sourceforge.net
> 
> Is there a way to specify that only .NET 2.0 files be built instead of the
> default "all available configurations"?
> 
> Any other suggestions?
> 
> Thanks,
> 
> -Allan
> 
> Build Log using "nant -verbose+ -logfile:build.log"
> 
> Buildfile: file:///P:/sources/Apache.NMS.ActiveMQ/nant.build
> Target framework: Microsoft .NET Framework 2.0
> Base Directory: P:\sources\Apache.NMS.ActiveMQ.
> Target(s) specified: compile-all 
> 
>   [include] Including file P:\sources\Apache.NMS.ActiveMQ\nant-common.xml.
> 
> release-init:
> 
>      [echo] Release key file not found. You can generate a key file by
> running 'sn -k P:\sources\Apache.NMS.ActiveMQ/activemq-dotnet.snk'.
>      [echo] The Release build will be skipped.
> 
> compile-all:
> 
>      [echo] Compiling all build configurations for all runtime
> configurations.
> 
> set-debug-configuration:
> 
> 
> set-net-1.1-framework-configuration:
> 
>  [property] Target framework changed to "Microsoft .NET Framework 1.1".
> 
> init:
> 
> 
> set-debug-configuration:
> 
> 
> set-net-1.1-framework-configuration:
> 
>      [echo] Doing an unsigned debug build for the .NET 1.1 framework
> 
> dependency-init:
> 
> 
> vendor-init:
> 
>      [nant] P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant.build 
>             Buildfile:
> file:///P:/sources/Apache.NMS.ActiveMQ/vendor/Apache.NMS/nant.build
>             Target framework: Microsoft .NET Framework 1.1
>             Base Directory:
> P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS.
>             Target(s) specified: compile-all 
>             
>               [include] Including file
> P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml.
>             
>             release-init:
>             
>                  [echo] Release key file not found. You can generate a key
> file by running 'sn -k
> P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS/activemq-dotnet.snk'.
>                  [echo] The Release build will be skipped.
>             
>             compile-all:
>             
>                  [echo] Compiling all build configurations for all runtime
> configurations.
>             
>             set-debug-configuration:
>             
>             
>             set-net-1.1-framework-configuration:
>             
>             
>             init:
>             
>             
>             set-debug-configuration:
>             
>             
>             set-net-1.1-framework-configuration:
>             
>                  [echo] Doing an unsigned debug build for the .NET 1.1
> framework
>             
>             dependency-init:
>             
>             Adding a assemblyfileset reference with id 'dependencies'.
>             Adding a assemblyfileset reference with id
> 'test.dependencies'.
>             Adding a fileset reference with id 'content.filenames'.
>             
>             conditional-compile:
>             
>             
>             init:
>             
>             
>             set-debug-configuration:
>             
>             
>             set-net-1.1-framework-configuration:
>             
>                  [echo] Doing an unsigned debug build for the .NET 1.1
> framework
>             
>             dependency-init:
>             
>             Adding a assemblyfileset reference with id 'dependencies'.
>             Adding a assemblyfileset reference with id
> 'test.dependencies'.
>             Adding a fileset reference with id 'content.filenames'.
>             
>             compile-main:
>             
>                  [echo] Building the Apache.NMS library
>               [asminfo] File
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\main\csharp\CommonAssemblyInfo.cs'
> is up-to-date.
>             
>             copy-content:
>             
>                  [copy] Copying 0 files to
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
>                  [copy] Copying 0 files to
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug'.
>             
>             compile-test:
>             
>                  [echo] Building the Apache.NMS.Test library
>               [asminfo] File
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs'
> is up-to-date.
>                   [csc] Output file
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'
> does not exist, rebuilding.
>                   [csc] Compiling 13 files to
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll'.
>                   [csc] Contents of C:\Documents and
> Settings\aschrum.BIOPOP\Local Settings\Temp\tmp253.tmp.
>                   [csc] /fullpaths
>                   [csc]
> "/doc:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.xml"
>                   [csc] /debug
>                   [csc] "/define:DEBUG"
>                   [csc] "/define:TRACE"
>                   [csc] /nologo
>                   [csc] "/target:library"
>                   [csc] "/define:NET,NET_1_1"
>                   [csc]
> "/out:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.Test.dll"
>                   [csc] /nowarn:1591,0618
>                   [csc]
> "/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\build\net-1.1\debug\Apache.NMS.dll"
>                   [csc]
> "/reference:P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\nunit.framework.dll"
>                   [csc] "/reference:mscorlib.dll"
>                   [csc] "/reference:System.dll"
>                   [csc] "/reference:System.Xml.dll"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\AsyncConsumeTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BadConsumeTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\BytesMessageTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\CommonAssemblyInfo.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConnectionTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\ConsumerTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\DurableTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MapMessageTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\MessageTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSPropertyTest.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\NMSTestSupport.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TextMessage.cs"
>                   [csc]
> "P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\src\test\csharp\TransactionTest.cs"
>                   [csc] 
>                   [csc] Starting
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (@"C:\Documents and
> Settings\aschrum.BIOPOP\Local Settings\Temp\tmp253.tmp")' in
> 'P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS'
>                   [csc] fatal error CS0009: Metadata file
> 'p:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\lib\nunit.framework.dll'
> could not be opened -- 'Version 2.0 is not a compatible version.'
>             
>             BUILD FAILED
>             
>            
> P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml(381,6):
>             External Program Failed:
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1):
>             NAnt.Core.BuildException:
> P:\sources\Apache.NMS.ActiveMQ\vendor\Apache.NMS\nant-common.xml(381,6):
>             External Program Failed:
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1)
>                at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\ExternalProgramBase.cs:line 418
>                at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask() in
> p:\sources\nant\src\NAnt.DotNet\Tasks\CompilerBase.cs:line 708
>                at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>                at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>                at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>                at NAnt.Core.Tasks.CallTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
>                at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>                at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>                at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>                at NAnt.Core.Tasks.CallTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
>                at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>                at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>                at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>                at NAnt.Core.Project.Execute() in
> p:\sources\nant\src\NAnt.Core\Project.cs:line 937
>                at NAnt.Core.Project.Run() in
> p:\sources\nant\src\NAnt.Core\Project.cs:line 1022
>             
>             Total time: 1.3 seconds.
>             
> 
> BUILD FAILED
> 
> Nested build failed.  Refer to build log for exact reason.:
> NAnt.Core.BuildException: Nested build failed.  Refer to build log for
> exact reason.
>    at NAnt.Core.Tasks.NAntTask.RunBuild(FileInfo buildFile) in
> p:\sources\nant\src\NAnt.Core\Tasks\NAntTask.cs:line 258
>    at NAnt.Core.Tasks.NAntTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\NAntTask.cs:line 193
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>    at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>    at NAnt.Core.Tasks.CallTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.TaskContainer.ExecuteChildTasks() in
> p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 120
>    at NAnt.Core.TaskContainer.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 86
>    at NAnt.Core.Tasks.IfTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\IfTask.cs:line 363
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>    at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>    at NAnt.Core.Tasks.CallTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.TaskContainer.ExecuteChildTasks() in
> p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 120
>    at NAnt.Core.TaskContainer.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\TaskContainer.cs:line 86
>    at NAnt.Core.Tasks.IfTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\IfTask.cs:line 363
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>    at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>    at NAnt.Core.Tasks.CallTask.ExecuteTask() in
> p:\sources\nant\src\NAnt.Core\Tasks\CallTask.cs:line 211
>    at NAnt.Core.Task.Execute() in
> p:\sources\nant\src\NAnt.Core\Task.cs:line 186
>    at NAnt.Core.Target.Execute() in
> p:\sources\nant\src\NAnt.Core\Target.cs:line 247
>    at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in p:\sources\nant\src\NAnt.Core\Project.cs:line 985
>    at NAnt.Core.Project.Execute() in
> p:\sources\nant\src\NAnt.Core\Project.cs:line 937
>    at NAnt.Core.Project.Run() in
> p:\sources\nant\src\NAnt.Core\Project.cs:line 1022
> 
> Total time: 1.6 seconds.
> 
> 

-- 
View this message in context: http://www.nabble.com/Compile-of-ActiveMQ.NMS.ActiveMQ-fails-under-Windows-XP-tp19166726p19168364.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.