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/05/31 00:39:05 UTC

[jira] Created: (MAVEN-1301) rar plugin

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Sun, 30 May 2004 6:37 PM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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] Commented: (MAVEN-1301) rar plugin

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Sun, 30 May 2004 8:18 PM
       Body:
As for the test part, have a look at the ear plugin.

There is a directory there called src/plugin-test. Inside that directory there is a maven project with a maven.xml file.

The maven.xml file has a goal called 'testPlugin' which is the goal that plugin:test expects.

the testPlugin goal pre-reqs 'test-ear' and it's that goal that exercises the functionality of the plugin and performs assertions on the results.

If I can help there, let me know.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1301?page=comments#action_20211

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Sun, 30 May 2004 8:18 PM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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-1301) rar plugin

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

    Updater: $changelogauthor.fullName (mailto:)
       Date: Mon, 31 May 2004 2:24 AM
    Changes:
             Attachment changed to rar-plugin-0.1.jar
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Mon, 31 May 2004 2:24 AM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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-1301) rar plugin

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

    Updater: David Jencks (mailto:david@coredevelopers.net)
       Date: Sun, 30 May 2004 6:39 PM
    Changes:
             Attachment changed to rar-plugin-0.1.jar
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Sun, 30 May 2004 6:39 PM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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] Commented: (MAVEN-1301) rar plugin

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: David Jencks
    Created: Mon, 31 May 2004 2:26 AM
       Body:
File 2 includes a test for  the rar plugin.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1301?page=comments#action_20213

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Mon, 31 May 2004 2:26 AM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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-1301) rar plugin

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

   The following issue has been closed.

   Resolver: dion gillard
       Date: Wed, 16 Jun 2004 10:52 PM

Initial version committed
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: dion gillard
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Wed, 16 Jun 2004 10:52 PM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


---------------------------------------------------------------------
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] Commented: (MAVEN-1301) rar plugin

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 16 Jun 2004 9:34 PM
       Body:
Plugin installs and tests ok.

Looking at the docs
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1301?page=comments#action_20753

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1301
    Summary: rar plugin
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: dion gillard
   Reporter: David Jencks

    Created: Sun, 30 May 2004 6:37 PM
    Updated: Wed, 16 Jun 2004 9:34 PM

Description:
rar plugin.

This is designed to be using in the same project as j2ee connector source code.  The goal rar:install executed after jar:install or jar:jar will package the projects jar file, the ra.xml deployment descriptors and any other app-server specific deployment descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into a rar file and install it into the local repository under the rars type.

xdoc goals.xml, navigation.xml and properties.xml can be generated using the appropriate maven commands.  I'm not sure if these are usually checked into cvs since they can be generated.

This is heavily cribbed from the  ear plugin.

I'd consider writing a test if someone would point out how they work and can be run.

I'd appreciate it if this could be added soon since it is needed in several other projects and I would rather not check it into those projects.


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