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/10/15 23:38:21 UTC

[jira] Created: (MPECLIPSE-50) Support for Eclipse-Plugin maven projects (or kind="con" classpath)

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-50

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-50
    Summary: Support for Eclipse-Plugin maven projects (or kind="con" classpath)
       Type: Improvement

     Status: Unassigned
   Priority: Minor

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

    Project: maven-eclipse-plugin

   Assignee: 
   Reporter: Simon Ringuette

    Created: Fri, 15 Oct 2004 5:37 PM
    Updated: Fri, 15 Oct 2004 5:37 PM

Description:
I have made a simple modificaiton that add a new property :

maven.eclipse.conclasspath

that affect the .classpath generated file.

This is very usefull if your maven project is for instance a eclipse-plugin project. In a eclipse-plugin project you need to add the following line to the .classpath file:

<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

The "con" kind was not covered by other properties. Now you have a new property named "maven.eclipse.conclasspath" that takes one ore more (coma separated) "con" kind classpath. Ex:

maven.eclipse.conclasspath=org.eclipse.pde.core.requiredPlugins



---------------------------------------------------------------------
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: (MPECLIPSE-50) Support for Eclipse-Plugin maven projects (or kind="con" classpath)

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

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Tue, 19 Oct 2004 7:56 AM

Please check out the unit test that I added..
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-50

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-50
    Summary: Support for Eclipse-Plugin maven projects (or kind="con" classpath)
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

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

    Project: maven-eclipse-plugin
   Fix Fors:
             1.9

   Assignee: David Eric Pugh
   Reporter: Simon Ringuette

    Created: Fri, 15 Oct 2004 5:37 PM
    Updated: Tue, 19 Oct 2004 7:56 AM

Description:
I have made a simple modificaiton that add a new property :

maven.eclipse.conclasspath

that affect the .classpath generated file.

This is very usefull if your maven project is for instance a eclipse-plugin project. In a eclipse-plugin project you need to add the following line to the .classpath file:

<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

The "con" kind was not covered by other properties. Now you have a new property named "maven.eclipse.conclasspath" that takes one ore more (coma separated) "con" kind classpath. Ex:

maven.eclipse.conclasspath=org.eclipse.pde.core.requiredPlugins



---------------------------------------------------------------------
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: (MPECLIPSE-50) Support for Eclipse-Plugin maven projects (or kind="con" classpath)

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

    Updater: Simon Ringuette (mailto:sringuette@trisotech.com)
       Date: Fri, 15 Oct 2004 5:40 PM
    Comment:
Here is the patch file in diff format for this improvement
    Changes:
             Attachment changed to eclipse.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPECLIPSE-50?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-50

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-50
    Summary: Support for Eclipse-Plugin maven projects (or kind="con" classpath)
       Type: Improvement

     Status: Unassigned
   Priority: Minor

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

    Project: maven-eclipse-plugin

   Assignee: 
   Reporter: Simon Ringuette

    Created: Fri, 15 Oct 2004 5:37 PM
    Updated: Fri, 15 Oct 2004 5:40 PM

Description:
I have made a simple modificaiton that add a new property :

maven.eclipse.conclasspath

that affect the .classpath generated file.

This is very usefull if your maven project is for instance a eclipse-plugin project. In a eclipse-plugin project you need to add the following line to the .classpath file:

<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

The "con" kind was not covered by other properties. Now you have a new property named "maven.eclipse.conclasspath" that takes one ore more (coma separated) "con" kind classpath. Ex:

maven.eclipse.conclasspath=org.eclipse.pde.core.requiredPlugins



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