atom feed3 messages in org.apache.shale.issues[jira] Commented: (SHALE-435) Compili...
FromSent OnAttachments
Craig McClanahan (JIRA)Apr 13, 2007 12:55 pm 
Craig McClanahan (JIRA)Apr 13, 2007 9:40 pm 
Craig McClanahan (JIRA)Apr 13, 2007 9:40 pm 
Subject:[jira] Commented: (SHALE-435) Compiling with a 1.6 compiler causes compilation failures
From:Craig McClanahan (JIRA) (ji@apache.org)
Date:Apr 13, 2007 9:40:20 pm
List:org.apache.shale.issues

[
https://issues.apache.org/struts/browse/SHALE-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40794
]

Craig McClanahan commented on SHALE-435: ----------------------------------------

Partially fixed ... you can now compile and test shale-test. However there are
other 1.6 related issues with other modules, so I am leaving this open for the
moment.

Compiling with a 1.6 compiler causes compilation failures ---------------------------------------------------------

Key: SHALE-435 URL: https://issues.apache.org/struts/browse/SHALE-435 Project: Shale Issue Type: Bug Components: Test Affects Versions: 1.1.0-SNAPSHOT Reporter: Craig McClanahan Assigned To: Craig McClanahan Fix For: 1.1.0-SNAPSHOT

Compiling shale-test on a JDK 1.6 platform causes compilation errors, because
neither of the two platform-activated profiles (which want 1.4 and 1.5,
respectively) are triggered, thus omitting the JSF API from the compilation
classpath. This issue is filed against test because it's the first thing that is compiled,
but it obviously needs to be checked for all the other modules as well.