You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Matthias Wessendorf <ma...@apache.org> on 2009/12/01 19:57:39 UTC

[scripting extension] compile errors ?

Hello,

is it just me ? Or does the scripting module not compile for you as well ?

[INFO] Compilation failure

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[26,42]
cannot find symbol
symbol  : class ClassLoaderExtension
location: package org.apache.myfaces.shared_impl.util

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[39,39]
cannot find symbol
symbol: class ClassLoaderExtension
public class CustomChainLoader extends ClassLoaderExtension {

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[24,42]
cannot find symbol
symbol  : class ClassLoaderExtension
location: package org.apache.myfaces.shared_impl.util

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[166,48]
cannot find symbol
symbol  : class ClassLoaderExtension
location: class org.apache.myfaces.scripting.core.util.ClassUtils

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[25,32]
cannot find symbol
symbol  : class StartupListener
location: package org.apache.myfaces.webapp

/home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[35,63]
cannot find symbol
symbol: class StartupListener
public class StartupServletContextPluginChainLoader implements StartupListener {



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [scripting extension] compile errors ?

Posted by Werner Punz <we...@gmail.com>.
Hi we could resolve that yesterday "offline", I am in the middle of an 
overhaul of the codebase, so I am reluctant to commit some quick fixes 
now, the pom.xml needs to be upgraded to the latest stable
of myfaces (since the snapshots seem to be obviously older in shared 
than what the project expects, not sure if the stable has the shared 
trunk integrated, the classes were committed around last july or so, so 
I assume they are in)

not sure if Matthias already has committed the fixes to the poms, 
otherwise my next rather big commit will fix it (which wont be this week 
anymore since I am working on the last huge open issue here regarding 
the bean reloading and classloader classcast exceptions)

The scripting project however is fine, it is just that the shared code 
which is needed for the projects initialisation is not picked up from
the deployed snapshots. Anyway it will be fixed with my next commit 
(hopefully next week) if it is not fixed already.



Werner


Matthias Wessendorf schrieb:
> On Tue, Dec 1, 2009 at 8:22 PM, Matthias Wessendorf <ma...@apache.org> wrote:
>> eh...
>>
>> myfaces_129_SNAPSHOT needs shared_308_SNAPSHOT
> 
> see here:
> http://markmail.org/message/qpkfmfjv2t5aa62a
> 
>> and scripting needs 129:SNAPSHOT
> 
> and here:
> http://svn.apache.org/viewvc?view=revision&revision=885883
> 
>> :-)
>>
>> On Tue, Dec 1, 2009 at 7:57 PM, Matthias Wessendorf <ma...@apache.org> wrote:
>>> Hello,
>>>
>>> is it just me ? Or does the scripting module not compile for you as well ?
>>>
>>> [INFO] Compilation failure
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[26,42]
>>> cannot find symbol
>>> symbol  : class ClassLoaderExtension
>>> location: package org.apache.myfaces.shared_impl.util
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[39,39]
>>> cannot find symbol
>>> symbol: class ClassLoaderExtension
>>> public class CustomChainLoader extends ClassLoaderExtension {
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[24,42]
>>> cannot find symbol
>>> symbol  : class ClassLoaderExtension
>>> location: package org.apache.myfaces.shared_impl.util
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[166,48]
>>> cannot find symbol
>>> symbol  : class ClassLoaderExtension
>>> location: class org.apache.myfaces.scripting.core.util.ClassUtils
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[25,32]
>>> cannot find symbol
>>> symbol  : class StartupListener
>>> location: package org.apache.myfaces.webapp
>>>
>>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[35,63]
>>> cannot find symbol
>>> symbol: class StartupListener
>>> public class StartupServletContextPluginChainLoader implements StartupListener {
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
> 
> 
> 


Re: [scripting extension] compile errors ?

Posted by Matthias Wessendorf <ma...@apache.org>.
On Tue, Dec 1, 2009 at 8:22 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> eh...
>
> myfaces_129_SNAPSHOT needs shared_308_SNAPSHOT

see here:
http://markmail.org/message/qpkfmfjv2t5aa62a

> and scripting needs 129:SNAPSHOT

and here:
http://svn.apache.org/viewvc?view=revision&revision=885883

>
> :-)
>
> On Tue, Dec 1, 2009 at 7:57 PM, Matthias Wessendorf <ma...@apache.org> wrote:
>> Hello,
>>
>> is it just me ? Or does the scripting module not compile for you as well ?
>>
>> [INFO] Compilation failure
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[26,42]
>> cannot find symbol
>> symbol  : class ClassLoaderExtension
>> location: package org.apache.myfaces.shared_impl.util
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[39,39]
>> cannot find symbol
>> symbol: class ClassLoaderExtension
>> public class CustomChainLoader extends ClassLoaderExtension {
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[24,42]
>> cannot find symbol
>> symbol  : class ClassLoaderExtension
>> location: package org.apache.myfaces.shared_impl.util
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[166,48]
>> cannot find symbol
>> symbol  : class ClassLoaderExtension
>> location: class org.apache.myfaces.scripting.core.util.ClassUtils
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[25,32]
>> cannot find symbol
>> symbol  : class StartupListener
>> location: package org.apache.myfaces.webapp
>>
>> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[35,63]
>> cannot find symbol
>> symbol: class StartupListener
>> public class StartupServletContextPluginChainLoader implements StartupListener {
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Re: [scripting extension] compile errors ?

Posted by Matthias Wessendorf <ma...@apache.org>.
eh...

myfaces_129_SNAPSHOT needs shared_308_SNAPSHOT
and scripting needs 129:SNAPSHOT

:-)

On Tue, Dec 1, 2009 at 7:57 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> Hello,
>
> is it just me ? Or does the scripting module not compile for you as well ?
>
> [INFO] Compilation failure
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[26,42]
> cannot find symbol
> symbol  : class ClassLoaderExtension
> location: package org.apache.myfaces.shared_impl.util
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/CustomChainLoader.java:[39,39]
> cannot find symbol
> symbol: class ClassLoaderExtension
> public class CustomChainLoader extends ClassLoaderExtension {
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[24,42]
> cannot find symbol
> symbol  : class ClassLoaderExtension
> location: package org.apache.myfaces.shared_impl.util
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/core/util/ClassUtils.java:[166,48]
> cannot find symbol
> symbol  : class ClassLoaderExtension
> location: class org.apache.myfaces.scripting.core.util.ClassUtils
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[25,32]
> cannot find symbol
> symbol  : class StartupListener
> location: package org.apache.myfaces.webapp
>
> /home/matzew/work/source/javanight/extensions/core/core/src/main/java/org/apache/myfaces/scripting/servlet/StartupServletContextPluginChainLoader.java:[35,63]
> cannot find symbol
> symbol: class StartupListener
> public class StartupServletContextPluginChainLoader implements StartupListener {
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf