You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Joakim Erdfelt (JIRA)" <ji...@codehaus.org> on 2006/02/15 18:31:19 UTC

[jira] Created: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Add support for WSAD specifics on a J2EE project.
-------------------------------------------------

         Key: MNGECLIPSE-77
         URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
     Project: Maven 2.x Extension for Eclipse
        Type: New Feature

    Reporter: Joakim Erdfelt
 Assigned to: Eugene Kuleshov 


Need the ability to support the WSAD / J2EE specific configurations.

The Eclipse extension needs to either ...
# map the WSAD / J2EE project directory structure to a Maven pom.  
  This way allows the user to use the WSAD J2EE wizards.
# map a Maven J2EE pom to the WSAD / J2EE project configuration.
  This way makes Maven the start of all J2EE applications.
  This could be done by Eclipse extension specifics, or 
  with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

-- 
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] Commented: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Posted by "Joakim Erdfelt (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=comments#action_58835 ] 

Joakim Erdfelt commented on MNGECLIPSE-77:
------------------------------------------

WSAD is eclipse at its heart.

However, the user generated J2EE projects generated using the built-in WSAD wizards, create many non-maven-standard directories and configuration files.

Several users in maven-users have been successful in mapping the defailt of a pre-built WSAD project into a maven pom.
http://mail-archives.apache.org/mod_mbox/maven-users/200601.mbox/%3cFB83C73994964D4EA7B43A6D239CB8BE12C26C@webifymail01.webify.local%3e

Basic details of a J2EE Web App. (EJB and EAR coming in subsequent comments).

   Basic WebAppProject
     JavaSource/com/company/source/MyLogic.java
     WebContent/META-INF/
     WebContent/WEB-INF/lib/
     WebContent/index.jsp
     WebContent/login.jsp

More details as they arrive.


> Add support for WSAD specifics on a J2EE project.
> -------------------------------------------------
>
>          Key: MNGECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
>      Project: Maven 2.x Extension for Eclipse
>         Type: New Feature

>     Reporter: Joakim Erdfelt
>     Assignee: Eugene Kuleshov
>     Priority: Minor

>
>
> Need the ability to support the WSAD / J2EE specific configurations.
> The Eclipse extension needs to either ...
> # map the WSAD / J2EE project directory structure to a Maven pom.  
>   This way allows the user to use the WSAD J2EE wizards.
> # map a Maven J2EE pom to the WSAD / J2EE project configuration.
>   This way makes Maven the start of all J2EE applications.
>   This could be done by Eclipse extension specifics, or 
>   with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

-- 
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: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=all ]

Eugene Kuleshov updated MNGECLIPSE-77:
--------------------------------------

    Fix Version:     (was: 0.0.8)

> Add support for WSAD specifics on a J2EE project.
> -------------------------------------------------
>
>          Key: MNGECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
>      Project: Maven 2.x Extension for Eclipse
>         Type: New Feature

>     Reporter: Joakim Erdfelt
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>  Attachments: sample-projects-wsad6.x.tar.bz2
>
>
> Need the ability to support the WSAD / J2EE specific configurations.
> The Eclipse extension needs to either ...
> # map the WSAD / J2EE project directory structure to a Maven pom.  
>   This way allows the user to use the WSAD J2EE wizards.
> # map a Maven J2EE pom to the WSAD / J2EE project configuration.
>   This way makes Maven the start of all J2EE applications.
>   This could be done by Eclipse extension specifics, or 
>   with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

-- 
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: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Posted by "Joakim Erdfelt (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=all ]

Joakim Erdfelt updated MNGECLIPSE-77:
-------------------------------------

    Fix Version: 0.0.8

> Add support for WSAD specifics on a J2EE project.
> -------------------------------------------------
>
>          Key: MNGECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
>      Project: Maven 2.x Extension for Eclipse
>         Type: New Feature

>     Reporter: Joakim Erdfelt
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>      Fix For: 0.0.8
>  Attachments: sample-projects-wsad6.x.tar.bz2
>
>
> Need the ability to support the WSAD / J2EE specific configurations.
> The Eclipse extension needs to either ...
> # map the WSAD / J2EE project directory structure to a Maven pom.  
>   This way allows the user to use the WSAD J2EE wizards.
> # map a Maven J2EE pom to the WSAD / J2EE project configuration.
>   This way makes Maven the start of all J2EE applications.
>   This could be done by Eclipse extension specifics, or 
>   with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

-- 
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: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=all ]

Eugene Kuleshov updated MNGECLIPSE-77:
--------------------------------------

    Priority: Minor  (was: Major)

Please be more specific. What project structure you are talking about and what kind of wizards you need to use on top of that. Generally, if you can reflect your project structure in Maven's POM or define an Archetype for WSAD specifics plugin will be able to handle that out of the box.

Note that WSAD is not a free product and we would need either serious motivation or support from interested parties in order to implement any proprietory features.

> Add support for WSAD specifics on a J2EE project.
> -------------------------------------------------
>
>          Key: MNGECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
>      Project: Maven 2.x Extension for Eclipse
>         Type: New Feature

>     Reporter: Joakim Erdfelt
>     Assignee: Eugene Kuleshov
>     Priority: Minor

>
>
> Need the ability to support the WSAD / J2EE specific configurations.
> The Eclipse extension needs to either ...
> # map the WSAD / J2EE project directory structure to a Maven pom.  
>   This way allows the user to use the WSAD J2EE wizards.
> # map a Maven J2EE pom to the WSAD / J2EE project configuration.
>   This way makes Maven the start of all J2EE applications.
>   This could be done by Eclipse extension specifics, or 
>   with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

-- 
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: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

Posted by "Joakim Erdfelt (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=all ]

Joakim Erdfelt updated MNGECLIPSE-77:
-------------------------------------

    Attachment: sample-projects-wsad6.x.tar.bz2

> Add support for WSAD specifics on a J2EE project.
> -------------------------------------------------
>
>          Key: MNGECLIPSE-77
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-77
>      Project: Maven 2.x Extension for Eclipse
>         Type: New Feature

>     Reporter: Joakim Erdfelt
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>  Attachments: sample-projects-wsad6.x.tar.bz2
>
>
> Need the ability to support the WSAD / J2EE specific configurations.
> The Eclipse extension needs to either ...
> # map the WSAD / J2EE project directory structure to a Maven pom.  
>   This way allows the user to use the WSAD J2EE wizards.
> # map a Maven J2EE pom to the WSAD / J2EE project configuration.
>   This way makes Maven the start of all J2EE applications.
>   This could be done by Eclipse extension specifics, or 
>   with the use of pre-defined Archetypes that show up on the New Project / Maven Archetype Wizards within Eclipse.

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