vote up 2 vote down star
1

what do people use instead of maven for C# winforms projects. We have developers all over the world and are trying to come up with some dependency management system that is clean simple and fast

flag

3 Answers

vote up 1 vote down

could just use Maven and write a plugin that integrates msbuild.

We use Maven to manage non-Java components, such as our Flex .swf and .swc modules. Writing a Maven plugin would be less effort than recreating a comparable system just for .NET assemblies.

Would recommend using Hudson and Maven together, for that matter.

link|flag
vote up 1 vote down

See also this thread:

Is there a Maven Alternative or port for the .NET world?

There is Byldan, but the project seems quite young.

link|flag
vote up 0 vote down

I wrote tutorial on the subject if you or anyone else is interested.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.