[jira] Created: (NMAVEN-86) Code sketch for NMaven.Model.Settings support, as well as a non-trivial application thereof in the visual studio addin connect method.

2007-08-31 Thread Campbell Boucher-Burnet (JIRA)
Code sketch for NMaven.Model.Settings support, as well as a non-trivial 
application thereof in the visual studio addin connect method. 
---

 Key: NMAVEN-86
 URL: http://jira.codehaus.org/browse/NMAVEN-86
 Project: NMaven
  Issue Type: Improvement
 Environment: N/A
Reporter: Campbell Boucher-Burnet
Priority: Minor
 Attachments: nmaven-2007-08-30-campbell.patch.zip

In the course of using NMaven, it has become evident that a ubiquitous, runtime 
facility for discovering the local maven repository path (and other 
settings.xml provided information) is essential.

A patch to get started down this road is provided.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (NMAVEN-84) Reseach feasability of SHFB plugin

2007-07-13 Thread Campbell Boucher-Burnet (JIRA)
Reseach feasability of SHFB plugin
--

 Key: NMAVEN-84
 URL: http://jira.codehaus.org/browse/NMAVEN-84
 Project: NMaven
  Issue Type: Sub-task
Reporter: Campbell Boucher-Burnet




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (NMAVEN-68) Sandcastle Maven Plugin

2007-07-13 Thread Campbell Boucher-Burnet (JIRA)

[ 
http://jira.codehaus.org/browse/NMAVEN-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_102159
 ] 

Campbell Boucher-Burnet commented on NMAVEN-68:
---

- should look into invoking sandcastle through the Sandcastle Help File Builder 
API / config document...

See:  http://www.codeplex.com/SHFB

 Sandcastle Maven Plugin
 ---

 Key: NMAVEN-68
 URL: http://jira.codehaus.org/browse/NMAVEN-68
 Project: NMaven
  Issue Type: New Feature
 Environment: Microsoft, Windows
Reporter: Shane Isbell
Priority: Minor

 A Maven plugin for sandcastle, which is Microsoft's API document generator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (NMAVEN-84) Reseach feasability of SHFB plugin

2007-07-13 Thread Campbell Boucher-Burnet (JIRA)

[ 
http://jira.codehaus.org/browse/NMAVEN-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_102160
 ] 

Campbell Boucher-Burnet commented on NMAVEN-84:
---

1.  Sorry about getting the priority wrong... please bump it down.
2. I'd be happy to do the research... I've played with, patched and recompiled 
SHFB recently, so I know it a bit, but I could benefit from your experience 
with trying to invoke sandcastle directly.

 Reseach feasability of SHFB plugin
 --

 Key: NMAVEN-84
 URL: http://jira.codehaus.org/browse/NMAVEN-84
 Project: NMaven
  Issue Type: Sub-task
Reporter: Campbell Boucher-Burnet



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (NMAVEN-71) Replace various hard-coded paths with environment-aware versions

2007-06-03 Thread Campbell Boucher-Burnet (JIRA)

[ 
http://jira.codehaus.org/browse/NMAVEN-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98174
 ] 

Campbell Boucher-Burnet commented on NMAVEN-71:
---

No, thank you Shane.

I'm the application software architect for the Information Technology Office of 
Saskatchewan (a province in Canada).

I've successfully sold part one of my vision for a modern development 
environment, within the constraint: .NET shall be the platform base.

To that end, we've taken and extended AndroMDA, AndroidVS, NHibernate, NUnit, 
NCover, CruiseControl.NET, CIFactory, Subversion, etc, deployed within a 
Virtual PC 2007 and VMWare based setup.

After almost a year, I'm really starting to feel the need to extend Maven 2 
support to.NET, as the number of new projects grows and the opportunities for 
sharing libraries, components and services grows along with them.

After examining the cost and commitment required to do this in-house, I was 
very glad to find NMaven.

Please let me know if we can help move NMaven along. 

 Replace various hard-coded paths with environment-aware versions
 

 Key: NMAVEN-71
 URL: http://jira.codehaus.org/browse/NMAVEN-71
 Project: NMaven
  Issue Type: Improvement
 Environment: Windows?
Reporter: Campbell Boucher-Burnet
Priority: Blocker
 Attachments: patches.zip


 I'm in an environment where my system drive is not C:\ and I cannot 
 guarantee that all .NET related libraries/SDKs are on C:\ in their default 
 locations.
 As such, it was impossible to build NMavewn (and presumably, the binaries, as 
 built by default, would not work in my environment, regardless).
 So, I am submitting minimal patches that replace hardcoded strings containing 
 C:\WINDOWS and C:\, respectively, with the SystemRoot and SystemDrive 
 paths from the enviroment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (NMAVEN-71) Replace various hard-coded paths with environment-aware versions

2007-06-02 Thread Campbell Boucher-Burnet (JIRA)
Replace various hard-coded paths with environment-aware versions


 Key: NMAVEN-71
 URL: http://jira.codehaus.org/browse/NMAVEN-71
 Project: NMaven
  Issue Type: Improvement
 Environment: Windows?
Reporter: Campbell Boucher-Burnet
Priority: Blocker
 Attachments: patches.zip

I'm in an environment where my system drive is not C:\ and I cannot guarantee 
that all .NET related libraries/SDKs are on C:\ in their default locations.

As such, it was impossible to build NMavewn (and presumably, the binaries, as 
built by default, would not work in my environment, regardless).

So, I am submitting minimal patches that replace hardcoded strings containing 
C:\WINDOWS and C:\, respectively, with the SystemRoot and SystemDrive paths 
from the enviroment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira