You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Gilles Scokart (JIRA)" <ji...@codehaus.org> on 2005/08/22 11:55:10 UTC

[jira] Created: (MNG-770) m2 eclipse:eclipse should look at the JDK versions

m2 eclipse:eclipse should look at the JDK versions
--------------------------------------------------

         Key: MNG-770
         URL: http://jira.codehaus.org/browse/MNG-770
     Project: Maven 2
        Type: Improvement
    Versions: 2.0-alpha-3    
 Reporter: Gilles Scokart
    Priority: Minor


Currently, the option :

<plugin>
	      <groupId>org.apache.maven.plugins</groupId>
	      <artifactId>maven-compiler-plugin</artifactId>
	      <configuration>
	        <source>1.5</source>
	        <target>1.5</target>
	      </configuration>
</plugin>

are not read by the eclipse plugin.  The generated project use the default workspace source and target.  Since eclipse 3.x, there is a .settings directory in which we can place such options.

I don't know if one plug-in can read options of an other one, but if it can, it would be nice the the eclipse plugin use this information when generating the project.

-- 
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: (MNG-770) m2 eclipse:eclipse should look at the JDK versions

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-770?page=comments#action_44900 ] 

fabrizio giustina commented on MNG-770:
---------------------------------------

This feature has already been added to the version in svn (already committed, it's not related to my patch for MNG-760).
The issue can be closed.

> m2 eclipse:eclipse should look at the JDK versions
> --------------------------------------------------
>
>          Key: MNG-770
>          URL: http://jira.codehaus.org/browse/MNG-770
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-3
>     Reporter: Gilles Scokart
>     Priority: Minor

>
>
> Currently, the option :
> <plugin>
> 	      <groupId>org.apache.maven.plugins</groupId>
> 	      <artifactId>maven-compiler-plugin</artifactId>
> 	      <configuration>
> 	        <source>1.5</source>
> 	        <target>1.5</target>
> 	      </configuration>
> </plugin>
> are not read by the eclipse plugin.  The generated project use the default workspace source and target.  Since eclipse 3.x, there is a .settings directory in which we can place such options.
> I don't know if one plug-in can read options of an other one, but if it can, it would be nice the the eclipse plugin use this information when generating the project.

-- 
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-770) m2 eclipse:eclipse should look at the JDK versions

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

    Resolution: Duplicate

> m2 eclipse:eclipse should look at the JDK versions
> --------------------------------------------------
>
>          Key: MNG-770
>          URL: http://jira.codehaus.org/browse/MNG-770
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-3
>     Reporter: Gilles Scokart
>     Priority: Minor

>
>
> Currently, the option :
> <plugin>
> 	      <groupId>org.apache.maven.plugins</groupId>
> 	      <artifactId>maven-compiler-plugin</artifactId>
> 	      <configuration>
> 	        <source>1.5</source>
> 	        <target>1.5</target>
> 	      </configuration>
> </plugin>
> are not read by the eclipse plugin.  The generated project use the default workspace source and target.  Since eclipse 3.x, there is a .settings directory in which we can place such options.
> I don't know if one plug-in can read options of an other one, but if it can, it would be nice the the eclipse plugin use this information when generating the project.

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