Well, my issue concerning the compiler seems to have been solved with RC11 -
the entire build is working now.
Maybe it had something to do with the fact that I am setting the compiler
version by using a property:
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>${javaVersion}</source>
                        <target>${javaVersion}</target>
                    </configuration>
                </plugin>

Cheers,

Peter

2008/8/25 John Casey <[EMAIL PROTECTED]>

> Well, looks like I lost track of a few issues that came up with RC10. I'll
> work on addressing those issues, and probably follow up with an RC12 if we
> find bugs.
>
> -john
>
>
> John Casey wrote:
>
>> Hi again,
>>
>> One bug was identified in 2.0.10-RC10 last Friday night. This release
>> candidate addresses that issue. You can find it here:
>>
>>
>> http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC11/org/apache/maven/apache-maven/2.0.10-RC11/<http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.0.10-RC11/org/apache/maven/apache-maven/2.0.10-RC11/>
>>
>> Please give this a spin when you get a chance, and let us know if you find
>> any problems. We'll file any issues in JIRA against version 2.0.10 for
>> tracking purposes, and to give us a JIRA # to use when writing the
>> integration test to verify the fix.
>>
>> Thanks,
>>
>> -john
>>
>>
> --
> John Casey
> Developer, PMC Member - Apache Maven (http://maven.apache.org)
> Blog: http://www.ejlife.net/blogs/buildchimp/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to