History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-33164
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Andrew Serebryansky
Reporter: Adam Vandenberg
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Let the user specify which extenions to NAnt-ify

Created: 08 Dec 06 22:07   Updated: 19 Sep 07 12:26
Component/s: Language - Build Scripts
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 321


 Description  « Hide
R# provides NAnt support for ".build" files.
I want to break my build script into several files, but I don't want to give them all a ".build" extension (since our build depends on there being only one .build file in the root for now.)

R# should provide NAnt support for .build.include files, or allow the user to specify the NAnt extensions, or provide some other way to trigger NAnt support from the XML file itself (such as a special comment, processing instruction, or schema reference.)



 All   Comments   Work Log   Change History      Sort Order:
Valentin Kipiatkov - 11 Dec 06 18:04
Let's support ".build.include" files only.

Drew Noakes - 19 Sep 07 12:26
We were editing NAnt scripts in VS with R# for about 6 months before we realised that R# supported us if we used the extension .build instead of .nant (as we had previously). If this had have been an option we would have discovered this sooner.

Is there an alternative solution that involves namespaces or doctypes?