You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Doug Douglass (JIRA)" <ji...@codehaus.org> on 2005/09/16 18:13:11 UTC

[jira] Commented: (MNG-685) FAQ about compiling with Java 1.5 are incomplete.

    [ http://jira.codehaus.org/browse/MNG-685?page=comments#action_46536 ] 

Doug Douglass commented on MNG-685:
-----------------------------------

DOXIA-16 fix appears to have resolved this issue. The example http://maven.apache.org/maven2/general.html#Compiling-J2SE-5 now appears complete.

> FAQ about compiling with Java 1.5 are incomplete.
> -------------------------------------------------
>
>          Key: MNG-685
>          URL: http://jira.codehaus.org/browse/MNG-685
>      Project: Maven 2
>         Type: Bug
>   Components: documentation
>     Versions: 2.0-alpha-3
>     Reporter: Ken Weiner
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
>
> The example on how to compile with Java 1.5 is incomplete.
> http://maven.apache.org/maven2/general.html#Compiling-J2SE-5
> The HTML renders the following:
> <build>
>   ...
>   <plugins>
>     <plugin>
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5
> It should actually render:
> <build>
>   ...
>   <plugins>
>     <plugin>
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5</source>
>           <target>1.5</target>
>         </configuration>
>     </plugin>
>   </plugins>
>   ...
> </build>

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