Re: DocBook issue

2010-01-11 Thread Gurkan Erdogdu
Hi; It takes some time to create documentation and folks think that there are problems with generating document. As I indicated, it takes nearly 5 minutes in my machine. Thanks; --Gurkan 2010/1/12 Jean-Louis MONTEIRO > Hi, > > do you have any problem with docbook? > I saw your message on IRC

Re: DocBook issue

2010-01-11 Thread Veselin Kovacevic
Hi, I think that is mistake. I have no any problem with gmail tools. Also I'm not sent any message on any irc chat for last month days. I found that you from university Trier, so hope that some spam bot not use your e-mail account for sending this email. Regards, Veso 2010/1/11 Jean-Louis MONT

DocBook issue

2010-01-11 Thread Jean-Louis MONTEIRO
Hi, do you have any problem with docbook? I saw your message on IRC this evening. What is the problem? I can quickly dig into if you need/want. Jean-Louis

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Gurkan Erdogdu
I tried the following, it works but takes time, so wait patiently :) >> mvn clean compile .. BUILD SUCCESSFUL [INFO] [INFO] Total time:4 minutes 59 seconds [INFO] Finished at: Mon Jan 11 23:33:51 EET 2010 [INFO] Final

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Gurkan Erdogdu
Last time I generated those docs. Looking weird, Jean-Louis who is writer of webbeans-doc project. Hey Jean-Louis any idea? Thanks; --Gurkan From: David Ezzio To: dev@openwebbeans.apache.org Sent: Mon, January 11, 2010 8:05:40 PM Subject: Re: Procedure fo

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
Hi Matthias, Thank you for the suggestion. No luck. See my other post. Thanks, David Matthias Wessendorf wrote: Hello David , have executed the maven build in here ? $OWB_HOME/webbeans-doc (the webbeans-doc project is not part of the entire build) Perhaps the release profile should conta

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or install, attempting to generate the user guide appears to lead to a black hole. No CPU or disk activity appears to be going on, and no progress is indicated. This is on a windows platform. Any suggestions or insight

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Matthias Wessendorf
Hello David , have executed the maven build in here ? $OWB_HOME/webbeans-doc (the webbeans-doc project is not part of the entire build) Perhaps the release profile should contain that (and a site profile, once a auto deployed solution is present :-) ) -Matthias On Mon, Jan 11, 2010 at 6:27 PM,

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
I've answered the first part of my question: mvn -Dmaven.test.skip=true javadoc:javadoc produces the javadoc, SFAICT. Still having no luck generating the user guide. David Ezzio wrote: Hi, I didn't see Javadoc or User Guide with the binary distribution. What is the procedure for generating

Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
Hi, I didn't see Javadoc or User Guide with the binary distribution. What is the procedure for generating these from source? Thanks, David

Re: Revision 894604 issue when compiling at Rev 897273

2010-01-11 Thread David Ezzio
Hi Gurkan, You wrote: "Please remove/org/apache/geronimo/specs/ folder from your local repo. and re-try again." This worked for me. Thanks, David

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Matthias Wessendorf
On Mon, Jan 11, 2010 at 3:55 PM, Mark Struberg wrote: > Matthias, is there a JSF event I can listen to, which gets fired if a view is > being destroyed (timed out, etc)? I don't think so; There is some obscure event (ViewMapListener), but MyFaces is not doing anything with it (yet); Not sure wha

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Mark Struberg
Matthias, is there a JSF event I can listen to, which gets fired if a view is being destroyed (timed out, etc)? txs and LieGrue, strub --- On Mon, 1/11/10, Mark Struberg wrote: > From: Mark Struberg > Subject: Re: supporting new JSF2 scopes within openwebbeans-jsf > To: dev@openwebbeans.apache

mailing list statistics

2010-01-11 Thread Matthias Wessendorf
Hello Ken, is it possible that you add the openwebbeans project to your statistics page on ASF mailing lists? http://people.apache.org/~coar/mlists.html Would be cool :) Thanks a lot! Greetings, Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Matthias Wessendorf
On Mon, Jan 11, 2010 at 10:31 AM, Matthias Wessendorf wrote: > On Mon, Jan 11, 2010 at 10:29 AM, Mark Struberg wrote: >>> As I said, I am fine to have a MyFaces feature to disable >>> it :) >> >> Only after I figure out how to enable this scope in OWB ;) > > sure thing :-) > I really like your id

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Matthias Wessendorf
On Mon, Jan 11, 2010 at 10:29 AM, Mark Struberg wrote: >> As I said, I am fine to have a MyFaces feature to disable >> it :) > > Only after I figure out how to enable this scope in OWB ;) sure thing :-) I really like your idea on disabling the stuff in JSF. So OWB and MyFaces could be an even bet

[jira] Created: (OWB-225) BeforeBeanDiscoveryImpl is not currently implemented

2010-01-11 Thread Mark Struberg (JIRA)
BeforeBeanDiscoveryImpl is not currently implemented Key: OWB-225 URL: https://issues.apache.org/jira/browse/OWB-225 Project: OpenWebBeans Issue Type: Bug Components: Core Af

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Mark Struberg
> As I said, I am fine to have a MyFaces feature to disable > it :) Only after I figure out how to enable this scope in OWB ;) I discovered that I need to implement BeforeBeanDiscoveryImpl before we can do this :/ LieGrue, strub --- On Mon, 1/11/10, Matthias Wessendorf wrote: > From: Matthia

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Matthias Wessendorf
On Mon, Jan 11, 2010 at 10:05 AM, Mark Struberg wrote: > fine, I'm currently a bit bitten by the fact that all the JSF scopes are not > JSR-330 @Scope annotated. My problem (yeah, I am a jetty guy) is that I have to jetty:run-exploded. For some things (like Behavior) I can register them, but whe

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Mark Struberg
fine, I'm currently a bit bitten by the fact that all the JSF scopes are not JSR-330 @Scope annotated. I'm currently trying to figure out how I can get the annotation recognised as a Scope anyway... LieGrue, strub --- On Mon, 1/11/10, Matthias Wessendorf wrote: > From: Matthias Wessendorf >

Re: supporting new JSF2 scopes within openwebbeans-jsf

2010-01-11 Thread Matthias Wessendorf
I spoke with Bernd over the weekend; He also wants something better for JSF/MyFaces' annotation scanning. On January 28th we may sit together for a little OWB/MyFaces coding. -Matthias On Sun, Jan 10, 2010 at 12:08 AM, Matthias Wessendorf wrote: > > > Sent from my iPod. > > On 09.01.2010, at 22: