[Bug 499081] Re: netbeans will not start

2009-12-22 Thread Marek Slama
*** This bug is a duplicate of bug 464939 *** https://bugs.launchpad.net/bugs/464939 See http://wiki.netbeans.org/NetBeansUserFAQ#Configuration for more details how to setup JDK used to run IDE. Shortly you can set JDK used by IDE either in a) /etc/netbeans.conf (uncomment modify line

[Bug 426065] Re: [karmic] Netbeans crashes when committing to SVN

2009-09-29 Thread Marek Slama
This is known issue. Problem is that calling native paint takes too long. We are already investigating with AWT team. I added some logging to verify we pass good (ie. not too big) arguments to paint method. Let me know if you encounter this more often. You could test dev build where log was added.

[Bug 426065] Re: [karmic] Netbeans crashes when committing to SVN

2009-09-08 Thread Marek Slama
Please attach thread dump when IDE hangs. (Use either Ctrl-\ from console or jstack.) -- [karmic] Netbeans crashes when committing to SVN https://bugs.launchpad.net/bugs/426065 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 401589] Re: netbeans non-functional: 'invalid flag -g:'

2009-07-20 Thread Marek Slama
Look at IDE log what JDK is used to run IDE. Also I assume you did not change JDK platform for your project ie. you use the same JDK to build your project. Use View - IDE Log from main menu. You should see something like this at beginning of IDE log: Operating System= Linux version

[Bug 377953] Re: Netbeans crashes with Karmic

2009-05-18 Thread Marek Slama
What is Karmic? What crash do you see? Is it JVM crach with hs*.log and core dump? Or something else (exception on console?) -- Netbeans crashes with Karmic https://bugs.launchpad.net/bugs/377953 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 377953] Re: Netbeans crashes with Karmic

2009-05-18 Thread Marek Slama
I see. Please run IDE from console. /usr/bin/netbeans or just netbeans. If it dev version it will log output to console. If it is release add -J-Dnetbeans.logger.console=true as command line parameter. Or you can attach messages.log from user dir. (It is located by default in

[Bug 357579] Re: Toolbar oversized

2009-04-08 Thread Marek Slama
Whole toolbar implementation was rewritten in trunk and will be in next NetBeans IDE 6.7 version. It should fix all layout problems. You can get NB 6.7 M3 build from netbeans.org. So I will close this issue once NB 6.7 will be propagated to Ubuntu. -- Toolbar oversized

[Bug 354144] Re: netbeans 6.5 hangs on startup

2009-04-06 Thread Marek Slama
I filed http://www.netbeans.org/issues/show_bug.cgi?id=162032. Regarding installer please file separate issue to NetBeans Issuezilla. I do not understand what is the problem with installer from your description. ** Bug watch added: Netbeans Issuezilla #162032

[Bug 353080] Re: Netbeans IDE 6.5 don't autocomplete import statement

2009-04-06 Thread Marek Slama
I filed http://www.netbeans.org/issues/show_bug.cgi?id=162037. Please regiser at netbeans.org and add yourself to CC of this issue so that you can answer questions directly. ** Bug watch added: Netbeans Issuezilla #162037 http://www.netbeans.org/issues/show_bug.cgi?id=162037 -- Netbeans IDE

[Bug 354144] Re: netbeans 6.5 hangs on startup

2009-04-03 Thread Marek Slama
Need thread dumps. Use jps + jstack or Ctrl+\ from console. Get more thread dumps if CPU is running to see what happens. -- netbeans 6.5 hangs on startup https://bugs.launchpad.net/bugs/354144 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 354144] Re: netbeans 6.5 hangs on startup

2009-04-03 Thread Marek Slama
It looks like infinite loop in toolbar layout manager in NetBeans code. AFAIK this whole code was rewritten for next version so I recommend you to take last milestone build M3 of NB 6.7 if you cannot start IDE. I will move this issue to Issuezilla at netbeans.org. -- netbeans 6.5 hangs on

[Bug 353080] Re: Netbeans IDE 6.5 don't autocomplete import statement

2009-04-02 Thread Marek Slama
Sorry not sure what you exactly do ie. what you have in editor at current line when you press Ctrl-Space what you expect and what actually happens. In addition it is better to file such IDE issues directly to Issuezilla and netbeans.org. I have to do it anyway and it is cumbersome to work as

[Bug 350481] Re: netbeans export svg uml diagram bug with openjdk

2009-03-30 Thread Marek Slama
Please file this into NetBeans Issuzilla at netbeans.org. Or if you cannot let me know I will do it. -- netbeans export svg uml diagram bug with openjdk https://bugs.launchpad.net/bugs/350481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 251173] Re: Update NetBeans to 6.5

2008-11-26 Thread Marek Slama
Do you use openjdk or sun jdk? I will try to reproduce. Problem might be in freemarker as it should load logger from jdk in freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65) freemarker.log.Logger.getLogger(Logger.java:255)

[Bug 251173] Re: Update NetBeans to 6.5

2008-11-25 Thread Marek Slama
2 psychok7: Please file separate issue for your problem. It might be dependency problem. But first I need to investigate why freemarker is trying to load org.apache.log4j.Logger. Do you have liblog4j-1.2-java package installed? libfreemarker-java does not depend on liblog4j-1.2-java so there might

[Bug 298025] Re: netbeans should support bazaar (bzr)

2008-11-14 Thread Marek Slama
NetBeans team does not have resources to support every versioning system. But there is support for anyone who wants to write support for favorite versioning system. See http://versioncontrol.netbeans.org#community_support. -- netbeans should support bazaar (bzr)