Re: [Hibernate] hibernate 3.2

2006-02-02 Thread Haris Peco
Steve, is 3.1 stuff in HEAD ? Thanks On Thursday 02 February 2006 04:35 pm, Steve Ebersole wrote: > BTW > > I have just branched cvs for the purposes of 3.2 development, as 3.2 is > expected to introduce a number of API changes (mainly minor stuff in > some of the extension APIs) and some diffe

[Hibernate] problem with cvs

2006-01-28 Thread Haris Peco
i canćt access to hibernate (and hibernate tools cvs) this is error can't create temporary directory /tmp/cvs-serv680 Too many links what is a problem ? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for proble

[Hibernate] antlr.bnf task throw OutOfMemory exception (workaround)

2005-11-17 Thread Haris Peco
Hi, I try compile last (hibernate 3.1 rc3) from cvs and get error in antlr.bnf task workaround add nested element in antlr.bnf task Peco --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
ok, but I would like make rcp form your plugins and i can do it with new wizards (similar yours).I want add reverse engineering in rdb/datatools database explorer, too (I try it before in JIRA), but rdb/datatools are bad for now (there isn't support for postgresql, for example and oracle support

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
Hello Max, I think that you can do next : make preferences, for example, isRcp (boolean) and initializer set this to false in ApplicationWorkbenchWindowAdvisor#preWindowOpen we set automatic this preferences to true When user call wizard we check this preferences and make root folder like now i

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
On Monday 17 October 2005 02:55 pm, Max Rydahl Andersen wrote: > yes, exactly. > > We need to decouple stuff so it can run on non-eclipse-project "things". > > /max It mean - don't include eclipse projects framework and change/add wizard for non-project files/directories ? i think that is enoug

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
Max, I have tried rcp application and this is my comments i have to add dependencies for hibernate plugins, org.eclipse.pde.core for Error Log view, and org.eclipse.core.resources for resource managment It is impossible create console configuration because wizard's file choosing start in eclips