Hi,
I started using the RichTextEditor in the tapx-yui package (nice work
btw!) which works fine when running under production-mode=false, but
when in production-mode, I get the exception at [1]. I am not quite sure
but it looks like there is a minified asset missing. Am I correct?
cheers,
Joost
[1]
Caused by: java.lang.RuntimeException: Unable to locate asset
'classpath:com/howardlewisship/tapx/yui_2_8_0r4/build/yahoo-dom-event/yahoo-dom-event-min.js'
(the file does not exist).
at
org.apache.tapestry5.internal.services.AssetSourceImpl.getLocalizedAssetFromResource(AssetSourceImpl.java:135)
at
org.apache.tapestry5.internal.services.AssetSourceImpl.getAssetInLocale(AssetSourceImpl.java:104)
at
org.apache.tapestry5.internal.services.AssetSourceImpl.getAsset(AssetSourceImpl.java:84)
at $AssetSource_128df8b57ee.getAsset($AssetSource_128df8b57ee.java)
at
com.howardlewisship.tapx.yui.services.internal.ImportYUIWorker.importJavascriptLibraryForPath(ImportYUIWorker.java:127)
at
com.howardlewisship.tapx.yui.services.internal.ImportYUIWorker.importJavascriptLibrariesForPaths(ImportYUIWorker.java:121)
at
com.howardlewisship.tapx.yui.services.internal.ImportYUIWorker.access$000(ImportYUIWorker.java:35)
at
com.howardlewisship.tapx.yui.services.internal.ImportYUIWorker$1.advise(ImportYUIWorker.java:91)
at
org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation.proceed(AbstractComponentMethodInvocation.java:86)
at
com.howardlewisship.tapx.yui.components.RichTextEditor.beginRender(RichTextEditor.java)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$BeginRenderPhase.invokeComponent(ComponentPageElementImpl.java:237)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$AbstractPhase.run(ComponentPageElementImpl.java:195)
at
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.invoke(ComponentPageElementImpl.java:982)
... 96 more
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org