[jira] Commented: (MPEJB-2) ejb:install should also depend and install client

2004-07-29 Thread jira
The following comment has been added to this issue:

 Author: Tim Shadel
Created: Thu, 29 Jul 2004 7:09 PM
   Body:
It's very helpful to default the behavior of 'maven ejb' to build both the client and 
then main ejb.  This issue had two competing patches.  One patch relied on MAVEN-1068 
and MPARTIFACT-4.  Both have been closed as Won't Fix.

Please consider the original patch, ejb.patch (and the typo fix to it), now that the 
competing patch is no longer viable.
-
View this comment:
  http://jira.codehaus.org/browse/MPEJB-2?page=comments#action_22502

-
View the issue:
  http://jira.codehaus.org/browse/MPEJB-2

Here is an overview of the issue:
-
Key: MPEJB-2
Summary: ejb:install should also depend and install client
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: 1 day
 Time Spent: Unknown
  Remaining: 1 day

Project: maven-ejb-plugin
   Versions:
 1.2

   Assignee: 
   Reporter: Archimedes Trajano

Created: Thu, 27 Nov 2003 11:11 PM
Updated: Thu, 29 Jul 2004 7:09 PM

Description:
Need to add into plugin.jelly something like

   



 
  
  

  
  
  

Not sure how to build pom.client though.


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MPEJB-2) ejb:install should also depend and install client

2003-12-08 Thread jira
The following comment has been added to this issue:

 Author: John Casey
Created: Mon, 8 Dec 2003 3:13 PM
   Body:
See also:

MAVEN-1068
MPARTIFACT-4


I have created a patch which works with two other patches (see MAVEN-1068 and 
MPARTIFACT-4) to:

1. Add ArtifactType support to the Dependency.isAddedToClasspath() method, which 
allows the following:


  someproject
  someproject-ejb
  1.0
  ejb-client


which will result in a dependency on the EJB-client jar, not the EJB jar itself.

2. Add ArtifactType support to the DefaultArtifactDeployer.extensionForType(type) 
method, which will correctly allow us to use:

   

which will integrate well into the forseeable future with the artifact-orientation of 
maven.

3. Provide ejb:install-client, ejb:install-client-snapshot, ejb:deploy-client, and 
ejb:deploy-client-snapshot.

This will provide EJB-client jarfile control which is fully analogous to the current 
ejb:ejb -based goals. It then becomes trivial to aggregate the calls to ejb:install 
and ejb:install-client from a maven.xml or other...

Attached is the patch to complete all of this.


-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEJB-2


Here is an overview of the issue:
-
Key: MPEJB-2
Summary: ejb:install should also depend and install client
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: 1 day
 Time Spent: Unknown
  Remaining: 1 day

Project: maven-ejb-plugin
   Versions:
 1.2

   Assignee: 
   Reporter: Archimedes Trajano

Created: Thu, 27 Nov 2003 11:11 PM
Updated: Mon, 8 Dec 2003 3:13 PM

Description:
Need to add into plugin.jelly something like

   



 
  
  

  
  
  

Not sure how to build pom.client though.


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MPEJB-2) ejb:install should also depend and install client

2003-11-27 Thread jira
The following comment has been added to this issue:

 Author: Archimedes Trajano
Created: Thu, 27 Nov 2003 11:58 PM
   Body:
Okay I think I figured it out


 
  
  
   
   
   


  
-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEJB-2


Here is an overview of the issue:
-
Key: MPEJB-2
Summary: ejb:install should also depend and install client
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: 1 day
 Time Spent: Unknown
  Remaining: 1 day

Project: maven-ejb-plugin
   Versions:
 1.2

   Assignee: 
   Reporter: Archimedes Trajano

Created: Thu, 27 Nov 2003 11:11 PM
Updated: Thu, 27 Nov 2003 11:58 PM

Description:
Need to add into plugin.jelly something like

   



 
  
  

  
  
  

Not sure how to build pom.client though.


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]