You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (JIRA)" <ji...@apache.org> on 2012/05/04 09:50:48 UTC

[jira] [Created] (NPANDAY-564) [regression to NPANDAY-231] 1.5.0-incubating-SNAPSHOT is hardcoded for Plugin-Loader and -Runner

Lars Corneliussen created NPANDAY-564:
-----------------------------------------

             Summary: [regression to NPANDAY-231] 1.5.0-incubating-SNAPSHOT is hardcoded for Plugin-Loader and -Runner
                 Key: NPANDAY-564
                 URL: https://issues.apache.org/jira/browse/NPANDAY-564
             Project: NPanday
          Issue Type: Bug
    Affects Versions: 1.5.0-incubating
            Reporter: Lars Corneliussen
            Assignee: Brett Porter
            Priority: Blocker
             Fix For: 1.5.0-incubating


These should be runtime-dependencies on the .NET-Plugin or at least be resolved automatically.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NPANDAY-564) [regression to NPANDAY-231] 1.5.0-incubating-SNAPSHOT is hardcoded for Plugin-Loader and -Runner

Posted by "Lars Corneliussen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen updated NPANDAY-564:
--------------------------------------

    Description: 
These should be runtime-dependencies on the .NET-Plugin or at least be resolved automatically.

{code:title=MojoGeneratorMojo}
    // TODO: get npandayVersion injected somehow
    private String npandayVersion = "1.5.0-incubating-SNAPSHOT";
{code}


{code:title=AbstractMojo}
    // TODO: get npandayVersion injected somehow
    private String npandayVersion = "1.5.0-incubating-SNAPSHOT";
{code}

  was:These should be runtime-dependencies on the .NET-Plugin or at least be resolved automatically.

    
> [regression to NPANDAY-231] 1.5.0-incubating-SNAPSHOT is hardcoded for Plugin-Loader and -Runner
> ------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-564
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-564
>             Project: NPanday
>          Issue Type: Bug
>    Affects Versions: 1.5.0-incubating
>            Reporter: Lars Corneliussen
>            Assignee: Brett Porter
>            Priority: Blocker
>             Fix For: 1.5.0-incubating
>
>
> These should be runtime-dependencies on the .NET-Plugin or at least be resolved automatically.
> {code:title=MojoGeneratorMojo}
>     // TODO: get npandayVersion injected somehow
>     private String npandayVersion = "1.5.0-incubating-SNAPSHOT";
> {code}
> {code:title=AbstractMojo}
>     // TODO: get npandayVersion injected somehow
>     private String npandayVersion = "1.5.0-incubating-SNAPSHOT";
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira