You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Sami Shalabi (JIRA)" <ji...@apache.org> on 2008/01/08 04:37:34 UTC

[jira] Created: (SHINDIG-3) Adding support for creating a web tool eclipse project

Adding support for creating a web tool eclipse project
------------------------------------------------------

                 Key: SHINDIG-3
                 URL: https://issues.apache.org/jira/browse/SHINDIG-3
             Project: Shindig
          Issue Type: Improvement
         Environment: eclipse
            Reporter: Sami Shalabi
            Priority: Minor


Attached is the fix to have maven create an eclipse war project via:

mvn eclipse:eclipse

Fix:

Index: java/gadgets/pom.xml
===================================================================
--- java/gadgets/pom.xml        (revision 609816) 
+++ java/gadgets/pom.xml        (working copy)
@@ -20,6 +20,13 @@
    <finalName>gadgets</finalName>
    <plugins>
      <plugin>
+        <groupId>org.apache.maven.plugins </groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <wtpversion>1.0</wtpversion>
+        </configuration>
+      </plugin> 
+      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-3) Fix Attached: Adding support for creating a web tool eclipse project

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-3.
--------------------------------

    Resolution: Fixed

committed 628225

mvn eclipse:eclipse works for me without this patch, however it also
works fine with this patch, so apply.  Might need to update website docs


> Fix Attached: Adding support for creating a web tool eclipse project
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-3
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-3
>             Project: Shindig
>          Issue Type: Improvement
>         Environment: eclipse
>            Reporter: Sami Shalabi
>            Priority: Minor
>         Attachments: pom.xml
>
>
> Attached is the fix to have maven create an eclipse war project via:
> mvn eclipse:eclipse
> Fix:
> Index: java/gadgets/pom.xml
> ===================================================================
> --- java/gadgets/pom.xml        (revision 609816) 
> +++ java/gadgets/pom.xml        (working copy)
> @@ -20,6 +20,13 @@
>     <finalName>gadgets</finalName>
>     <plugins>
>       <plugin>
> +        <groupId>org.apache.maven.plugins </groupId>
> +        <artifactId>maven-eclipse-plugin</artifactId>
> +        <configuration>
> +          <wtpversion>1.0</wtpversion>
> +        </configuration>
> +      </plugin> 
> +      <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5</source>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-3) Fix Attached: Adding support for creating a web tool eclipse project

Posted by "Sami Shalabi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Shalabi updated SHINDIG-3:
-------------------------------

    Summary: Fix Attached: Adding support for creating a web tool eclipse project  (was: Adding support for creating a web tool eclipse project)

> Fix Attached: Adding support for creating a web tool eclipse project
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-3
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-3
>             Project: Shindig
>          Issue Type: Improvement
>         Environment: eclipse
>            Reporter: Sami Shalabi
>            Priority: Minor
>         Attachments: pom.xml
>
>
> Attached is the fix to have maven create an eclipse war project via:
> mvn eclipse:eclipse
> Fix:
> Index: java/gadgets/pom.xml
> ===================================================================
> --- java/gadgets/pom.xml        (revision 609816) 
> +++ java/gadgets/pom.xml        (working copy)
> @@ -20,6 +20,13 @@
>     <finalName>gadgets</finalName>
>     <plugins>
>       <plugin>
> +        <groupId>org.apache.maven.plugins </groupId>
> +        <artifactId>maven-eclipse-plugin</artifactId>
> +        <configuration>
> +          <wtpversion>1.0</wtpversion>
> +        </configuration>
> +      </plugin> 
> +      <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5</source>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-3) Adding support for creating a web tool eclipse project

Posted by "Sami Shalabi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Shalabi updated SHINDIG-3:
-------------------------------

    Attachment: pom.xml

updated pom.xml file

> Adding support for creating a web tool eclipse project
> ------------------------------------------------------
>
>                 Key: SHINDIG-3
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-3
>             Project: Shindig
>          Issue Type: Improvement
>         Environment: eclipse
>            Reporter: Sami Shalabi
>            Priority: Minor
>         Attachments: pom.xml
>
>
> Attached is the fix to have maven create an eclipse war project via:
> mvn eclipse:eclipse
> Fix:
> Index: java/gadgets/pom.xml
> ===================================================================
> --- java/gadgets/pom.xml        (revision 609816) 
> +++ java/gadgets/pom.xml        (working copy)
> @@ -20,6 +20,13 @@
>     <finalName>gadgets</finalName>
>     <plugins>
>       <plugin>
> +        <groupId>org.apache.maven.plugins </groupId>
> +        <artifactId>maven-eclipse-plugin</artifactId>
> +        <configuration>
> +          <wtpversion>1.0</wtpversion>
> +        </configuration>
> +      </plugin> 
> +      <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5</source>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.