[
https://issues.apache.org/activemq/browse/AMQNET-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62178#action_62178
]
Eddie Fast commented on AMQNET-287:
-----------------------------------
I guess these comments are outside the scope of the bug, but I just wanted to
comment on using nant.
We've built up a library of components all using NMS, all built with VS2008
proper. It would not be convenient to introduce a build dependency (nant) just
to build NMS.
We could simply use the binary dist. However, using a binary dist doesn't
allow us to build separate Debug/Release versions of the libs, and that has
proved helpful in the past to debug crashes and implementation details. So we
include the source project as a ProjectReference instead of a regular Reference
(.dll), which gives us the ability to switch between Debug/Release.
So, having working .csproj files are important to us. This bug was easy to
patch on my end, but just wanted to notify the team. If the .csproj files
eventually disappear, in preference of nant, I don't think it would be the end
of the world, just not convenient for us.
> build errors in vs2008-activemq.csproj
> --------------------------------------
>
> Key: AMQNET-287
> URL: https://issues.apache.org/activemq/browse/AMQNET-287
> Project: ActiveMQ .Net
> Issue Type: Bug
> Components: NMS
> Affects Versions: 1.4.0
> Environment: Windows 7 x64, Visual Studio 2008 SP1
> Reporter: Eddie Fast
> Assignee: Jim Gomes
>
> - In the 1.4.0 source .zip, it doesn't build out-of-the-box. The project is
> missing RequestTimedOutException.cs. Adding it to the project fixes the
> build.
> - In the trunk, the project file is looking for CommonAssemblyInfo.cs, but it
> can't find it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.