You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Shane Isbell (JIRA)" <ji...@codehaus.org> on 2007/02/20 03:31:52 UTC

[jira] Created: (NMAVEN-6) IDE Support

IDE Support
-----------

                 Key: NMAVEN-6
                 URL: http://jira.codehaus.org/browse/NMAVEN-6
             Project: NMaven
          Issue Type: New Feature
         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
            Reporter: Shane Isbell


Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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-6) IDE Support

Posted by "Amol Manjure (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95446 ] 

Amol Manjure commented on NMAVEN-6:
-----------------------------------

Thanks for the reply, Shane. A prerequisite to running this command is to run bootstrap-build.bat with the withIde property set when compiling NMaven for the first time.

bootstrap-build.bat -DwithIde

Is there a way to ensure that all the references are resolved when the csproj is generated? I have the dependencies installed in my local repository but the csproj shows that the references are unresolved because the HintPath node in the project file assumes that the local repository is always under my home directory. If this can made configurable, that should resolve most of the references

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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-6) IDE Support

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95450 ] 

Shane Isbell commented on NMAVEN-6:
-----------------------------------

I opened the JIRA http://jira.codehaus.org/browse/NMAVEN-51 for this issue. It is a simple fix. I will have this fix in the trunk, with all the other new features, by May 21st.

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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-6) IDE Support

Posted by "Amol Manjure (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95428 ] 

Amol Manjure commented on NMAVEN-6:
-----------------------------------

Is there any documentation on how to do this for Visual Studio 2005? I tried running the maven-vstudio-plugin from the trunk but it generated a VS 2003 csproj and the VS conversion wizard gave an error while converting it to VS2005 format.

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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] Closed: (NMAVEN-6) IDE Support

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Isbell closed NMAVEN-6.
-----------------------------

    Resolution: Fixed

The generation of cs project files and solutions feature is in the trunk.

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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-6) IDE Support

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94806 ] 

Shane Isbell commented on NMAVEN-6:
-----------------------------------

The SI_XPT branch contains an addin for both VS and SD. The GUI displays a list of .NET projects and the developer can right-click to choose an option to build, clean, install and test.projects. 

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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-6) IDE Support

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95432 ] 

Shane Isbell commented on NMAVEN-6:
-----------------------------------

Type: "mvn org.apache.maven.dotnet.plugins:maven-solution-plugin:solution" from the directory containing your pom.xml file (it handles multi-module poms, as well). This command runs the plugin that generates the VS2005 project/solution files. 

> IDE Support
> -----------
>
>                 Key: NMAVEN-6
>                 URL: http://jira.codehaus.org/browse/NMAVEN-6
>             Project: NMaven
>          Issue Type: New Feature
>         Environment: Windows, Linux, SharpDevelop, Visual Studio, .NET 2.0+
>            Reporter: Shane Isbell
>
> Generation of csproj and solution files from pom.xml. files This feature will support project files compatible with SharpDevelop and Visual Studio 2005.

-- 
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