[Bug 1532634] Re: Netbeans hangs at startup splash screen

2016-01-19 Thread Marek Slama
I do not see typical deadlock. It hangs in native call in thread "AWT- EventQueue-1". If you take thread dump later is it the same? I want to make sure it will not change. Anyway please could you file issue to netbeans.org? I cannot say if it is OpenJDK issue or some native GTK library issue. Or

[Bug 1532634] Re: Netbeans hangs on "New Project..."

2016-01-11 Thread Marek Slama
Hi, please remove attached heap dump. I asked for 'thread dump' which is different thing. Thread dump is list of all JVM threads with call stacks where heap dump is dump of JVM heap ie. memory. And thread dump is usefull only if IDE hangs. How to get thread dump: 'jps -l ' where jps is utility

[Bug 1531373] Re: Netbeans stuck on "Starting modules..." at launch

2016-01-07 Thread Marek Slama
It seems JVM is already running so you may get thread dump for this JVM and attach it here to see if it is deadlock or something else. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1531373 Title:

[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 353080] Re: Netbeans IDE 6.5 don't autocomplete import statement

2009-05-24 Thread Marek Slama
It is problem with lucene library. We will try to backport fix for this from NB 6.7 to NB 6.5. Issue is http://www.netbeans.org/issues/show_bug.cgi?id=157028. Then we must decide the best way how to deliver this fix to packages of NB 6.5 for Ubuntu Jaunty 9.04. One possibility is to put update to

[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 377953] Re: Netbeans crashes with Karmic

2009-05-18 Thread Marek Slama
It is openjdk crash. You can try sun-java. (Use command line option --jdkhome Path to JDK) ** Package changed: netbeans (Ubuntu) = openjdk-6 (Ubuntu) -- Netbeans crashes with Karmic https://bugs.launchpad.net/bugs/377953 You received this bug notification because you are a member of Ubuntu

[Bug 359006] Re: Upgrade to Jaunty from Intrepid fails broken packages: brasero libbrasero-media0 libxcb1 xserver-xorg-video-all

2009-04-21 Thread Marek Slama
Do you mean before I perform update or after? If I will do it after I expect X Server will be broken due to missing drivers = machine will be unusable unless I will make backup first and restore it. So I want to be sure before I will start. -- Upgrade to Jaunty from Intrepid fails broken

[Bug 359006] [NEW] Upgrade to Jaunty from Intrepid fails broken packages: brasero libbrasero-media0 libxcb1 xserver-xorg-video-all

2009-04-10 Thread Marek Slama
Public bug reported: Binary package hint: xserver-xorg-video-all I wanted to upgrade to current Jaunty dev version so I changed all 'intrepid' to 'jaunty' in /etc/apt/sources.list, run sudo aptitude update, sudo aptitude full-upgrade and get log below. I know there was some version mismatch

[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 336349] Re: add close all tabs for output window

2009-03-03 Thread Marek Slama
It is fixed in NB 6.7 (next version) so it will propagate to Ubuntu 9.10. Action is added to popup menu on inner tabs inside output window. -- add close all tabs for output window https://bugs.launchpad.net/bugs/336349 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 308410] Re: Latest Xorg removes nvidia driver ... conflicting xserver-xorg-video-4

2009-02-11 Thread Marek Slama
Levy you should use nvidia drivers provided from Ubuntu repo. It is much easier because it is synced with kernel updates. If you use dev Ubuntu version you should always check if there is any conflict before you actually apply updates. It is better to use command line tool like aptitude to do that

[Bug 234314] Re: Ugly fonts in java app

2009-02-05 Thread Marek Slama
Regarding NetBeans IDE installer: Please check log file in $HOME/.nbi/log. It contains list of system properties including JDK location and version used to run installer. To display license text JTextPane is used. If you force repaint by scrolling or resizing does it help? It looks like AWT or

[Bug 239679] Re: broken dependency

2009-01-23 Thread Marek Slama
Milan first make sure you have enough space on your system partition. Then try to check for broken packages (try Edit - Fix Broken Packages in synaptic.) Make sure you have jdk and jre installed on your system (either open or sun). Then install netbeans. If it fails you can download either zip or

[Bug 234314] Re: Ugly fonts in java app

2009-01-02 Thread Marek Slama
Re license text scrolling problem is it in installer or in License Agreement dialog displayed when you first start IDE? -- Ugly fonts in java app https://bugs.launchpad.net/bugs/234314 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[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 234314] Re: Ugly fonts in java app

2008-11-18 Thread Marek Slama
For big y spacing around text there is separate issue https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/289784 already fixed in openjdk. -- Ugly fonts in java app https://bugs.launchpad.net/bugs/234314 You received this bug notification because you are a member of Ubuntu Bugs, which is

[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)

[Bug 289784] Re: netbeans is not well rendered using openjdk

2008-11-07 Thread Marek Slama
It is openjdk issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6761856 http://hg.openjdk.java.net/jdk7/2d-gate/jdk/rev/9cdababf6179 http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=227 -- netbeans is not well rendered using openjdk https://bugs.launchpad.net/bugs/289784 You

[Bug 289784] Re: netbeans is not well rendered using openjdk

2008-10-27 Thread Marek Slama
Yes it is possible to change only editor font from inside NetBeans IDE. The rest (menu, tree, tab, ...) use default Swing font. Yes I can see spacing is bigger on openjdk. I will check default Swing component as IMO it is not specific to NetBeans. Note that it is Metal LF. -- netbeans is not

[Bug 264808] Re: ant does not work with JDK 5

2008-10-17 Thread Marek Slama
Problem is back 17 Oct. From log (even verbose) I am not able to say what class/jar causes this problem. To reproduce unzip attached zip, go into folder JavaApplication1 and run ant. Build will fail. Of course JDK 5 must on on PATH and JAVA_PATH, JAVA_HOME must be set to JDK 5 for ant. I use Sun

[Bug 279516] Re: missing copyright files in binary packages

2008-10-07 Thread Marek Slama
The same for me. copyright file is in /usr/share/doc/pkgname I checked eg. /usr/share/doc/libnb-apisupport1-java: [libnb-apisupport1-java] pwd /usr/share/doc/libnb-apisupport1-java [libnb-apisupport1-java] ll total 24 lrwxrwxrwx 1 root root38 2008-10-07 11:15 changelog.Debian.gz -

[Bug 276730] Re: unable to build the profiler (needed to build visualvm)

2008-10-01 Thread Marek Slama
It is because nbbuild folder is part of source package and is not in any NB binary package. -- unable to build the profiler (needed to build visualvm) https://bugs.launchpad.net/bugs/276730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 264808] [NEW] ant does not work with JDK 5

2008-09-04 Thread Marek Slama
Public bug reported: Binary package hint: ant It reports wrong class format when used with JDK 5. It looks like it was compiled with JDK 6 without javac param -source 1.5 (which implies -target 1.5). It applies to latest ant version in intrepid. Not sure if it is bug or by design. Anyway it is

[Bug 253016] Re: New upstream version (6.1) for netbeans

2008-08-29 Thread Marek Slama
Bug 245545 is about separate NB installer. It has nothing to do with packages so it is not relevant for this. -- New upstream version (6.1) for netbeans https://bugs.launchpad.net/bugs/253016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 258844] Re: synaptic netbeans install demands openjdk installation as well

2008-08-18 Thread Marek Slama
netbeans 6.0.1 package has runtime dependency on openjdk-6-jdk | sun- java6-jdk. It means that one of these jdks must be installed. If you have other jdk it will not pass but will install openjdk. -- synaptic netbeans install demands openjdk installation as well

[Bug 244321] Re: ~/.netbeans/6.0/tomcat55.properties is world-readable

2008-08-06 Thread Marek Slama
I filed http://www.netbeans.org/issues/show_bug.cgi?id=143033 -- ~/.netbeans/6.0/tomcat55.properties is world-readable https://bugs.launchpad.net/bugs/244321 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 245545] Re: [hardy]Netbeans 6.1 cannot been installed under openjdk-6 package

2008-08-05 Thread Marek Slama
I just tried and it passed. I need more details to investigate. I tried with latest openjdk build as Matthias suggested and tested netbeans-6.1 -ml-javase-linux.sh. There is more installers (with different content) so I need to know exactly which you used. You can also run installer with

[Bug 235034] Re: NetBeans crashes in Hardy at startup

2008-08-05 Thread Marek Slama
From java -version output: It is not openjdk but Sun JDK 6u6. -- NetBeans crashes in Hardy at startup https://bugs.launchpad.net/bugs/235034 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 235034] Re: NetBeans crashes in Hardy at startup

2008-08-05 Thread Marek Slama
netbeans uses native calls to X (to get some special effects) using jna library but from this log I am not able to tell what call causes this. If it is reproducible is it possible to run this in debugger to find out what call is it? I am not experienced with these things. From netbeans side I

[Bug 254587] Re: Netbeans startup/module-loading warning/error

2008-08-05 Thread Marek Slama
I assume you have folder /usr/lib/jvm/java-6-sun present on your system but package sun-java6-jdk is not installed. Problem is in netbeans postinstall step which has test for presence jdk but it is not specific enough. We will fix it in next release. As workaround you can use --jdkhome on command

[Bug 206324] Re: ant suite.build-zip fails on NB platform examples

2008-08-05 Thread Marek Slama
It will be fixed for NB 6.1 packages. We will use mingw to compile necessary exe files from sources. ** Changed in: netbeans (Ubuntu) Status: New = Confirmed -- ant suite.build-zip fails on NB platform examples https://bugs.launchpad.net/bugs/206324 You received this bug notification

[Bug 254587] Re: Netbeans startup/module-loading warning/error

2008-08-04 Thread Marek Slama
What is content of /etc/netbeans.conf? Postinstall step should detect either sun-java6 or openjdk-6 and set it in netbeans.conf. -- Netbeans startup/module-loading warning/error https://bugs.launchpad.net/bugs/254587 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 239679] Re: broken dependency

2008-07-31 Thread Marek Slama
dependency (I did not find any). I can say netbeans packages do not have any explicit dependency on tzdata-java. ** Changed in: apt (Ubuntu) Sourcepackagename: netbeans = apt Assignee: Marek Slama (mslama-email) = (unassigned) -- broken dependency https://bugs.launchpad.net/bugs/239679 You

[Bug 239679] Re: broken dependency

2008-07-30 Thread Marek Slama
tzdata-java is in universe repo like openjdk and netbeans. So I do not see any problem with it. universe is enabled by default. What is version of tzdata you have? Do you have any frozen package set? (ie. is installed and latest version the same?) 2008d is latest version in hardy (both tzadata and

Re: [Bug 239679] Re: broken dependency

2008-07-30 Thread Marek Slama
openjde-6-headless uses recommends on tzdata-java. It is strong but not absolute dependency. It means that when you install openjre it will install tzdata-java but later you can remove tzdata-java. So please check what openjre version do you have. I will try to uninstall netbeans+openjdk and

Re: [Bug 239679] Re: broken dependency

2008-07-30 Thread Marek Slama
.Ru wrote: 2008/7/30 Marek Slama [EMAIL PROTECTED] tzdata-java is in universe repo like openjdk and netbeans. So I do not see any problem with it. universe is enabled by default. What is version of tzdata you have? Do you have any frozen package set? (ie. is installed and latest version

[Bug 251756] Re: Console (Ctrl-Alt-F6) is unreadable

2008-07-28 Thread Marek Slama
** Attachment added: /etc/X11/xorg/conf http://launchpadlibrarian.net/16357668/xorg.conf -- Console (Ctrl-Alt-F6) is unreadable https://bugs.launchpad.net/bugs/251756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 251756] Re: Console (Ctrl-Alt-F6) is unreadable

2008-07-28 Thread Marek Slama
** Attachment added: /var/log/Xorg.0.log http://launchpadlibrarian.net/16357676/Xorg.0.log -- Console (Ctrl-Alt-F6) is unreadable https://bugs.launchpad.net/bugs/251756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 251756] Re: Console (Ctrl-Alt-F6) is unreadable

2008-07-28 Thread Marek Slama
Weird. This time console is displayed correctly. I attached requested files anyway. I will try to reboot if it is happen again. -- Console (Ctrl-Alt-F6) is unreadable https://bugs.launchpad.net/bugs/251756 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 251756] [NEW] Console (Ctrl-Alt-F6) is unreadable

2008-07-25 Thread Marek Slama
Public bug reported: Console screen shows vertical strips. It is on Sun Ultra-20 with NVidia Quadro FX-1400. It is with last Alpha3 i386 desktop build live CD. But I saw the same problem when I run previous devel intrepid version and updated system. Everything was broken and I was not able to do

[Bug 244321] Re: ~/.netbeans/6.0/tomcat55.properties is world-readable

2008-07-01 Thread Marek Slama
I assume this file should be accessible only by given user right? -- ~/.netbeans/6.0/tomcat55.properties is world-readable https://bugs.launchpad.net/bugs/244321 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 244321] Re: ~/.netbeans/6.0/tomcat55.properties is world-readable

2008-07-01 Thread Marek Slama
It looks like plugin bug. How do you create this file or when is it created? I will pass this issue to NetBeans. ** Changed in: netbeans (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email) -- ~/.netbeans/6.0/tomcat55.properties is world-readable https://bugs.launchpad.net/bugs

[Bug 239679] Re: broken dependency

2008-06-25 Thread Marek Slama
It is already fixed. Problem was with missing update for tzdata-java. tzdata was updated to version 2008c but updated tzdata-java was not available. It broke all java dependencies, Now it works fine. I did not find relevant issue for tzdata-java. tzdata update issue is #237023. ** Changed in:

[Bug 210440] Re: netbeans missing dependency

2008-06-25 Thread Marek Slama
*** This bug is a duplicate of bug 239679 *** https://bugs.launchpad.net/bugs/239679 tzdata-java update is already available. It fixes these broken dependencies. ** This bug has been marked a duplicate of bug 239679 broken dependency -- netbeans missing dependency

[Bug 240502] Re: Netbeans won't install

2008-06-25 Thread Marek Slama
*** This bug is a duplicate of bug 239679 *** https://bugs.launchpad.net/bugs/239679 tzdata-java update is already available. It fixes these broken dependencies. ** This bug has been marked a duplicate of bug 239679 broken dependency -- Netbeans won't install

[Bug 210440] Re: netbeans missing dependency

2008-06-17 Thread Marek Slama
additional features from NB UC you must install additional packages manually. Second report: I am sorry I do not understand German. Please could you translate what is that error message about? Thanks. ** Changed in: netbeans (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email

[Bug 206324] Re: ant suite.build-zip fails on NB platform examples

2008-06-17 Thread Marek Slama
I will fix this in harness/suite.xml. Reason why these files are not distributed is that we are not able to build them from source when we build netbeans package. ** Changed in: netbeans (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email) -- ant suite.build-zip fails on NB

[Bug 239679] Re: broken dependency

2008-06-17 Thread Marek Slama
) Assignee: (unassigned) = Marek Slama (mslama-email) -- broken dependency https://bugs.launchpad.net/bugs/239679 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 240502] Re: Netbeans won't install

2008-06-17 Thread Marek Slama
be sufficient to install netbeans package. ** Changed in: netbeans (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email) -- Netbeans won't install https://bugs.launchpad.net/bugs/240502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 234314] [NEW] Ugly fonts in java app

2008-05-23 Thread Marek Slama
Public bug reported: Binary package hint: openjdk-6-jre According to info from David Herron fontconfig.properties refers to nonexistent lucida fonts. It needs to be updated. Good example to show ugly fonts is to run NetBeans IDE with Metal LF (which is default) ** Affects: openjdk-6 (Ubuntu)

[Bug 201354] Re: Update license

2008-03-21 Thread Marek Slama
** Attachment added: libnb-javaparser-java_6.0.1-0ubuntu1.interdiff.gz http://launchpadlibrarian.net/12772426/libnb-javaparser-java_6.0.1-0ubuntu1.interdiff.gz ** Changed in: libnb-javaparser-java (Ubuntu) Status: New = Confirmed -- Update license

[Bug 201354] Re: Update license

2008-03-21 Thread Marek Slama
Fix adds missing Classpath exception part into upstream license.txt file and into debian/copyright. ** Changed in: libnb-javaparser-java (Ubuntu) Status: Invalid = New -- Update license https://bugs.launchpad.net/bugs/201354 You received this bug notification because you are a member of

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
** Attachment added: Building fine. http://launchpadlibrarian.net/12760978/libappframework-java_1.03-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug notification because you are a member of Ubuntu

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. Sorry for previous incorrect description. ** Attachment added: libappframework-java_1.03-0ubuntu2.debdiff http://launchpadlibrarian.net/12760996/libappframework-java_1.03-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. ** Attachment added: libbeansbinding-java_1.2.1-0ubuntu2.debdiff http://launchpadlibrarian.net/12761159/libbeansbinding-java_1.2.1-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. ** Attachment added: libini4j-java_0.2.6-0ubuntu2.debdiff http://launchpadlibrarian.net/12761467/libini4j-java_0.2.6-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug notification because

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. ** Attachment added: libnb-javaparser-java_6.0-0ubuntu2.debdiff http://launchpadlibrarian.net/12761593/libnb-javaparser-java_6.0-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. ** Attachment added: libswingworker-java_1.1-0ubuntu2.debdiff http://launchpadlibrarian.net/12761779/libswingworker-java_1.1-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-20 Thread Marek Slama
Building fine. ** Attachment added: libnb-svnclientadapter-java_6.0.1-0ubuntu2.debdiff http://launchpadlibrarian.net/12761724/libnb-svnclientadapter-java_6.0.1-0ubuntu2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received

[Bug 201341] Re: Bug fix upload

2008-03-19 Thread Marek Slama
No it is not correct. I will update dependency with build dependency on openjdk-6. I will provide updated debdiff today. -- Bug fix upload https://bugs.launchpad.net/bugs/201341 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-19 Thread Marek Slama
** Attachment added: debdiff for libnb-platform7-java http://launchpadlibrarian.net/12737966/libnb-platform7-java-2-3.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug notification because you are a member of

[Bug 201341] Re: Bug fix upload

2008-03-19 Thread Marek Slama
** Attachment added: Updated debdiff with all references updated to openjdk-6 http://launchpadlibrarian.net/12737952/libnb-platform7-java-2-3.debdiff -- Bug fix upload https://bugs.launchpad.net/bugs/201341 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 201332] Re: Update runtime dependency to openjdk-6

2008-03-19 Thread Marek Slama
** Attachment added: Debdiff with all references updated to openjdk-6 http://launchpadlibrarian.net/12738085/netbeans-1-2.debdiff -- Update runtime dependency to openjdk-6 https://bugs.launchpad.net/bugs/201332 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 203636] Re: replace icedtea-java7 references with openjdk-6 references

2008-03-19 Thread Marek Slama
** Attachment added: debdiff for netbeans http://launchpadlibrarian.net/12738092/netbeans-1-2.debdiff -- replace icedtea-java7 references with openjdk-6 references https://bugs.launchpad.net/bugs/203636 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 201332] Re: Update runtime dependency to openjdk-6

2008-03-12 Thread Marek Slama
** Attachment added: debdiff http://launchpadlibrarian.net/12603727/netbeans-1-2.debdiff -- Update runtime dependency to openjdk-6 https://bugs.launchpad.net/bugs/201332 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 201332] Re: Update runtime dependency to openjdk-6

2008-03-12 Thread Marek Slama
Still unsure about build dependency. According to info from packager of openjdk-6 it should be available by March 16 so currently it is not possible to use openjdk-6 in build dependency. So package has still build dependency on icedtea-java7. ** Changed in: netbeans (Ubuntu) Status: New =

[Bug 201339] [NEW] Refactor build script so that essential parts can be shared with rpm build

2008-03-12 Thread Marek Slama
Public bug reported: It is make maintenance of build scripts easier ** Affects: libnb-platform7-java (Ubuntu) Importance: Undecided Status: New ** Changed in: libnb-platform7-java (Ubuntu) Sourcepackagename: None = libnb-platform7-java -- Refactor build script so that essential

[Bug 201332] Re: Update runtime dependency to openjdk-6

2008-03-12 Thread Marek Slama
** Summary changed: - Update dependency on openjdk-6 + Update runtime dependency to openjdk-6 -- Update runtime dependency to openjdk-6 https://bugs.launchpad.net/bugs/201332 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 201332] [NEW] Update runtime dependency to openjdk-6

2008-03-12 Thread Marek Slama
Public bug reported: Runtime dependency on icedtea-java7 must be updated to opendjdk-6. Main reason are some 2 showstopper bugs not yet fixed in icedtea-java7: http://bugs.sun.com/view_bug.do?bug_id=6598089 JDK 7: AWT often goes into busy loop when showing dialog

[Bug 201337] [NEW] Update runtime dependency to openjdk-6

2008-03-12 Thread Marek Slama
Public bug reported: Binary package hint: libnb-platform7-java Runtime dependency on icedtea-java7 must be updated to opendjdk-6. Main reason are some 2 showstopper bugs not yet fixed in icedtea-java7: http://bugs.sun.com/view_bug.do?bug_id=6598089 JDK 7: AWT often goes into busy loop when

[Bug 201341] Re: Bug fix upload

2008-03-12 Thread Marek Slama
Still unsure about build dependency. According to info from packager of openjdk-6 it should be available by March 16 so currently it is not possible to use openjdk-6 in build dependency. So package has still build dependency on icedtea-java7. It applias to issue

[Bug 201341] [NEW] Bug fix upload

2008-03-12 Thread Marek Slama
Public bug reported: Binary package hint: libnb-platform7-java It fixes: https://bugs.launchpad.net/ubuntu/+source/libnb-platform7-java/+bug/201337 Update runtime dependency to openjdk-6 https://bugs.launchpad.net/ubuntu/+source/libnb-platform7-java/+bug/201339 Refactor build script so that

[Bug 201354] [NEW] Update license

2008-03-12 Thread Marek Slama
Public bug reported: Binary package hint: libnb-javaparser-java Need to remove GPLv2 text and replace it by reference to /usr/share /common-licenses/GPL-2 ** Affects: libnb-javaparser-java (Ubuntu) Importance: Undecided Status: New -- Update license

[Bug 201341] Re: Bug fix upload

2008-03-12 Thread Marek Slama
** Attachment added: debdiff http://launchpadlibrarian.net/12603861/libnb-platform7-java-2-3.debdiff ** Changed in: libnb-platform7-java (Ubuntu) Status: New = Confirmed -- Bug fix upload https://bugs.launchpad.net/bugs/201341 You received this bug notification because you are a

[Bug 201354] Re: Update license

2008-03-12 Thread Marek Slama
** Changed in: libnb-javaparser-java (Ubuntu) Status: New = Invalid ** Changed in: libnb-javaparser-java (Ubuntu) Status: Invalid = New ** Changed in: libnb-javaparser-java (Ubuntu) Status: New = Invalid -- Update license https://bugs.launchpad.net/bugs/201354 You received

[Bug 187301] Re: [needs-packaging] libnb-platform7-java

2008-03-07 Thread Marek Slama
** Changed in: ubuntu Status: Fix Committed = Fix Released -- [needs-packaging] libnb-platform7-java https://bugs.launchpad.net/bugs/187301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 185943] Re: [needs-packaging] libini4j-java

2008-03-07 Thread Marek Slama
** Changed in: ubuntu Status: Fix Committed = Fix Released -- [needs-packaging] libini4j-java https://bugs.launchpad.net/bugs/185943 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 193099] Re: copyright file should refer to /usr/share/common-licenses

2008-02-19 Thread Marek Slama
It is incorrect report from lintian. This package is NOT under GPL but under GPL v2 with the Classpath exception. It is actually GPL v2 with appended text but we did not know if we can reference GPL v2 as usual and leave appended text or if we should leave it as it is. For now we left original

[Bug 193099] Re: copyright file should refer to /usr/share/common-licenses

2008-02-19 Thread Marek Slama
** Attachment added: Modified copyright file, it fixes lintian report http://launchpadlibrarian.net/12079987/copyright-modified ** Changed in: libnb-platform7-java (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email) Status: New = Confirmed -- copyright file should refer

[Bug 185969] Re: [needs-packaging] libappframework-java

2008-02-15 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging] libappframework-java https://bugs.launchpad.net/bugs/185969 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185960] Re: [needs-packaging] libswingworker-java

2008-02-15 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging] libswingworker-java https://bugs.launchpad.net/bugs/185960 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 187301] Re: [needs-packaging] libnb-platform7-java

2008-02-15 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Committed -- [needs-packaging] libnb-platform7-java https://bugs.launchpad.net/bugs/187301 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185943] Re: [needs-packaging] libini4j-java

2008-02-15 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Committed -- [needs-packaging] libini4j-java https://bugs.launchpad.net/bugs/185943 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 191478] Re: Netbeans5.5 on Hardy is not correctly installed

2008-02-13 Thread Marek Slama
It is JDK issue not specific to NetBeans. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373 ** Changed in: netbeans5.5 (Ubuntu) Assignee: (unassigned) = Marek Slama (mslama-email) Status: New = Invalid -- Netbeans5.5 on Hardy is not correctly installed https

[Bug 185982] Re: [needs-packaging] libnb-javaparser-java

2008-02-12 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging] libnb-javaparser-java https://bugs.launchpad.net/bugs/185982 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185991] Re: [needs-packaging] libnb-svnclientadapter-java

2008-02-12 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging] libnb-svnclientadapter-java https://bugs.launchpad.net/bugs/185991 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185975] Re: [needs-packaging] libbeansbinding-java

2008-02-12 Thread Marek Slama
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging] libbeansbinding-java https://bugs.launchpad.net/bugs/185975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 185917] Re: lucene2 jdk dependence

2008-02-05 Thread Marek Slama
Attached. I did these changes to be able to build binary packages from source package. ** Attachment added: diff.txt http://launchpadlibrarian.net/11770553/diff.txt -- lucene2 jdk dependence https://bugs.launchpad.net/bugs/185917 You received this bug notification because you are a member of

  1   2   >