You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <de...@geronimo.apache.org> on 2005/12/08 04:31:54 UTC

[jira] Created: (GERONIMO-1308) Continued build problems with "new" Maven goals

Continued build problems with "new" Maven goals
-----------------------------------------------

         Key: GERONIMO-1308
         URL: http://issues.apache.org/jira/browse/GERONIMO-1308
     Project: Geronimo
        Type: Bug
  Components: buildsystem  
    Versions: 1.0    
 Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
    Reporter: Donald Woods
 Assigned to: Donald Woods 
    Priority: Blocker


Continued build problems as noted in email trials -
   Re: [M1] Plugin hell, help desperately needed
   Re: A successful build
Suggested maven m:clean new, never worked for me on a clean WinXP system.
Fix for new4 goal, was to re-enable the following dependency -
        <dependency>
            <groupId>geronimo</groupId>
            <artifactId>geronimo-packaging-plugin</artifactId>
            <version>${geronimo_version}</version>
            <type>plugin</type>
        </dependency>
Fix for new5 goal, was to insert the following new dependency -
        <dependency>
            <groupId>geronimo</groupId>
            <artifactId>geronimo-izpack-plugin</artifactId>
            <type>plugin</type>
            <version>${pom.currentVersion}</version>
        </dependency>

Will attach the patch files for the above in a few minutes.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1308) Continued build problems with "new" Maven goals

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1308?page=all ]
     
David Jencks closed GERONIMO-1308:
----------------------------------

    Fix Version: 1.0
     Resolution: Fixed

Thanks!!!!!

Sending        assemblies/j2ee-installer/project.xml
Sending        configs/geronimo-gbean-deployer/project.xml
Transmitting file data ..
Committed revision 354965.

> Continued build problems with "new" Maven goals
> -----------------------------------------------
>
>          Key: GERONIMO-1308
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1308
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>  Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
>     Reporter: Donald Woods
>     Assignee: David Jencks
>     Priority: Blocker
>      Fix For: 1.0
>  Attachments: Geronimo-1308.patch
>
> Continued build problems as noted in email trials -
>    Re: [M1] Plugin hell, help desperately needed
>    Re: A successful build
> Suggested maven m:clean new, never worked for me on a clean WinXP system.
> Fix for new4 goal, was to re-enable the following dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-packaging-plugin</artifactId>
>             <version>${geronimo_version}</version>
>             <type>plugin</type>
>         </dependency>
> Fix for new5 goal, was to insert the following new dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-izpack-plugin</artifactId>
>             <type>plugin</type>
>             <version>${pom.currentVersion}</version>
>         </dependency>
> Will attach the patch files for the above in a few minutes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-1308) Continued build problems with "new" Maven goals

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1308?page=all ]

David Jencks reassigned GERONIMO-1308:
--------------------------------------

    Assign To: David Jencks  (was: Donald Woods)

> Continued build problems with "new" Maven goals
> -----------------------------------------------
>
>          Key: GERONIMO-1308
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1308
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>  Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
>     Reporter: Donald Woods
>     Assignee: David Jencks
>     Priority: Blocker
>  Attachments: Geronimo-1308.patch
>
> Continued build problems as noted in email trials -
>    Re: [M1] Plugin hell, help desperately needed
>    Re: A successful build
> Suggested maven m:clean new, never worked for me on a clean WinXP system.
> Fix for new4 goal, was to re-enable the following dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-packaging-plugin</artifactId>
>             <version>${geronimo_version}</version>
>             <type>plugin</type>
>         </dependency>
> Fix for new5 goal, was to insert the following new dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-izpack-plugin</artifactId>
>             <type>plugin</type>
>             <version>${pom.currentVersion}</version>
>         </dependency>
> Will attach the patch files for the above in a few minutes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1308) Continued build problems with "new" Maven goals

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1308?page=all ]

Donald Woods updated GERONIMO-1308:
-----------------------------------

    Geronimo Info: [Patch Available]

> Continued build problems with "new" Maven goals
> -----------------------------------------------
>
>          Key: GERONIMO-1308
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1308
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>  Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>     Priority: Blocker
>  Attachments: Geronimo-1308.patch
>
> Continued build problems as noted in email trials -
>    Re: [M1] Plugin hell, help desperately needed
>    Re: A successful build
> Suggested maven m:clean new, never worked for me on a clean WinXP system.
> Fix for new4 goal, was to re-enable the following dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-packaging-plugin</artifactId>
>             <version>${geronimo_version}</version>
>             <type>plugin</type>
>         </dependency>
> Fix for new5 goal, was to insert the following new dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-izpack-plugin</artifactId>
>             <type>plugin</type>
>             <version>${pom.currentVersion}</version>
>         </dependency>
> Will attach the patch files for the above in a few minutes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1308) Continued build problems with "new" Maven goals

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1308?page=all ]

Donald Woods updated GERONIMO-1308:
-----------------------------------

    Attachment: Geronimo-1308.patch

Attaching patch file for
   assemblies/j2ee-installer/project.xml
   configs/geronimo-gbean-deployer/project.xml


> Continued build problems with "new" Maven goals
> -----------------------------------------------
>
>          Key: GERONIMO-1308
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1308
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>  Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
>     Reporter: Donald Woods
>     Assignee: Donald Woods
>     Priority: Blocker
>  Attachments: Geronimo-1308.patch
>
> Continued build problems as noted in email trials -
>    Re: [M1] Plugin hell, help desperately needed
>    Re: A successful build
> Suggested maven m:clean new, never worked for me on a clean WinXP system.
> Fix for new4 goal, was to re-enable the following dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-packaging-plugin</artifactId>
>             <version>${geronimo_version}</version>
>             <type>plugin</type>
>         </dependency>
> Fix for new5 goal, was to insert the following new dependency -
>         <dependency>
>             <groupId>geronimo</groupId>
>             <artifactId>geronimo-izpack-plugin</artifactId>
>             <type>plugin</type>
>             <version>${pom.currentVersion}</version>
>         </dependency>
> Will attach the patch files for the above in a few minutes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira