Tagged Questions
4
votes
3answers
587 views
Need primer for a Msbuild newbie
We maintain a medium sized windows application developed in vb/c# .net in work. Still now the build and deploy process for this app is manual. I am determined to make this process automated using ...
4
votes
1answer
1k views
How do I enable undo in eclipse ant editor?
Undo is not working for me in ant editor in eclipse.
When I press Ctrl-Z nothing happens.
Is it possible to enable undo somehow or is this a bug?
I am using Eclipse 3.4.2 (Ganymede) on Windows XP ...
3
votes
4answers
1k views
GNU make with many target directories
I have to integrate the generation of many HTML files in an existing Makefile.
The problem is that the HTML files need to reside in many different directories.
My idea is to write an implicit rule ...