Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-09-03 Thread Werner Punz
Ok... another scripting extension question. I probably will work the last things out I have to deal with on friday, or monday next week. (Some classpath issues are still pending in the java area) So far we have covered groovy and java but currently under JDK 1.2 What should we do next a)

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-09-03 Thread Matthias Wessendorf
On Thu, Sep 3, 2009 at 2:20 PM, Werner Punzwerner.p...@gmail.com wrote: Ok... another scripting extension question. I probably will work the last things out I have to deal with on friday, or monday next week. (Some classpath issues are still pending in the java area) So far we have covered

Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Hello everyone, here is a small bomb I am dropping, some might have noticed already by the Jira entries. This minute I committed a first preliminary working version of the Java!!! reloading code. It still is rough and has limitations, but it works already for expanded webapps. Ok here is how it

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Matthias Wessendorf
pretty cool! thanks! Matthias On Thu, Aug 27, 2009 at 12:57 PM, Werner Punzwerner.p...@gmail.com wrote: Hello everyone, here is a small bomb I am dropping, some might have noticed already by the Jira entries. This minute I committed a first preliminary working version of the Java!!!

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Bruno Aranda
That is really excellent news! Thanks! Bruno 2009/8/27 Matthias Wessendorf mat...@apache.org: pretty cool! thanks! Matthias On Thu, Aug 27, 2009 at 12:57 PM, Werner Punzwerner.p...@gmail.com wrote: Hello everyone, here is a small bomb I am dropping, some might have noticed already by the

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Bruno Aranda
Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not yet present in the maven repositories? Cheers, Bruno [INFO] Compilation failure

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Could be that the maven repos dont have it yet, Get the latest trunk from myfaces 1.2 and compile it. Werner Bruno Aranda schrieb: Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Also Bruno feel free to contact me privately via gmail if you have problems setting it up. Werner Werner Punz schrieb: Could be that the maven repos dont have it yet, Get the latest trunk from myfaces 1.2 and compile it. Werner Bruno Aranda schrieb: Hi, I am having compilation

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Matthias Wessendorf
On Thu, Aug 27, 2009 at 2:09 PM, Bruno Arandabrunoara...@gmail.com wrote: Hi, I am having compilation problems when compiling the extensions core. Do these missing symbols come from a version of the MyFaces 1.2.8-SNAPSHOT that is not yet present in the maven repositories? Nope. There is no ci

Re: Scripting Extensions, java!!! reloading now working (with limitations)

2009-08-27 Thread Werner Punz
Ok the current1.2 branch currently is not in the nightly builds. This will be fixed soon in the meanwhile do a manual checkout of the current1.2 branch that should resolve the problem. I committed the changes to the startup infrastructure about a week ago. So checking out should work. Werner