ICEfaces
  1. ICEfaces
  2. ICE-6118

Enhance build scripts to allow for compiling and building libraries and samples against MyFaces

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.GA, 2.0.2
    • Fix Version/s: 2.1-Beta2, 3.0
    • Component/s: Release
    • Labels:
      None
    • Environment:
      ICEfaces 2.1, MyFaces 2.1
    • Affects:
      Compatibility/Configuration

      Description


      Sample applications can be built with

      ant -Dmyfaces=""

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #26436 Fri Nov 18 10:04:23 MST 2011 ken.fyten ICE-6112 added code for generating faces-config.xml entries for behaviors; adjusted ajax and animation tag handlers to these changes
          ICE-6884 : When ACE component in iterative container, setting ace property during render affects all rows
          ICE-6849 : @Field of type List not generating
          ICE-6394 modifications to remove reference to AnimationBehaviour in hardcoded FacesConfigBuilder. It is now part of the faces-confix.xml to be merged
          ICE-6934 modified generator to accept parameters for short name and namespace in the build script
          ICE-7299 : Generator generates wrong attribute name with the for attribute
          ICE-7348 : ACE generator stores null values that JSF state saving can not handle
          ICE-7321 Added checking in setters to see if the component is disconnected from the component tree to store attributes as default values, rather than row values
          ICE-7031 added Meta class for ajax tag handler; added 'behaviorId' attribute to @TagHandler annotation for BehaviorHandler's; adjusted animation tag handler to this change
          ICE-6118 : Enhance build scripts to allow for compiling and building libraries and samples against MyFaces
          ICE-6970 Adopted Apache 2.0 license source-code headers for ACE source-code.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIComponentMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/utils/PropertyValues.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Facet.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/DefaultValueType.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/utils/Utility.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/TagArtifact.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/build.xml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/Artifact.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/HtmlInputTextMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/Generator.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/ClientBehaviorHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/behavior/ClientBehaviorHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Properties.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentArtifact.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Component.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FacesConfigBuilder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UISelectBooleanMeta.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/TagHandlerArtifact.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/ActionSource.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UICommandMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Implementation.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/TagHandlerContext.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/build.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Expression.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/TagHandler.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Facets.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIOutputMeta.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/TagHandlerType.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIDataMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIInputMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Property.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/TLDBuilder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIMessageMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/utils/FileWriter.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/behavior/Behavior.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/GeneratorContext.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIComponentBaseMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UISelectManyMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FaceletTagLibBuilder.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/ClientEvent.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIMessagesMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Field.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/MetaContext.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UISelectOneMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/ComponentContext.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/annotation/Required.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/FacesConfigMerge.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/TaglibMerge.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIPanelMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/xmlbuilder/XMLBuilder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentHandlerArtifact.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIColumnMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/UIFormMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/behavior/ActionSourceBehavior.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #26432 Fri Nov 18 09:31:05 MST 2011 ken.fyten ICE-6970 Adopted Apache 2.0 license source-code headers for ACE source-code.
          ICE-6118 : Enhance build scripts to allow for compiling and building libraries and samples against MyFaces
          ICE-7370: Consolidate and align ACE component directory, and resource names with actual component names.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/commandLink/LogoutBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset6.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/WEB-INF/web.xml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages_ar.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset8.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/fileEntry2.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/ColumnBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/checkboxRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabsetproxySS.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/sparkleAndCompat.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/calendarEffect.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/StyleClassHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/buttonTableRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/clientside_tabset.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset7.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/pushbuttonRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/button/MenuButtonBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/pushbuttonSam.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/fileentry/FileBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabsetproxyCancelOnInvalidFalse.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/UIDataTest.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/checkbox.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/checkbox/CheckboxBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/SliderHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/fileentry/ByteArrayCallback.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/slider/Bean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/radiobutton.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset3.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset12.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/button/ButtonBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/commandLinkRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset11.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/fparamTestPage.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabsetproxy.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/ButtonTableBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/checkboxSam.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/index.html
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/SliderDataBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/slider_rime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/commandLink.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/immediateTest.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/calendar/CalendarBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/fileEntry.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages_de.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/buttonRepeat.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/pushbutton.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabsetEffect.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/buttonTableSam.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/StyleHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/animationDemo.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/sparkleAndCompatSameNS.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/commandLink/fParamBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/menubutton.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/buttonTable.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/UIDataTestDynamic.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset9.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset_rime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/slider.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset4.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/tabset/Movie.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/tabset/Bean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/calendarTable.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/TabBackingBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/LogoutTestPage.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/mixed.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/WEB-INF/faces-config.xml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabsetproxyRequired.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/UIDataTestRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages_nl.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset1.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/buttonIntabset.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages_fr.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/calendar.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/fileentry/RuntimeExceptionCallback.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/checkbox.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset2.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/calendar/CalendarTableBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/resources/messages_es.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/mixedRime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/CheckDataBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/buttons/mixedSam.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/tabset10.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/UIDataText/LabelHolder.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/TestComponent.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/dateTime.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/slider2.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/commandLink/LinkButtonBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/build.xml
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/src/org/icefaces/demo/Calendar.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/test/web/calendar_sam.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #25025 Wed Jul 13 14:55:34 MDT 2011 deryk.sinotte ICE-6118: adjust javadoc targets so that they can find the JSF lib directory being used
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/core/build.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #25024 Wed Jul 13 14:40:29 MDT 2011 deryk.sinotte ICE-6118: ensure web-profile excludes JSF libraries
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/core/chat-portlet/pom.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/core/chat-portlet/src/main/webapp/WEB-INF/portlet.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/compat/component-showcase-portlets/src/main/webapp/WEB-INF/portlet.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/build/common.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/ace/showcase-portlet/src/main/webapp/WEB-INF/web.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/pom.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #24921 Wed Jun 29 13:25:23 MDT 2011 deryk.sinotte ICE-6118: tweaks to remove/avoid Mojarra specific files during code generation
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/component-metadata/src/main/java/com/icesoft/metadata/generators/MetadataGenerator.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/component-metadata/src/main/java/com/icesoft/jsfmeta/templates/TemplateMetadataGenerator.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/component-metadata/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #24852 Tue Jun 21 10:31:30 MDT 2011 deryk.sinotte ICE-6118: adjust builds to allow for compiling and running against MyFaces 2.1.x libraries and dependencies
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/TagArtifact.java
          Commit graph DEL /icefaces2/trunk/icefaces/lib/jsf-api.jar
          Commit graph DEL /icefaces2/trunk/icefaces/lib/myfaces/myfaces-impl-2.0.3-20101004.041228-7.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/myfaces-impl-2.1.2-SNAPSHOT.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-collections-3.2.jar
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/build.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/component-metadata/build.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/ace/component/build.xml
          Commit graph ADD /icefaces2/trunk/icefaces/lib/mojarra
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/build/common.xml
          Commit graph ADD /icefaces2/trunk/icefaces/lib/mojarra/jsf-impl.jar
          Commit graph MODIFY /icefaces2/trunk/icefaces/ace/generator/build.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/core/build.xml
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/myfaces-api-2.1.2-SNAPSHOT.jar
          Commit graph DEL /icefaces2/trunk/icefaces/lib/myfaces/myfaces-api-2.0.3-20101004.210838-10.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/mojarra/jsf-api.jar
          Commit graph DEL /icefaces2/trunk/icefaces/lib/jsf-impl.jar
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/build.xml
          Commit graph MODIFY /icefaces2/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentHandlerArtifact.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #22623 Thu Oct 14 10:35:19 MDT 2010 ted.goddard compat builds now support myfaces parameter (ICE-6118)
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/build-common.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #22620 Thu Oct 14 09:50:37 MDT 2010 ted.goddard current Myfaces 2.0 binaries from apache.org and myfaces build parameter (ICE-6118)
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/build/common.xml
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-digester-2.1.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/myfaces-impl-2.0.3-20101004.041228-7.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-beanutils-1.8.3.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-discovery-0.4.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/myfaces-api-2.0.3-20101004.210838-10.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-codec-1.4.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces/commons-logging-1.1.1.jar
          Commit graph ADD /icefaces2/trunk/icefaces/lib/myfaces
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #22619 Thu Oct 14 09:47:45 MDT 2010 ted.goddard restored uniform build (ICE-6118)
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/samples/auction/build.xml

            People

            • Assignee:
              Mark Collette
              Reporter:
              Ted Goddard
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: