You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Travis Risner (JIRA)" <ji...@codehaus.org> on 2006/01/30 07:42:06 UTC

[jira] Created: (MINSTALL-11) Fails to install netbeans-freeform plugin

Fails to install netbeans-freeform plugin
-----------------------------------------

         Key: MINSTALL-11
         URL: http://jira.codehaus.org/browse/MINSTALL-11
     Project: Maven 2.x Install Plugin
        Type: Bug

    Versions: 2.0    
 Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
    Reporter: Travis Risner
 Attachments: maven2bug txt

At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..

If I picked the wrong category to file this bug, please put it where it belongs.

If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MINSTALL-11) Fails to install netbeans-freeform plugin

Posted by "Travis Risner (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-11?page=all ]
     
Travis Risner reopened MINSTALL-11:
-----------------------------------


I'm not behind any firewall or need any proxy.  Nevertheless, I changed the proxy settings in <maven 2 home>/conf/settings.xml to:

    <proxy>
      <id>all</id>
      <active>true</active>
      <protocol>http</protocol>
      <username>proxyuser</username>
      <password>proxypass</password>
      <host>proxy.host.net</host>
      <port>80</port>
      <nonProxyHosts>*</nonProxyHosts>
    </proxy>

If I understand the notes, this should treat all sites as nonproxyHosts.

I also added the M2 environment variable and added $M2/bin to the path.  Still get the same message.  Perhaps the file name is misspelled or was moved?

> Fails to install netbeans-freeform plugin
> -----------------------------------------
>
>          Key: MINSTALL-11
>          URL: http://jira.codehaus.org/browse/MINSTALL-11
>      Project: Maven 2.x Install Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
>     Reporter: Travis Risner
>     Assignee: Brett Porter
>  Attachments: maven2bug txt
>
>
> At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..
> If I picked the wrong category to file this bug, please put it where it belongs.
> If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2039) Fails to install netbeans-freeform plugin

Posted by "Bob Allison (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2039?page=comments#action_57866 ] 

Bob Allison commented on MNG-2039:
----------------------------------

The NetBeans-Freeform plugin is currently in the Mojo sandbox.  I believe you need to build it from source.

> Fails to install netbeans-freeform plugin
> -----------------------------------------
>
>          Key: MNG-2039
>          URL: http://jira.codehaus.org/browse/MNG-2039
>      Project: Maven 2
>         Type: Bug

>     Versions: documentation
>  Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
>     Reporter: Travis Risner
>     Assignee: Brett Porter
>  Attachments: maven2bug txt
>
>
> At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..
> If I picked the wrong category to file this bug, please put it where it belongs.
> If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2039) Fails to install netbeans-freeform plugin

Posted by "Milos Kleint (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2039?page=comments#action_57867 ] 

Milos Kleint commented on MNG-2039:
-----------------------------------

i guess it should be mentioned on the page then.

> Fails to install netbeans-freeform plugin
> -----------------------------------------
>
>          Key: MNG-2039
>          URL: http://jira.codehaus.org/browse/MNG-2039
>      Project: Maven 2
>         Type: Bug

>     Versions: documentation
>  Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
>     Reporter: Travis Risner
>     Assignee: Brett Porter
>  Attachments: maven2bug txt
>
>
> At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..
> If I picked the wrong category to file this bug, please put it where it belongs.
> If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MINSTALL-11) Fails to install netbeans-freeform plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINSTALL-11?page=all ]
     
Brett Porter closed MINSTALL-11:
--------------------------------

     Assign To: Brett Porter
    Resolution: Won't Fix

http://maven.apache.org/general.html##proxy-needed

> Fails to install netbeans-freeform plugin
> -----------------------------------------
>
>          Key: MINSTALL-11
>          URL: http://jira.codehaus.org/browse/MINSTALL-11
>      Project: Maven 2.x Install Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
>     Reporter: Travis Risner
>     Assignee: Brett Porter
>  Attachments: maven2bug txt
>
>
> At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..
> If I picked the wrong category to file this bug, please put it where it belongs.
> If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2039) Fails to install netbeans-freeform plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2039?page=comments#action_57852 ] 

Brett Porter commented on MNG-2039:
-----------------------------------

you don't need to setup a dummy proxy setting.

The only guess I have is the netbeans plugin isn't released. Filing under documentation to fix if that's the case.

> Fails to install netbeans-freeform plugin
> -----------------------------------------
>
>          Key: MNG-2039
>          URL: http://jira.codehaus.org/browse/MNG-2039
>      Project: Maven 2
>         Type: Bug

>     Versions: documentation
>  Environment: Maven 2.0.2, Mac OS X 10.4.2, Java 1.5.0_05 NetBeans 5.0RC2
>     Reporter: Travis Risner
>     Assignee: Brett Porter
>  Attachments: maven2bug txt
>
>
> At http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html, the second step says to run "mvn netbeans-freeform:generate-netbeans-project", but instead of a successful download and build, I get the error message and stack trace shown in the attachment..
> If I picked the wrong category to file this bug, please put it where it belongs.
> If you need more information, let me know.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org