<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>nmaven-issues@incubator.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/"/>
<id>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/</id>
<updated>2009-12-09T09:27:35Z</updated>
<entry>
<title>[jira] Created: (NMAVEN-234) when copying dll to test-assemblies the classifier is not honored</title>
<author><name>=?ISO-8859-1?Q?Nicol=F2_Chieffo_=28JIRA=29?= &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c18314323.1227143021187.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18314323-1227143021187-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-20T01:03:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
when copying dll to test-assemblies the classifier is not honored
-----------------------------------------------------------------

                 Key: NMAVEN-234
                 URL: http://jira.codehaus.org/browse/NMAVEN-234
             Project: NMaven
          Issue Type: Bug
         Environment: linux, mono, maven svn 714159
            Reporter: Nicoḷ Chieffo


I have this in my pom.xml

&lt;dependency&gt;
    &lt;groupId&gt;it.unibo.deis.EsameIS&lt;/groupId&gt;
    &lt;artifactId&gt;Belt&lt;/artifactId&gt;
    &lt;version&gt;1.0&lt;/version&gt;
    &lt;classifier&gt;test&lt;/classifier&gt;
    &lt;scope&gt;test&lt;/scope&gt;
    &lt;type&gt;dotnet:library&lt;/type&gt;
&lt;/dependency&gt;

which should copy Belt-1.0-test.dll into test-assemblies when running mvn test
unfortunately the classifier "test" is not honored, so the file Belt-1.0.dll is copied instead.
Note that there is no other dependency to artidactId=Belt

Please help, I need nmaven to pass an exam!

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

       


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-233) Broken link to Supported Directory Layout page from Testing with NUnit page</title>
<author><name>&quot;Sean Dockery (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c18403751.1226769613477.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18403751-1226769613477-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-15T17:20:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Broken link to Supported Directory Layout page from Testing with NUnit page
---------------------------------------------------------------------------

                 Key: NMAVEN-233
                 URL: http://jira.codehaus.org/browse/NMAVEN-233
             Project: NMaven
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 0.16
            Reporter: Sean Dockery
            Priority: Trivial


In the User's Guide section of the site documentation, the HREF for the Supported Directory
Layout page on the Testing with NUnit page appears as...

{code}
.../user-guide/user-guide/directory-layout.html
{code}

...when it should be...

{code}
.../user-guide/directory-layout.html
{code}


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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-232) Fatal Error when executing &quot;install&quot; goal after deleting web reference</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c20973676.1225972071057.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c20973676-1225972071057-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-06T11:47:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Fatal Error when executing "install" goal after deleting web reference
----------------------------------------------------------------------

                 Key: NMAVEN-232
                 URL: http://jira.codehaus.org/browse/NMAVEN-232
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: Microsoft Visual Studio 2005
            Reporter: Marecor Baclay


[INFO] NMAVEN-905-001: No test source files to copy
[INFO] [wsdl:wsdl {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.apache.maven.dotnet.plugin.wsdl.WsdlGeneratorMojo.execute(WsdlGeneratorMojo.java:185)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27 seconds
[INFO] Finished at: Thu Nov 06 19:27:26 SGT 2008
[INFO] Final Memory: 19M/36M
[INFO] ------------------------------------------------------------------------
NMaven Execution is Successful!!!

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-231) 'Add Maven Artifact' option click do nothing if project does not have pom.xml file</title>
<author><name>&quot;Allan G. Ramirez (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c16954471.1225862151093.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c16954471-1225862151093-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-05T05:15:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
'Add Maven Artifact' option click do nothing if project does not have pom.xml file
----------------------------------------------------------------------------------

                 Key: NMAVEN-231
                 URL: http://jira.codehaus.org/browse/NMAVEN-231
             Project: NMaven
          Issue Type: Improvement
          Components: Visual Studio Integration
    Affects Versions: 0.14 (Unreleased)
            Reporter: Allan G. Ramirez


Open project which does not have pom.xml file included.
Start NMaven build system. Right click on project file and click on 'Add Maven Artifact' option.
No operation is performed.

If the pom.xml file is not present then either 'Add Maven Artifact' option should be disabled
or option click should give error message that pom.xml is not available.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-230) Not all dependencies that are added in the project are present during project import</title>
<author><name>&quot;Wendy Smoak (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c2789613.1225853691176.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c2789613-1225853691176-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-05T02:54:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=153092#action_153092
] 

Wendy Smoak commented on NMAVEN-230:
------------------------------------

Does this mean that in Step 1, 'Add Maven Artifact' is not adding them as references in .csproj
in addition to adding them to the pom?


&gt; Not all dependencies that are added in the project are present during project import
&gt; ------------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-230
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-230
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Visual Studio 2005
&gt;            Reporter: Marecor Baclay
&gt;
&gt; Steps to reproduce:
&gt; 1. Add maven artifacts on the project (i.e. NUnit, Castle.Core, Castle.DynamicProxy)
&gt; 2. Save the project
&gt; 3. Delete the pom.xml file of the project
&gt; 4. Generate pom.xml through the use of NMaven: Import Project
&gt; 5. Open pom.xml file
&gt; Actual Result:
&gt; Only NUnit is present as the dependency of the project. The rest are not in the &lt;dependencies&gt;
of the pom.xml file of the project.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-230) Not all dependencies that are added in the project are present during project import</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200811.mbox/%3c25040280.1225797651096.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c25040280-1225797651096-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-11-04T11:20:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Not all dependencies that are added in the project are present during project import
------------------------------------------------------------------------------------

                 Key: NMAVEN-230
                 URL: http://jira.codehaus.org/browse/NMAVEN-230
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: Visual Studio 2005
            Reporter: Marecor Baclay


Steps to reproduce:

1. Add maven artifacts on the project (i.e. NUnit, Castle.Core, Castle.DynamicProxy)
2. Save the project
3. Delete the pom.xml file of the project
4. Generate pom.xml through the use of NMaven: Import Project
5. Open pom.xml file

Actual Result:
Only NUnit is present as the dependency of the project. The rest are not in the &lt;dependencies&gt;
of the pom.xml file of the project.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-158) Support signed assemblies via NMaven for versioned releases</title>
<author><name>&quot;Christopher W. Bown (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c15491566.1225398171194.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c15491566-1225398171194-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-30T20:22:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=152505#action_152505
] 

Christopher W. Bown commented on NMAVEN-158:
--------------------------------------------

Since the key is project specific and not solution specific is should show up in the module
pom, not the parent.  You can use multiple keys in a solution, but only one per project.

&gt; Support signed assemblies via NMaven for versioned releases
&gt; -----------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-158
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-158
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: jan ancajas
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: Fix.patch
&gt;
&gt;
&gt; need a way to support signed assemblies via NMaven for versioned releases

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-226) Output Window should Auto Show if set to Auto Hide</title>
<author><name>&quot;Christopher W. Bown (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c22104377.1225397931144.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c22104377-1225397931144-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-30T20:18:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=152504#action_152504
] 

Christopher W. Bown commented on NMAVEN-226:
--------------------------------------------

Actually if when starting, stoping or compiling with the Addin if it just updated the status
bar at the bottom of the IDE this would be enough to let the developer know that something
has or is happening.

&gt; Output Window should Auto Show if set to Auto Hide
&gt; --------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-226
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-226
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Windows XP
&gt;            Reporter: Allan G. Ramirez
&gt;            Priority: Minor
&gt;
&gt; If a developer has the bottom bar with the Output window in it set to auto hide, when
preforming an action in the solution explorer the Output window should automatically show
like when preforming the a compile with the IDE.  
&gt; Otherwise if you don't mouse over it, you don't know anything is going on when you click
install, clean or any of the other functions.
&gt; The output window does not need to auto show when NMaven is set to start with the IDE,
but should show if manually started and stopped.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-229) Add source directories - Plugin build-helper-maven-plugin</title>
<author><name>&quot;Cedric Pronzato (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c3997322.1225285011138.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c3997322-1225285011138-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-29T12:56:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add source directories - Plugin build-helper-maven-plugin
---------------------------------------------------------

                 Key: NMAVEN-229
                 URL: http://jira.codehaus.org/browse/NMAVEN-229
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.16
            Reporter: Cedric Pronzato


It seems that the build-helper-maven-plugin from org.codehaus.mojo does not work for nmaven.


The plugin succeed to add the new source directory "[INFO] Source directory: /projet/xmlrpc.net/target/xmlrpcsources/src
added."
But nmaven does not see/use it "[INFO] NMAVEN-904-001: No source files to copy"

I don't know if it is a bug from this plugin or a nmaven bug.

Here is my configuration:

&lt;plugin&gt;
                &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
                &lt;artifactId&gt;build-helper-maven-plugin&lt;/artifactId&gt;
                &lt;version&gt;1.1&lt;/version&gt;
                &lt;executions&gt;
                    &lt;execution&gt;
                        &lt;id&gt;add-source&lt;/id&gt;
                        &lt;phase&gt;generate-sources&lt;/phase&gt;
                        &lt;goals&gt;
                            &lt;goal&gt;add-source&lt;/goal&gt;
                        &lt;/goals&gt;
                        &lt;configuration&gt;
                            &lt;sources&gt;
                                &lt;source&gt;${project.basedir}/target/xmlrpcsources/src&lt;/source&gt;
                            &lt;/sources&gt;
                        &lt;/configuration&gt;
                    &lt;/execution&gt;
                &lt;/executions&gt;
            &lt;/plugin&gt;

And the output:

[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: /projet/xmlrpc.net/target/xmlrpcsources/src added.
[INFO] [dotnet-compiler:process-sources]
[INFO] NMAVEN-904-001: No source files to copy
[INFO] Logging enabled.
[INFO] [dotnet-compiler:compile]
[INFO] Could not find dotnet toolchain.
[INFO] .NET Vendor: NOVELL
[INFO] [dotnet-compiler:process-test-sources]
[INFO] NMAVEN-904-001: No source files to copy
[INFO] [dotnet-compiler:test-compile]
[INFO] [dotnet-test:test]
[INFO] [install:install]


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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-228) OS agnostic path separator</title>
<author><name>&quot;Cedric Pronzato (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c4502892.1225272831505.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c4502892-1225272831505-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-29T09:33:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
OS agnostic path separator
--------------------------

                 Key: NMAVEN-228
                 URL: http://jira.codehaus.org/browse/NMAVEN-228
             Project: NMaven
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 0.16
            Reporter: Cedric Pronzato
            Priority: Trivial


Take care to use '/' as path separators to be compatible with any OS.

In "Project Dependencies" section:

&lt;dependency&gt;
  &lt;groupId&gt;System.Windows.Forms&lt;/groupId&gt;
  &lt;artifactId&gt;System.Windows.Forms&lt;/artifactId&gt;
  &lt;version&gt;2.0.0.0&lt;/version&gt;
  &lt;type&gt;dotnet:gac_msil&lt;/type&gt;
  &lt;scope&gt;system&lt;/scope&gt;
  &lt;classifier&gt;b77a5c561934e089&lt;/classifier&gt;
  &lt;systemPath&gt;
    ${env.GAC_ROOT}\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
    &lt;/systemPath&gt;
&lt;/dependency&gt;

fails on linux environments with '\' and works as expected with '/' (which should also work
on windows environments).

Thx,
Mimil


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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-227) Compiler warnings shown as ERROR log level</title>
<author><name>&quot;Cedric Pronzato (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c11805185.1225271571111.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c11805185-1225271571111-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-29T09:12:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=152242#action_152242
] 

Cedric Pronzato commented on NMAVEN-227:
----------------------------------------

Oups sorry for the Major priority, it should be a lower priority.

&gt; Compiler warnings shown as ERROR log level
&gt; ------------------------------------------
&gt;
&gt;                 Key: NMAVEN-227
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-227
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Compiler Plugin (0.14)
&gt;    Affects Versions: 0.16
&gt;            Reporter: Cedric Pronzato
&gt;
&gt; The compile warnings should be logged as warning log level (if it is possible). It will
help to find the real errors.
&gt; Here is an example:
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcClientProtocol.cs(980,14):
warning CS0219: The variable `coen' is assigned but its value is never used              
                                                
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServerProtocol.cs(42,14):
warning CS0219: The variable `type' is assigned but its value is never used              
                                                 
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcSerializer.cs(1089,24):
warning CS0168: The variable `ex' is declared but never used                             
                                                   
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServerProtocol.cs(108,10):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcServerProtocol.IsVisibleXmlRpcMethod(System.Reflection.MethodInfo)'
is never used
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcSerializer.cs(1876,12):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcSerializer.ParseStack.Push(string)'
is never used
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServiceInfo.cs(180,17):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcServiceInfo.IsVisibleXmlRpcMethod(System.Reflection.MethodInfo)'
is never used
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/generated-sources/META-INF/AssemblyInfo.cs(5,12):
error CS0579: Theattribute `System.Reflection.AssemblyDescriptionAttribute' cannot be applied
multiple times
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyDesc.cs(30,12):
(Location of the symbol related to previous error)
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyDescFX1_0.cs(30,12):
(Location of the symbol related to previous error)
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/generated-sources/META-INF/AssemblyInfo.cs(12,12):
error CS0579: The attribute `System.Reflection.AssemblyVersionAttribute' cannot be applied
multiple times
&gt; [ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyBuildNumber.cs(16,12):
(Location of the symbolrelated to previous error)
&gt; Compilation failed: 2 error(s), 6 warnings
&gt; Thx,
&gt; Mimil

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-227) Compiler warnings shown as ERROR log level</title>
<author><name>&quot;Cedric Pronzato (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c32473310.1225271451170.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32473310-1225271451170-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-29T09:10:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Compiler warnings shown as ERROR log level
------------------------------------------

                 Key: NMAVEN-227
                 URL: http://jira.codehaus.org/browse/NMAVEN-227
             Project: NMaven
          Issue Type: Improvement
          Components: Compiler Plugin (0.14)
    Affects Versions: 0.16
            Reporter: Cedric Pronzato


The compile warnings should be logged as warning log level (if it is possible). It will help
to find the real errors.


Here is an example:

[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcClientProtocol.cs(980,14):
warning CS0219: The variable `coen' is assigned but its value is never used              
                                                
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServerProtocol.cs(42,14):
warning CS0219: The variable `type' is assigned but its value is never used              
                                                 
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcSerializer.cs(1089,24):
warning CS0168: The variable `ex' is declared but never used                             
                                                   
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServerProtocol.cs(108,10):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcServerProtocol.IsVisibleXmlRpcMethod(System.Reflection.MethodInfo)'
is never used
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcSerializer.cs(1876,12):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcSerializer.ParseStack.Push(string)'
is never used
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/XmlRpcServiceInfo.cs(180,17):
warning CS0169: The private method `CookComputing.XmlRpc.XmlRpcServiceInfo.IsVisibleXmlRpcMethod(System.Reflection.MethodInfo)'
is never used
[ERROR] /projet/xmlrpc.net/target/build-sources/generated-sources/META-INF/AssemblyInfo.cs(5,12):
error CS0579: Theattribute `System.Reflection.AssemblyDescriptionAttribute' cannot be applied
multiple times
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyDesc.cs(30,12): (Location
of the symbol related to previous error)
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyDescFX1_0.cs(30,12):
(Location of the symbol related to previous error)
[ERROR] /projet/xmlrpc.net/target/build-sources/generated-sources/META-INF/AssemblyInfo.cs(12,12):
error CS0579: The attribute `System.Reflection.AssemblyVersionAttribute' cannot be applied
multiple times
[ERROR] /projet/xmlrpc.net/target/build-sources/main-sources/AssemblyBuildNumber.cs(16,12):
(Location of the symbolrelated to previous error)
Compilation failed: 2 error(s), 6 warnings

Thx,
Mimil


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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-226) Output Window should Auto Show if set to Auto Hide</title>
<author><name>&quot;Allan G. Ramirez (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c13759438.1225252011003.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c13759438-1225252011003-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-29T03:46:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Output Window should Auto Show if set to Auto Hide
--------------------------------------------------

                 Key: NMAVEN-226
                 URL: http://jira.codehaus.org/browse/NMAVEN-226
             Project: NMaven
          Issue Type: Improvement
          Components: Visual Studio Integration
    Affects Versions: 0.14 (Unreleased)
         Environment: Windows XP
            Reporter: Allan G. Ramirez
            Priority: Minor


If a developer has the bottom bar with the Output window in it set to auto hide, when preforming
an action in the solution explorer the Output window should automatically show like when preforming
the a compile with the IDE.  

Otherwise if you don't mouse over it, you don't know anything is going on when you click install,
clean or any of the other functions.

The output window does not need to auto show when NMaven is set to start with the IDE, but
should show if manually started and stopped.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-225) Add support for MSBuild/NAnt</title>
<author><name>&quot;Cedric Pronzato (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c3820736.1225199151511.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c3820736-1225199151511-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-28T13:05:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add support for MSBuild/NAnt
----------------------------

                 Key: NMAVEN-225
                 URL: http://jira.codehaus.org/browse/NMAVEN-225
             Project: NMaven
          Issue Type: New Feature
            Reporter: Cedric Pronzato
            Priority: Minor


Add support for the Microsoft equivalent of Ant (MSBuild - http://msdn.microsoft.com/en-us/library/ms171452.aspx)
and opensource project NAnt the same way we have Ant support in maven.
This way NMaven can be used with every build system?

Maybe the easiest way is to use Apache dotnet Ant lib (http://people.apache.org/~bodewig/dotnet/)?

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-217) Improve messages when VS Addin starts and stops</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c19075844.1224830359516.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c19075844-1224830359516-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-24T06:39:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=151787#action_151787
] 

Marecor Baclay commented on NMAVEN-217:
---------------------------------------

Output window will display *NMaven Addin Successfully Started.NMaven.VisualStudio.Addin.Connect.NMavenAddin*
when starting the addin through clicking on Tools &gt; NMaven Build System of Visual Studio.
It has different output message when starting the addin in the Addin Manager which is *NMaven
Addin Successfully Started.*

Could have been nice to have the same output message when starting the addin which what i
could suggest is "NMaven Addin Successfully Started." message.

&gt; Improve messages when VS Addin starts and stops
&gt; -----------------------------------------------
&gt;
&gt;                 Key: NMAVEN-217
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-217
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Wendy Smoak
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: vs-addin-messages-wsmoak-20081006-2030.patch
&gt;
&gt;
&gt; Fixing a few spelling and punctuation issues in the output from the VS Addin.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-224) Inaccurate prompt message when adding maven artifact without setting the remote repository</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c8474180.1224690859475.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c8474180-1224690859475-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-22T15:54:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Marecor Baclay updated NMAVEN-224:
----------------------------------

    Attachment: AddMavenArtifactMessage_withNoValueForRemoteRepository.jpg

&gt; Inaccurate prompt message when adding maven artifact without setting the remote repository
&gt; ------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-224
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-224
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Visual Studio 2005
&gt;            Reporter: Marecor Baclay
&gt;         Attachments: AddMavenArtifactMessage_withNoValueForRemoteRepository.jpg
&gt;
&gt;
&gt; See screenshot attached.
&gt; There is no "Add Maven Repository" option from the menu.
&gt; The behavior present now is this, setting value for remote repository then click on update
will not require the user to restart the addin to be able to see the artifacts from the remote
repository.
&gt; Thus, remove "Will require restart from addin." and replace "Add Maven Repository" to
"Configure Maven Repository" from the prompt.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-224) Inaccurate prompt message when adding maven artifact without setting the remote repository</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c6941071.1224690739453.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c6941071-1224690739453-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-22T15:52:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Inaccurate prompt message when adding maven artifact without setting the remote repository
------------------------------------------------------------------------------------------

                 Key: NMAVEN-224
                 URL: http://jira.codehaus.org/browse/NMAVEN-224
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: Visual Studio 2005
            Reporter: Marecor Baclay


See screenshot attached.

There is no "Add Maven Repository" option from the menu.

The behavior present now is this, setting value for remote repository then click on update
will not require the user to restart the addin to be able to see the artifacts from the remote
repository.

Thus, remove "Will require restart from addin." and replace "Add Maven Repository" to "Configure
Maven Repository" from the prompt.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-223) Support for File protocol in &quot;Configure Maven Repository&quot;.</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c15101186.1224475039489.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c15101186-1224475039489-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-20T03:57:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-223:
--------------------------------

    Affects Version/s:     (was: 0.15)
                       0.14 (Unreleased)
        Fix Version/s: 0.14 (Unreleased)
          Component/s: Visual Studio Integration

&gt; Support for File protocol in "Configure Maven Repository".
&gt; ----------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-223
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-223
&gt;             Project: NMaven
&gt;          Issue Type: New Feature
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Allan G. Ramirez
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; Click configure maven repository and add a local remote repository
&gt; eg.  file:///D:/my_repo
&gt; Click add maven artifact and an "Cannot read remote repository..." dialog is shown.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-223) Support for File protocol in &quot;Configure Maven Repository&quot;.</title>
<author><name>&quot;Allan G. Ramirez (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c29089051.1224474679456.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c29089051-1224474679456-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-20T03:51:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=151314#action_151314
] 

Allan G. Ramirez commented on NMAVEN-223:
-----------------------------------------

Sorry for not specifying the components. Please update the Components to Core Components cause
I can't edit the issue anymore.

This isn't supported yet in the currently released nmaven.

&gt; Support for File protocol in "Configure Maven Repository".
&gt; ----------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-223
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-223
&gt;             Project: NMaven
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 0.15
&gt;            Reporter: Allan G. Ramirez
&gt;
&gt; Click configure maven repository and add a local remote repository
&gt; eg.  file:///D:/my_repo
&gt; Click add maven artifact and an "Cannot read remote repository..." dialog is shown.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-223) Support for File protocol in &quot;Configure Maven Repository&quot;.</title>
<author><name>&quot;Allan G. Ramirez (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c28134653.1224472639523.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c28134653-1224472639523-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-20T03:17:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Support for File protocol in "Configure Maven Repository".
----------------------------------------------------------

                 Key: NMAVEN-223
                 URL: http://jira.codehaus.org/browse/NMAVEN-223
             Project: NMaven
          Issue Type: New Feature
    Affects Versions: 0.15
            Reporter: Allan G. Ramirez


Click configure maven repository and add a local remote repository

eg.  file:///D:/my_repo

Click add maven artifact and an "Cannot read remote repository..." dialog is shown.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-171) NMaven should support Imported Namespaces for VB projects</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c9266463.1224421459552.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c9266463-1224421459552-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-19T13:04:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-171:
--------------------------------

      Description: 
since there is no support for VB in 0.16 yet, it makes more sense to leave this on the branch
and review when support is added to trunk.

Do you have any more details on this?
    Fix Version/s:     (was: 0.16)
                   0.14 (Unreleased)

&gt; NMaven should support Imported Namespaces for VB projects
&gt; ---------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-171
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-171
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: VB Support
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: jan ancajas
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; since there is no support for VB in 0.16 yet, it makes more sense to leave this on the
branch and review when support is added to trunk.
&gt; Do you have any more details on this?

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-221) Consecutively installing web applications will give an error</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c6902613.1224421339632.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c6902613-1224421339632-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-19T13:02:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-221:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

&gt; Consecutively installing web applications will give an error
&gt; ------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-221
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-221
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Visual Studio 2005
&gt;            Reporter: Marecor Baclay
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; With web application projects, executing Maven Phase &gt; All Projects: Install once
will build successfully but when executing the goal again will give this error:
&gt; ------------------------------------------------------------------
&gt; Executing Maven
&gt; Pom File: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\pom.xml
&gt; Goal: install
&gt; Arguments: install
&gt; NMaven Command: E:\maestro-1.7.2\maven\bin\mvn.bat install
&gt; ------------------------------------------------------------------
&gt; [INFO] Scanning for projects...
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication : NMaven.It.It0021
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [compile:initialize]
&gt; [INFO] Mojo Execution Time = 109
&gt; [INFO] [resolver:resolve]
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
&gt; [INFO] [aspx:copy-dependency]
&gt; [INFO] [aspx:compile]
&gt; [INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727,
Framework Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
&gt; [INFO] NMAVEN-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT,
Assembly Name = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\target\NMaven.It.It0021.zip
&gt; C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\App_Code\Class1.vb(4):
warning BC42021: Function without an 'As' clause; return type of Object assumed.
&gt; C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\target\nmaven.it.it0021\web.config(51):
error ASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication'
beyond application level.  This error can be caused by a virtual directory not being configured
as an application in IIS.
&gt; [INFO] ------------------------------------------------------------------------
&gt; [ERROR] BUILD ERROR
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] NMAVEN-900-006: Unable to Compile: Language = ASP, Vendor = null, ArtifactType
= asp, Source Directory = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication
&gt; Embedded error: NMAVEN-040-001: Could not execute: Command = CMD.EXE /X /C aspnet_compiler
-v  /NMaven.It.It0021 -p "C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication"
-u -f C:\DOCUME~1\user\LOCALS~1\Temp\maven-aspx-plugin-33395 -nologo, Result = 1
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] For more information, run Maven with the -e switch
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Total time: 17 seconds
&gt; [INFO] Finished at: Tue Oct 14 15:29:45 CST 2008
&gt; [INFO] Final Memory: 11M/23M
&gt; [INFO] ------------------------------------------------------------------------
&gt; A workaround for this one is to execute clean goal after every execution of install goal.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-222) Build Error installing web applications with vb project after project importing</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c14627216.1224421339559.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c14627216-1224421339559-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-19T13:02:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-222:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

&gt; Build Error installing web applications with vb project after project importing
&gt; -------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-222
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-222
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Visual Studio 2005
&gt;            Reporter: Marecor Baclay
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; Steps to replicate:
&gt; 1. Execute Maven Phase &gt; All Projects: Install with NMaven.WebApplication_WithVBProject
(Build must be successful)
&gt; 2. Delete pom.xml files of the project
&gt; 3. Generate new pom.xml files with the use of NMaven: Import Project
&gt; 4. Change the group ID of the dependency of NMaven.WebApplication_WithVBProject\pom.xml
file that would be the same of the parent tag group ID.
&gt; 5. Execute Maven Phase &gt; All Projects: Clean
&gt; 6. Execute Maven Phase &gt; All Projects: Install
&gt; OUTPUT:
&gt; ------------------------------------------------------------------
&gt; Executing Maven
&gt; Pom File: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
&gt; Goal: install
&gt; Arguments: install -f"parent-pom.xml"
&gt; NMaven Command: E:\maestro-1.7.2\maven\bin\mvn.bat install -f"parent-pom.xml"
&gt; ------------------------------------------------------------------
&gt; [INFO] Scanning for projects...
&gt; [INFO] Reactor build order: 
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : MyLibrary
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [site:attach-descriptor]
&gt; [INFO] [install:install]
&gt; [INFO] Installing C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
to C:\Documents and Settings\user\.m2\repository\Exist\NMaven\WebApplication_WithVBProject\NMaven.WebApplication_WithVBProject-parent\1.0-SNAPSHOT\NMaven.WebApplication_WithVBProject-parent-1.0-SNAPSHOT.pom
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : MyLibrary
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [compile:initialize]
&gt; [INFO] Mojo Execution Time = 125
&gt; [INFO] [resolver:resolve]
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
&gt; [INFO] [compile:generate-assembly-info]
&gt; [INFO] NMAVEN-902-001: Found AssemblyInfo file(s), so will not generate one
&gt; [INFO] [compile:process-sources]
&gt; [INFO] NMAVEN-904-002: Copying source files: From = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary,  To = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target/build-sources, File Count = 5
&gt; [INFO] [compile:process-test-sources]
&gt; [INFO] NMAVEN-905-001: No test source files to copy
&gt; [INFO] [resgen:copy-resources]
&gt; [INFO] [resgen:generate]
&gt; [INFO] [resgen:generate-existing-resx-to-resource]
&gt; [INFO] [compile:compile]
&gt; [INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727,
Framework Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
&gt; [INFO] NMAVEN-900-007: Project pom has changed. Forcing a recompile.
&gt; [INFO] NMAVEN-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT,
Assembly Name = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll
&gt; C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\Class1.vb(4)
: warning BC42021: Function without an 'As' clause; return type of Object assumed.
&gt;     Public Function CurrentDay()
&gt;                     ~~~~~~~~~~  
&gt; [INFO] NMAVEN-900-004: Compile Time = 359 ms
&gt; [INFO] Mojo Execution Time = 391
&gt; [INFO] [compile:testCompile]
&gt; [INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727,
Framework Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
&gt; [INFO] NMAVEN-068-002: No source files to compile.
&gt; [INFO] NMAVEN-900-004: Compile Time = 0 ms
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [test:test]
&gt; [INFO] NMAVEN-1100-001: No Unit Tests
&gt; [INFO] [install:install]
&gt; [INFO] NMAVEN-001-007: Installing file into repository: File = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll, Dest File = C:\Documents
and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
&gt; [INFO] Mojo Execution Time = 109
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [compile:initialize]
&gt; [INFO] Mojo Execution Time = 140
&gt; [INFO] [resolver:resolve]
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
&gt; [INFO] [aspx:copy-dependency]
&gt; [INFO] NMAVEN-000-0000: copying C:\Documents and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
, to C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin
&gt; [INFO] ------------------------------------------------------------------------
&gt; [ERROR] BUILD ERROR
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] NMAVEN-000-0000: Error copying dependency Exist.NMaven.WebApplication_WithVBProject:MyLibrary:library:1.0-SNAPSHOT:compile
&gt; Embedded error: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin\MyLibrary.dll
*(The process cannot access the file because it is being used by another process)*
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] For more information, run Maven with the -e switch
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Total time: 25 seconds
&gt; [INFO] Finished at: Tue Oct 14 16:04:48 CST 2008
&gt; [INFO] Final Memory: 17M/36M
&gt; [INFO] ------------------------------------------------------------------------
&gt; NMaven Execution Failed!!!, with exit code: 1
&gt; Restarting VS then executing Maven Phase &gt; All Projects: Install again will build
the project successfully.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (NMAVEN-222) Build Error installing web applications with vb project after project importing</title>
<author><name>&quot;Wendy Smoak (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c15885754.1224041931532.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c15885754-1224041931532-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-15T03:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/NMAVEN-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=150830#action_150830
] 

Wendy Smoak commented on NMAVEN-222:
------------------------------------

How was this project created?  (Is it a Web Application or a Web Site, which seem to be slightly
different?)

Also... I see "parent-pom.xml" in your output which makes me think it might be a nested project.
 Recent discussion leaned towards not supporting that structure.

Can you verify that this problem still happens with a standalone Web Site and/or a Web Application
(which looks like a normal multi-module project)?

&gt; Build Error installing web applications with vb project after project importing
&gt; -------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-222
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-222
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;         Environment: Visual Studio 2005
&gt;            Reporter: Marecor Baclay
&gt;
&gt; Steps to replicate:
&gt; 1. Execute Maven Phase &gt; All Projects: Install with NMaven.WebApplication_WithVBProject
(Build must be successful)
&gt; 2. Delete pom.xml files of the project
&gt; 3. Generate new pom.xml files with the use of NMaven: Import Project
&gt; 4. Change the group ID of the dependency of NMaven.WebApplication_WithVBProject\pom.xml
file that would be the same of the parent tag group ID.
&gt; 5. Execute Maven Phase &gt; All Projects: Clean
&gt; 6. Execute Maven Phase &gt; All Projects: Install
&gt; OUTPUT:
&gt; ------------------------------------------------------------------
&gt; Executing Maven
&gt; Pom File: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
&gt; Goal: install
&gt; Arguments: install -f"parent-pom.xml"
&gt; NMaven Command: E:\maestro-1.7.2\maven\bin\mvn.bat install -f"parent-pom.xml"
&gt; ------------------------------------------------------------------
&gt; [INFO] Scanning for projects...
&gt; [INFO] Reactor build order: 
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : MyLibrary
&gt; [INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [site:attach-descriptor]
&gt; [INFO] [install:install]
&gt; [INFO] Installing C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
to C:\Documents and Settings\user\.m2\repository\Exist\NMaven\WebApplication_WithVBProject\NMaven.WebApplication_WithVBProject-parent\1.0-SNAPSHOT\NMaven.WebApplication_WithVBProject-parent-1.0-SNAPSHOT.pom
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : MyLibrary
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [compile:initialize]
&gt; [INFO] Mojo Execution Time = 125
&gt; [INFO] [resolver:resolve]
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
&gt; [INFO] [compile:generate-assembly-info]
&gt; [INFO] NMAVEN-902-001: Found AssemblyInfo file(s), so will not generate one
&gt; [INFO] [compile:process-sources]
&gt; [INFO] NMAVEN-904-002: Copying source files: From = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary,  To = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target/build-sources, File Count = 5
&gt; [INFO] [compile:process-test-sources]
&gt; [INFO] NMAVEN-905-001: No test source files to copy
&gt; [INFO] [resgen:copy-resources]
&gt; [INFO] [resgen:generate]
&gt; [INFO] [resgen:generate-existing-resx-to-resource]
&gt; [INFO] [compile:compile]
&gt; [INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727,
Framework Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
&gt; [INFO] NMAVEN-900-007: Project pom has changed. Forcing a recompile.
&gt; [INFO] NMAVEN-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT,
Assembly Name = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll
&gt; C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\Class1.vb(4)
: warning BC42021: Function without an 'As' clause; return type of Object assumed.
&gt;     Public Function CurrentDay()
&gt;                     ~~~~~~~~~~  
&gt; [INFO] NMAVEN-900-004: Compile Time = 359 ms
&gt; [INFO] Mojo Execution Time = 391
&gt; [INFO] [compile:testCompile]
&gt; [INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727,
Framework Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
&gt; [INFO] NMAVEN-068-002: No source files to compile.
&gt; [INFO] NMAVEN-900-004: Compile Time = 0 ms
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [test:test]
&gt; [INFO] NMAVEN-1100-001: No Unit Tests
&gt; [INFO] [install:install]
&gt; [INFO] NMAVEN-001-007: Installing file into repository: File = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll, Dest File = C:\Documents
and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
&gt; [INFO] Mojo Execution Time = 109
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
&gt; [INFO]    task-segment: [install]
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] [compile:initialize]
&gt; [INFO] Mojo Execution Time = 140
&gt; [INFO] [resolver:resolve]
&gt; [INFO] Mojo Execution Time = 0
&gt; [INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
&gt; [INFO] [aspx:copy-dependency]
&gt; [INFO] NMAVEN-000-0000: copying C:\Documents and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
, to C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin
&gt; [INFO] ------------------------------------------------------------------------
&gt; [ERROR] BUILD ERROR
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] NMAVEN-000-0000: Error copying dependency Exist.NMaven.WebApplication_WithVBProject:MyLibrary:library:1.0-SNAPSHOT:compile
&gt; Embedded error: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin\MyLibrary.dll
*(The process cannot access the file because it is being used by another process)*
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] For more information, run Maven with the -e switch
&gt; [INFO] ------------------------------------------------------------------------
&gt; [INFO] Total time: 25 seconds
&gt; [INFO] Finished at: Tue Oct 14 16:04:48 CST 2008
&gt; [INFO] Final Memory: 17M/36M
&gt; [INFO] ------------------------------------------------------------------------
&gt; NMaven Execution Failed!!!, with exit code: 1
&gt; Restarting VS then executing Maven Phase &gt; All Projects: Install again will build
the project successfully.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-222) Build Error installing web applications with vb project after project importing</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c20919183.1223972151011.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c20919183-1223972151011-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-14T08:15:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Build Error installing web applications with vb project after project importing
-------------------------------------------------------------------------------

                 Key: NMAVEN-222
                 URL: http://jira.codehaus.org/browse/NMAVEN-222
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: Visual Studio 2005
            Reporter: Marecor Baclay


Steps to replicate:

1. Execute Maven Phase &gt; All Projects: Install with NMaven.WebApplication_WithVBProject
(Build must be successful)
2. Delete pom.xml files of the project
3. Generate new pom.xml files with the use of NMaven: Import Project
4. Change the group ID of the dependency of NMaven.WebApplication_WithVBProject\pom.xml file
that would be the same of the parent tag group ID.
5. Execute Maven Phase &gt; All Projects: Clean
6. Execute Maven Phase &gt; All Projects: Install

OUTPUT:

------------------------------------------------------------------
Executing Maven
Pom File: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
Goal: install
Arguments: install -f"parent-pom.xml"
NMaven Command: E:\maestro-1.7.2\maven\bin\mvn.bat install -f"parent-pom.xml"


------------------------------------------------------------------


[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
[INFO]   Exist.NMaven.WebApplication_WithVBProject : MyLibrary
[INFO]   Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
[INFO] ------------------------------------------------------------------------
[INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject-parent
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\parent-pom.xml
to C:\Documents and Settings\user\.m2\repository\Exist\NMaven\WebApplication_WithVBProject\NMaven.WebApplication_WithVBProject-parent\1.0-SNAPSHOT\NMaven.WebApplication_WithVBProject-parent-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Exist.NMaven.WebApplication_WithVBProject : MyLibrary
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [compile:initialize]
[INFO] Mojo Execution Time = 125
[INFO] [resolver:resolve]
[INFO] Mojo Execution Time = 0
[INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
[INFO] [compile:generate-assembly-info]
[INFO] NMAVEN-902-001: Found AssemblyInfo file(s), so will not generate one
[INFO] [compile:process-sources]
[INFO] NMAVEN-904-002: Copying source files: From = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary,  To = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target/build-sources, File Count = 5
[INFO] [compile:process-test-sources]
[INFO] NMAVEN-905-001: No test source files to copy
[INFO] [resgen:copy-resources]
[INFO] [resgen:generate]
[INFO] [resgen:generate-existing-resx-to-resource]
[INFO] [compile:compile]
[INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727, Framework
Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
[INFO] NMAVEN-900-007: Project pom has changed. Forcing a recompile.
[INFO] NMAVEN-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly
Name = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll
C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\MyLibrary\Class1.vb(4)
: warning BC42021: Function without an 'As' clause; return type of Object assumed.
    Public Function CurrentDay()
                    ~~~~~~~~~~  
[INFO] NMAVEN-900-004: Compile Time = 359 ms
[INFO] Mojo Execution Time = 391
[INFO] [compile:testCompile]
[INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727, Framework
Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
[INFO] NMAVEN-068-002: No source files to compile.
[INFO] NMAVEN-900-004: Compile Time = 0 ms
[INFO] Mojo Execution Time = 0
[INFO] [test:test]
[INFO] NMAVEN-1100-001: No Unit Tests
[INFO] [install:install]
[INFO] NMAVEN-001-007: Installing file into repository: File = C:\Documents and Settings\user\Desktop\nmaven
samples\NMaven.WebApplication_WithVBProject\MyLibrary\target\MyLibrary.dll, Dest File = C:\Documents
and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
[INFO] Mojo Execution Time = 109
[INFO] ------------------------------------------------------------------------
[INFO] Building Exist.NMaven.WebApplication_WithVBProject : NMaven.WebApplication_WithVBProject
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [compile:initialize]
[INFO] Mojo Execution Time = 140
[INFO] [resolver:resolve]
[INFO] Mojo Execution Time = 0
[INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
[INFO] [aspx:copy-dependency]
[INFO] NMAVEN-000-0000: copying C:\Documents and Settings\user\.m2\uac\gac_msil\MyLibrary\1.0-SNAPSHOT__Exist.NMaven.WebApplication_WithVBProject\MyLibrary.dll
, to C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] NMAVEN-000-0000: Error copying dependency Exist.NMaven.WebApplication_WithVBProject:MyLibrary:library:1.0-SNAPSHOT:compile
Embedded error: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication_WithVBProject\Bin\MyLibrary.dll
*(The process cannot access the file because it is being used by another process)*
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25 seconds
[INFO] Finished at: Tue Oct 14 16:04:48 CST 2008
[INFO] Final Memory: 17M/36M
[INFO] ------------------------------------------------------------------------
NMaven Execution Failed!!!, with exit code: 1


Restarting VS then executing Maven Phase &gt; All Projects: Install again will build the project
successfully.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-221) Consecutively installing web applications will give an error</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c26836325.1223969931041.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c26836325-1223969931041-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-14T07:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Consecutively installing web applications will give an error
------------------------------------------------------------

                 Key: NMAVEN-221
                 URL: http://jira.codehaus.org/browse/NMAVEN-221
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: Visual Studio 2005
            Reporter: Marecor Baclay


With web application projects, executing Maven Phase &gt; All Projects: Install once will
build successfully but when executing the goal again will give this error:

------------------------------------------------------------------
Executing Maven
Pom File: C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\pom.xml
Goal: install
Arguments: install
NMaven Command: E:\maestro-1.7.2\maven\bin\mvn.bat install


------------------------------------------------------------------


[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Exist.NMaven.WebApplication : NMaven.It.It0021
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [compile:initialize]
[INFO] Mojo Execution Time = 109
[INFO] [resolver:resolve]
[INFO] Mojo Execution Time = 0
[INFO] [NMaven.Plugin.Settings.JavaBinding:generate-settings]
[INFO] [aspx:copy-dependency]
[INFO] [aspx:compile]
[INFO] NMAVEN-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 2.0.50727, Framework
Version = 2.0.50727, Executable Paths = [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727]
[INFO] NMAVEN-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly
Name = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\target\NMaven.It.It0021.zip
C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\App_Code\Class1.vb(4):
warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication\target\nmaven.it.it0021\web.config(51):
error ASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication'
beyond application level.  This error can be caused by a virtual directory not being configured
as an application in IIS.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] NMAVEN-900-006: Unable to Compile: Language = ASP, Vendor = null, ArtifactType = asp,
Source Directory = C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication
Embedded error: NMAVEN-040-001: Could not execute: Command = CMD.EXE /X /C aspnet_compiler
-v  /NMaven.It.It0021 -p "C:\Documents and Settings\user\Desktop\nmaven samples\NMaven.WebApplication"
-u -f C:\DOCUME~1\user\LOCALS~1\Temp\maven-aspx-plugin-33395 -nologo, Result = 1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Tue Oct 14 15:29:45 CST 2008
[INFO] Final Memory: 11M/23M
[INFO] ------------------------------------------------------------------------


A workaround for this one is to execute clean goal after every execution of install goal.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-218) Adding dependencies with the same artifact ID but with different version is added in pom</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c18175875.1223639032118.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18175875-1223639032118-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:43:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-218:
--------------------------------

    Component/s: Visual Studio Integration
                 POM Generator

&gt; Adding dependencies with the same artifact ID but with different version is added in
pom
&gt; ----------------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-218
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-218
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: POM Generator, Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Marecor Baclay
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; The message box that appears on screen says that "A Reference to the component '[dependency
name]' already exist in the project." with only OK button in it. Clicking OK button will add
that dependency on pom making two dependencies with different version in it. Deleting that
dependency in References will delete the two versions in in pom.xml
&gt; *suggestion:*
&gt; 1. To avoid confusion on users, why not placing a "cancel" button with the message box
mentioned above so as users can have the option to delete the existing artifact first and
can add back the desired artifact with the latest version.
&gt; or
&gt; 2. In the message box, ask the user to replace the newer/older version of the artifact.
i.e. "A newer/older version of the artifact already exist. Click OK to replace or Cancel to
cancel adding the artifact."

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-220) Make Artifacts selectable by double-click in Add Maven Artifact Form</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c32758082.1223638851137.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32758082-1223638851137-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:40:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-220:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

&gt; Make Artifacts selectable by double-click in Add Maven Artifact Form
&gt; --------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-220
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-220
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Melvin Sembrano
&gt;            Priority: Minor
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; In .NET practice all selectable list items are can be  selected by double clicking the
items.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-219) Artifacts are duplicated in &quot;Add Maven Artifact&quot; form.</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c25161699.1223638851083.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c25161699-1223638851083-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:40:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-219:
--------------------------------

    Patch Submitted: [Yes]

&gt; Artifacts are duplicated in "Add Maven Artifact" form.
&gt; ------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-219
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-219
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Core components
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: jan ancajas
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: duplicate.JPG, nmaven-219.patch
&gt;
&gt;
&gt; Pls check the attach image. This is caused by checksum files in the  local repository
being picked up as artifact.  

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-218) Adding dependencies with the same artifact ID but with different version is added in pom</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c9661282.1223638731161.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c9661282-1223638731161-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-218:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

&gt; Adding dependencies with the same artifact ID but with different version is added in
pom
&gt; ----------------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-218
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-218
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Marecor Baclay
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;
&gt; The message box that appears on screen says that "A Reference to the component '[dependency
name]' already exist in the project." with only OK button in it. Clicking OK button will add
that dependency on pom making two dependencies with different version in it. Deleting that
dependency in References will delete the two versions in in pom.xml
&gt; *suggestion:*
&gt; 1. To avoid confusion on users, why not placing a "cancel" button with the message box
mentioned above so as users can have the option to delete the existing artifact first and
can add back the desired artifact with the latest version.
&gt; or
&gt; 2. In the message box, ask the user to replace the newer/older version of the artifact.
i.e. "A newer/older version of the artifact already exist. Click OK to replace or Cancel to
cancel adding the artifact."

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-219) Artifacts are duplicated in &quot;Add Maven Artifact&quot; form.</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c4100418.1223638731209.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c4100418-1223638731209-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-219:
--------------------------------

    Affects Version/s: 0.14 (Unreleased)
        Fix Version/s: 0.14 (Unreleased)

&gt; Artifacts are duplicated in "Add Maven Artifact" form.
&gt; ------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-219
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-219
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Core components
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: jan ancajas
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: duplicate.JPG, nmaven-219.patch
&gt;
&gt;
&gt; Pls check the attach image. This is caused by checksum files in the  local repository
being picked up as artifact.  

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-217) Improve messages when VS Addin starts and stops</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c22442289.1223638731110.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c22442289-1223638731110-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-10T11:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-217:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

&gt; Improve messages when VS Addin starts and stops
&gt; -----------------------------------------------
&gt;
&gt;                 Key: NMAVEN-217
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-217
&gt;             Project: NMaven
&gt;          Issue Type: Improvement
&gt;          Components: Visual Studio Integration
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: Wendy Smoak
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: vs-addin-messages-wsmoak-20081006-2030.patch
&gt;
&gt;
&gt; Fixing a few spelling and punctuation issues in the output from the VS Addin.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-220) Make Artifacts selectable by double-click in Add Maven Artifact Form</title>
<author><name>&quot;Melvin Sembrano (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c32042711.1223523368858.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32042711-1223523368858-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-09T03:36:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Make Artifacts selectable by double-click in Add Maven Artifact Form
--------------------------------------------------------------------

                 Key: NMAVEN-220
                 URL: http://jira.codehaus.org/browse/NMAVEN-220
             Project: NMaven
          Issue Type: Improvement
          Components: Visual Studio Integration
    Affects Versions: 0.14 (Unreleased)
            Reporter: Melvin Sembrano
            Priority: Minor


In .NET practice all selectable list items are can be  selected by double clicking the items.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-219) Artifacts are duplicated in &quot;Add Maven Artifact&quot; form.</title>
<author><name>&quot;jan ancajas (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c8391419.1223518509047.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c8391419-1223518509047-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-09T02:15:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

jan ancajas updated NMAVEN-219:
-------------------------------

    Attachment: nmaven-219.patch

attached patch. thanks

to replicate:
1. add a  sha1 file in    "~\.m2\uac\gac_msil\Castle.Core\2.0-rc2__Castle"
2. go to VS -&gt; Add Maven Artifact
3. Castle.Core artifact in the list is duplicated.

&gt; Artifacts are duplicated in "Add Maven Artifact" form.
&gt; ------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-219
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-219
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Core components
&gt;            Reporter: jan ancajas
&gt;         Attachments: duplicate.JPG, nmaven-219.patch
&gt;
&gt;
&gt; Pls check the attach image. This is caused by checksum files in the  local repository
being picked up as artifact.  

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-219) Artifacts are duplicated in &quot;Add Maven Artifact&quot; form.</title>
<author><name>&quot;jan ancajas (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c967487.1223457909015.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c967487-1223457909015-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-08T09:25:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Artifacts are duplicated in "Add Maven Artifact" form.
------------------------------------------------------

                 Key: NMAVEN-219
                 URL: http://jira.codehaus.org/browse/NMAVEN-219
             Project: NMaven
          Issue Type: Bug
          Components: Core components
            Reporter: jan ancajas
         Attachments: duplicate.JPG

Pls check the attach image. This is caused by checksum files in the  local repository being
picked up as artifact.  

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-218) Adding dependencies with the same artifact ID but with different version is added in pom</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c25312605.1223439068969.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c25312605-1223439068969-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-08T04:11:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Adding dependencies with the same artifact ID but with different version is added in pom
----------------------------------------------------------------------------------------

                 Key: NMAVEN-218
                 URL: http://jira.codehaus.org/browse/NMAVEN-218
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
            Reporter: Marecor Baclay


The message box that appears on screen says that "A Reference to the component '[dependency
name]' already exist in the project." with only OK button in it. Clicking OK button will add
that dependency on pom making two dependencies with different version in it. Deleting that
dependency in References will delete the two versions in in pom.xml


*suggestion:*
1. To avoid confusion on users, why not placing a "cancel" button with the message box mentioned
above so as users can have the option to delete the existing artifact first and can add back
the desired artifact with the latest version.

or

2. In the message box, ask the user to replace the newer/older version of the artifact. i.e.
"A newer/older version of the artifact already exist. Click OK to replace or Cancel to cancel
adding the artifact."

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (NMAVEN-217) Improve messages when VS Addin starts and stops</title>
<author><name>&quot;Wendy Smoak (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c2354200.1223350208794.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c2354200-1223350208794-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-07T03:30:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Improve messages when VS Addin starts and stops
-----------------------------------------------

                 Key: NMAVEN-217
                 URL: http://jira.codehaus.org/browse/NMAVEN-217
             Project: NMaven
          Issue Type: Improvement
          Components: Visual Studio Integration
    Affects Versions: 0.14 (Unreleased)
            Reporter: Wendy Smoak
         Attachments: vs-addin-messages-wsmoak-20081006-2030.patch

Fixing a few spelling and punctuation issues in the output from the VS Addin.



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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (NMAVEN-8) NUnit Tests Fail To Run with NUnit Version 2.2.8</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200810.mbox/%3c27652283.1222874228893.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c27652283-1222874228893-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-10-01T15:17:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter closed NMAVEN-8.
-----------------------------

      Assignee: Brett Porter
    Resolution: Fixed

a number of fixes were made - refer to the branch and final commit for more information

&gt; NUnit Tests Fail To Run with NUnit Version 2.2.8
&gt; ------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-8
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-8
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Test Plugin
&gt;    Affects Versions: 0.16
&gt;         Environment: Windows
&gt;            Reporter: Shane Isbell
&gt;            Assignee: Brett Porter
&gt;            Priority: Minor
&gt;             Fix For: 0.16
&gt;
&gt;
&gt; When running nunit-console (version 2.2.8) from the command line on an NMaven project,
 I get the following error:
&gt; "Could not load file or assembly 'nunit.framework-2.2.8.0, Version=2.2.8.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
&gt; Everything runs fine with NUnit version 2.2.0.

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-212) TestSourceProcessorMojo must must not copy the non-source code files   to &quot;target\build-test-sources&quot; folder</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200809.mbox/%3c8721708.1222759846026.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c8721708-1222759846026-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-09-30T07:30:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-212:
--------------------------------

    Component/s: Compiler Plugin (0.14)

&gt; TestSourceProcessorMojo must must not copy the non-source code files   to "target\build-test-sources"
folder
&gt; ------------------------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-212
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-212
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Compiler Plugin (0.14)
&gt;    Affects Versions: 0.14 (Unreleased)
&gt;            Reporter: jan ancajas
&gt;             Fix For: 0.14 (Unreleased)
&gt;
&gt;         Attachments: NMaven-212.patch
&gt;
&gt;
&gt; only .cs or .vb files should be copied to the target\buile-test-sources folder

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

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (NMAVEN-198) NMaven seems to ignore /resources/resource folder</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/200809.mbox/%3c32354419.1222759845943.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32354419-1222759845943-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2008-09-30T07:30:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/NMAVEN-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated NMAVEN-198:
--------------------------------

    Component/s: Core components

&gt; NMaven seems to ignore /resources/resource folder
&gt; -------------------------------------------------
&gt;
&gt;                 Key: NMAVEN-198
&gt;                 URL: http://jira.codehaus.org/browse/NMAVEN-198
&gt;             Project: NMaven
&gt;          Issue Type: Bug
&gt;          Components: Core components
&gt;    Affects Versions: 0.15
&gt;         Environment: Windows XP, Maven 2.0.8, NMaven 0.15
&gt;            Reporter: FIRU
&gt;             Fix For: 0.16
&gt;
&gt;
&gt; NMaven 0.14-SNAPSHOT allowed it to put resources into the ${project.basedir}/src/main/resources/resources
folder and then included these files as /resource in the csc command. NMaven 0.15 seems to
ignore this directory. It only includes the resources files in the build process if they directly
listed in the ${project.basedir}/target/ASSEMBLY_RESOURCES/resource folder.

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

        


</pre>
</div>
</content>
</entry>
</feed>
