[ http://issues.apache.org/jira/browse/TOMAHAWK-220?page=all ]
Mike Kienenberger reopened TOMAHAWK-220:
----------------------------------------
Assign To: Mike Kienenberger (was: Matthias Weßendorf)
Almost!
E:\myfaces\MYFACE~1\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\custom\picklist\HtmlPicklistRenderer.java:[34,38]
cannot resolve symbol
symbol : class CollectionUtils
location: package collections
E:\myfaces\MYFACE~1\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\custom\ajax\util\AjaxRendererUtils.java:[292,73]
package org.apache.myfaces.shared_impl.renderkit.html does not exist
E:\myfaces\MYFACE~1\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\custom\ajax\util\AjaxRendererUtils.java:[299,71]
package org.apache.myfaces.shared_impl.renderkit.html does not exist
E:\myfaces\MYFACE~1\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\custom\picklist\HtmlPicklistRenderer.java:[310,29]
cannot resolve symbol
symbol : variable CollectionUtils
location: class org.apache.myfaces.custom.picklist.HtmlPicklistRenderer
It looks like AjaxRendererUtils.java was already fixed.
The HtmlPicklistRenderer still needs to be fixed.
When the final fix is in place, the pom file needs to be updated. At that
point, a "mvn clean install" should build without errors, and this issue can
officially be closed.
Index: tomahawk/sandbox/core/pom.xml
===================================================================
--- E:/myfaces/myfaces-current/tomahawk/sandbox/core/pom.xml (revision
394120)
+++ E:/myfaces/myfaces-current/tomahawk/sandbox/core/pom.xml (working copy)
@@ -42,9 +42,7 @@
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.3-SNAPSHOT</version>
- <!-- TODO: This must be fixed ASAP!
- Sandbox components must not have any dependency to
myfaces-impl -->
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<dependency>
> Sandbox has many dependencies on MyFaces-Impl
> ---------------------------------------------
>
> Key: TOMAHAWK-220
> URL: http://issues.apache.org/jira/browse/TOMAHAWK-220
> Project: MyFaces Tomahawk
> Type: Bug
> Versions: 1.1.2-SNAPSHOT
> Reporter: Mike Kienenberger
> Assignee: Mike Kienenberger
>
> Sandbox has many dependencies on MyFaces-Impl:
> org.apache.myfaces.custom.accordion.HtmlAccordionPanelTag
> org.apache.myfaces.custom.convertDateTime.ConvertDateTimeTag
> org.apache.myfaces.custom.inputsuggestajax.HtmlOutputTextTag
> org.apache.myfaces.custom.outputlinkdynamic.OutputLinkDynamicTag
> org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag
> org.apache.myfaces.custom.picklist.HtmlPicklistRenderer
> org.apache.myfaces.custom.statechangednotifier.StateChangedNotifierTag
> org.apache.myfaces.custom.statechangednotifier.StateChangedNotifierRenderer
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira