You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/15 01:54:21 UTC

[jira] Created: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Thu, 14 Oct 2004 7:53 PM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

   Reopener: Brett Porter
       Date: Thu, 4 Nov 2004 6:59 PM

it appears this had an unwanted side effect.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Thu, 4 Nov 2004 6:59 PM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

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

    Resolution: Won't Fix

or ever.

> maven:get/set doesn't appear to correctly initialise plugin in some cases
> -------------------------------------------------------------------------
>
>          Key: MAVEN-1467
>          URL: http://jira.codehaus.org/browse/MAVEN-1467
>      Project: maven
>         Type: Bug
>   Components: plugin manager
>     Versions: 1.0
>     Reporter: Brett Porter

>
>
> ref: maven-user.
> I'm pretty sure this will come up empty:
> <project>
>   <goal name="foo">
>     <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
>     <echo>${foo}</echo>
>   </goal>
> </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


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


[jira] Reopened: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

   Reopener: Brett Porter
       Date: Thu, 4 Nov 2004 6:34 PM

actually, maven:set before initialisation did fail
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Thu, 4 Nov 2004 6:34 PM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Updated: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Wed, 2 Mar 2005 10:01 PM
    Comment:
don't want to sacrifics backwards campat so badly for 1.1
    Changes:
             Fix Version changed from 1.1
             Component changed from plugin manager
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1467?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Wed, 2 Mar 2005 10:01 PM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 4 Nov 2004 7:22 AM

actually this works
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Thu, 4 Nov 2004 7:22 AM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

   Reopener: Brett Porter
       Date: Sat, 6 Nov 2004 5:37 AM

reopening again - causes checkstyle to fail
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Sat, 6 Nov 2004 5:37 AM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 4 Nov 2004 6:34 PM

this is now fixed in my local copy
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Thu, 4 Nov 2004 6:34 PM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 6 Nov 2004 4:14 AM

done.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Sat, 6 Nov 2004 4:14 AM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Updated: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Mon, 8 Nov 2004 3:12 AM
    Comment:
because context creation is determined by goal attainment, :set cannot reliably predict the context used. This might be attackable if some backwards compat is sacrificed...
    Changes:
             Fix Version changed to 1.1
             Fix Version changed from 1.0.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1467?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1467

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1467
    Summary: maven:get/set doesn't appear to correctly initialise plugin in some cases
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin manager
   Fix Fors:
             1.1
   Versions:
             1.0

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Thu, 14 Oct 2004 7:53 PM
    Updated: Mon, 8 Nov 2004 3:12 AM

Description:
ref: maven-user.

I'm pretty sure this will come up empty:

<project>
  <goal name="foo">
    <maven:get plugin="maven-war-plugin" var="foo" property="maven.war.src" />
    <echo>${foo}</echo>
  </goal>
</project>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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