You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Sean Schofield <se...@gmail.com> on 2006/03/07 17:09:30 UTC

Core and JDK 1.3

Dennis mentioned that we are not using JDK 1.3 compile option on the
core branch.  Can someone fix this and test?  I will do one last build
tonight.

Sean

Re: Core and JDK 1.3

Posted by Sean Schofield <se...@gmail.com>.
I believe the core is already compiled using:

    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.3</source>
          <target>1.3</target>
        </configuration>
      </plugin>
    </plugins>

This plugin is configured in the master pom.  I have "released"
myfaces-maven-1.0.1 but I'm not going to have the maven guys push it
to ibiblio until we are ready to push shared and core.

So if you want to test, build the tagged version of myfaces-maven on
your local machine.  Please confirm ASAP since we would like to
release.

Sean

On 3/7/06, Mario Ivankovits <ma...@ops.co.at> wrote:
> Hi Sean!
> > Dennis mentioned that we are not using JDK 1.3 compile option on the
> > core branch.
> Its not only to set the target/source options, but also to
> a) set the bootclasspath for the compiler to the jdk1.3 libraries - see:
> http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks and
> its comments
> or even better
> b) user a jdk1.3 compiler for the build.
>
>
> Ciao,
> Mario
>
>

Re: Core and JDK 1.3

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Sean!
> Dennis mentioned that we are not using JDK 1.3 compile option on the
> core branch.
Its not only to set the target/source options, but also to
a) set the bootclasspath for the compiler to the jdk1.3 libraries - see:
http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks and
its comments
or even better
b) user a jdk1.3 compiler for the build.


Ciao,
Mario