Dear Wiki user, You have subscribed to a wiki page or wiki category on "Turbine Wiki" for change notification.
The "Turbine4/Turbine4.0M1/Migrate233" page has been changed by ThomasVandahl: http://wiki.apache.org/turbine/Turbine4/Turbine4.0M1/Migrate233?action=diff&rev1=12&rev2=13 Comment: Fix layout === Replace Imports === - * `org.apache.turbine.util.parser.ParameterParser` with `org.apache.fulcrum.parser.ParameterParser` + * `org.apache.turbine.util.parser.ParameterParser` with `org.apache.fulcrum.parser.ParameterParser` - * `org.apache.turbine.services.intake.*` with `org.apache.fulcrum.intake.*` (except IntakeTool) + * `org.apache.turbine.services.intake.*` with `org.apache.fulcrum.intake.*` (except !IntakeTool) - * `org.apache.turbine.services.cache.*` with `org.apache.fulcrum.cache.*` + * `org.apache.turbine.services.cache.*` with `org.apache.fulcrum.cache.*` - * ... + * ... == Gotchas == The following problems/bugs have surfaced during test migrations. If possible, a workaround is provided. - * The TurbineYaafiComponentService tries to read its `containerConfiguration.xml` before the application root directory is set. The workaround is to set the path to the `containerConfiguration.xml` file to an absolute value. + * The !TurbineYaafiComponentService tries to read its `containerConfiguration.xml` before the application root directory is set. The workaround is to set the path to the `containerConfiguration.xml` file to an absolute value. - * The macro `#!TurbineHtmlHead()` doesn't work with style sheets. It uses the old methods of $page. As a workaround, place the file `macros/TurbineMacros.vm` from `turbine-2.3.3.jar` into the `WEB-INF/classes` directory of your web application. + * The macro `#TurbineHtmlHead()` doesn't work with style sheets. It uses the old methods of $page. As a workaround, place the file `macros/TurbineMacros.vm` from `turbine-2.3.3.jar` into the `WEB-INF/classes` directory of your web application. - * The Intake fields are not initialized from the ParameterParser. No solution yet. + * The Intake fields are not initialized from the !ParameterParser. No solution yet. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@turbine.apache.org For additional commands, e-mail: dev-h...@turbine.apache.org