You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Ken Ballard (JIRA)" <ji...@codehaus.org> on 2005/11/09 15:14:06 UTC

[jira] Created: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

It seems the excludes weren't made configurable as they should have been.
-------------------------------------------------------------------------

         Key: MNG-1477
         URL: http://jira.codehaus.org/browse/MNG-1477
     Project: Maven 2
        Type: Bug
  Components: maven-ejb-plugin  
    Versions: 2.0    
 Environment: All operating systems
    Reporter: Ken Ballard
     Fix For: 2.0


You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.

Here is an email thread with Brett Porter:

It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?

- Brett

On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> In M1.0.2, I put this:
>
> maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
>
> in my project.properties. Does anyone know how to achieve this in M2?
>
> Thanks,
> Ken
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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

-- 
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] Updated: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]

Jason van Zyl updated MNG-1477:
-------------------------------

    Fix Version:     (was: 2.0)
                 2.0.1

> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>      Fix For: 2.0.1

>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]
     
Edwin Punzalan closed MNG-1477:
-------------------------------

    Resolution: Duplicate

> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>     Assignee: Edwin Punzalan
>  Attachments: MNG-1477-maven-ejb-plugin.patch
>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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] Updated: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]

Edwin Punzalan updated MNG-1477:
--------------------------------

    Fix Version:     (was: 2.0.1)

> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>     Assignee: Edwin Punzalan
>  Attachments: MNG-1477-maven-ejb-plugin.patch
>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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] Updated: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]

Edwin Punzalan updated MNG-1477:
--------------------------------

    Attachment: MNG-1477-maven-ejb-plugin.patch

I'm attaching a patch to add the includes and excludes as configurable parameters as well as perform some minor todo's.

Usage will be different from m1, though.  Example usage below:

<configuration>
  <excludes>
    <exclude>**/*EJB.class</exclude>
    <exclude>**/*Bean.class</exclude>
    <exclude>**/*CMP.class</exclude>
    <exclude>**/*Session.class</exclude>
    <exclude>**/*LocalHome.class</exclude>
    <exclude>**/*Local.class</exclude>
  </excludes>
</configuration>

> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>     Assignee: Edwin Punzalan
>      Fix For: 2.0.1
>  Attachments: MNG-1477-maven-ejb-plugin.patch
>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]
     
Edwin Punzalan reopened MNG-1477:
---------------------------------


> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>     Assignee: Edwin Punzalan
>      Fix For: 2.0.1
>  Attachments: MNG-1477-maven-ejb-plugin.patch
>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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: (MNG-1477) It seems the excludes weren't made configurable as they should have been.

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1477?page=all ]
     
Edwin Punzalan closed MNG-1477:
-------------------------------

    Resolution: Duplicate

> It seems the excludes weren't made configurable as they should have been.
> -------------------------------------------------------------------------
>
>          Key: MNG-1477
>          URL: http://jira.codehaus.org/browse/MNG-1477
>      Project: Maven 2
>         Type: Bug
>   Components: maven-ejb-plugin
>     Versions: 2.0
>  Environment: All operating systems
>     Reporter: Ken Ballard
>     Assignee: Edwin Punzalan
>      Fix For: 2.0.1
>  Attachments: MNG-1477-maven-ejb-plugin.patch
>
>
> You can't configure Maven to exclude classes from the ejb client jar. It will contain all the classes in the ejb jar.
> Here is an email thread with Brett Porter:
> It seems the excludes weren't made configurable as they should have been. Can you file a request in JIRA?
> - Brett
> On 11/9/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> > In M1.0.2, I put this:
> >
> > maven.ejb.client.base.excludes=**/*EJB.class,**/*Bean.class,**/*CMP.cl
> > ass,** /*Session.class,**/*LocalHome.class,**/*Local.class
> >
> > in my project.properties. Does anyone know how to achieve this in M2?
> >
> > Thanks,
> > Ken
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

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