[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 you can reassign this to OpenJDK directly here to see
if there is any similar issue. NetBeans tries to start with native
Look which is GTK in this case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532634

Title:
  Netbeans hangs at startup splash screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/1532634/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 from JDK bin. pid of JVM process you can get from 'ps axu
| grep java' and find correct process if multiple java processes are
running.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532634

Title:
  Netbeans hangs on "New Project..."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/1532634/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  Netbeans stuck on "Starting modules..." at launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/1531373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 starting with netbeans_jdkhome=, 
put path to JDK home dir into double quotes eg.  
netbeans_jdkhome=/usr/lib/jvm/java-6-sun-1.6.0.16
b) on command line: netbeans --jdkhome /usr/lib/jvm/java-6-sun-1.6.0.16

-- 
netbeans will not start
https://bugs.launchpad.net/bugs/499081
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 2.6.28-14-generic running on i386
  Java; VM; Vendor= 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun 
Microsystems Inc.
  Runtime = Java(TM) SE Runtime Environment 1.6.0_15-b03
  Java Home   = /usr/java/jdk1.6.0_15/jre

It is find out what JDK is used.

-- 
netbeans non-functional: 'invalid flag -g:'
https://bugs.launchpad.net/bugs/401589
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 backport repo.
Another one is to put patch to NB Update Center specific for NB packages
for Ubuntu.

** Bug watch added: Netbeans Issuezilla #157028
   http://www.netbeans.org/issues/show_bug.cgi?id=157028

-- 
Netbeans IDE 6.5 don't autocomplete import statement
https://bugs.launchpad.net/bugs/353080
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
$HOME/.netbeans/version/var/log) You can use --jdkhome Path to JDK
to select JDK and/or --userdir Path to userdir eg. --userdir
$HOME/nbtest.

Do you use package netbeans6.5?

-- 
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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 packages: brasero 
libbrasero-media0 libxcb1 xserver-xorg-video-all 
https://bugs.launchpad.net/bugs/359006
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 before but it was reported to be fixed. Not sure
it is problem in repository or on my machine.

Log:
[apt] sudo aptitude full-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages are BROKEN:
  brasero libbrasero-media0 libxcb1 xserver-xorg-video-all 

The following packages will be REMOVED:
  amarok-engine-xine{u} dkms{u} fakeroot{u} lib32nss-mdns{u} libart2.0-cil{a} 
libarts1c2a{u} libartsc0{u} 
  libboost-program-options1.34.1{u} libcanberra-gnome{a} libdb4.5-java{a} 
libdb4.5-java-gcj{u} libexiv2-4{u} libgconf2.0-cil{a} 
  libgmime2.2-cil{a} libgnome-vfs2.0-cil{a} libgnome2.0-cil{a} libifp4{u} 
libnb-ide9-java{u} libnb-platform8-devel-java{a} 
  libnb-platform8-java{u} libnjb5{u} libofa0{u} librasqal0{u} 
libsuitesparse-3.1.0{u} libtunepimp5{u} libwxbase2.6-0{u} 
  libwxgtk2.6-0{u} libxcb-xlib0-dev{u} libxext-dev{u} libxi-dev{u} 
libxml-namespacesupport-perl{u} libxml-sax-expat-perl{u} 
  libxml-sax-perl{u} libxml-simple-perl{u} linux-headers-2.6.26-4{u} 
linux-headers-2.6.26-4-generic{u} linux-headers-2.6.27-10{u} 
  linux-headers-2.6.27-10-generic{u} linux-headers-2.6.27-11{u} 
linux-headers-2.6.27-11-generic{u} linux-headers-2.6.27-12{u} 
  linux-headers-2.6.27-12-generic{u} linux-headers-2.6.27-13{u} 
linux-headers-2.6.27-13-generic{u} linux-headers-2.6.27-14{u} 
  linux-headers-2.6.27-14-generic{u} linux-headers-2.6.27-3{u} 
linux-headers-2.6.27-3-generic{u} linux-headers-2.6.27-4{u} 
  linux-headers-2.6.27-4-generic{u} linux-headers-2.6.27-5{u} 
linux-headers-2.6.27-5-generic{u} linux-headers-2.6.27-7{u} 
  linux-headers-2.6.27-7-generic{u} nvidia-177-kernel-source{u} 
nvidia-glx-177{a} nvidia-settings{u} python-beaker{u} python-qt3{u} 
  python-sqlalchemy{u} python2.5-dev{u} system-cleaner{a} system-cleaner-gtk{a} 
ttf-dustin{u} x11proto-xext-dev{u} 
  xserver-xorg-video-apm{a} xserver-xorg-video-ark{a} 
xserver-xorg-video-chips{a} xserver-xorg-video-mga{a} 
  xserver-xorg-video-openchrome{a} xserver-xorg-video-radeonhd{a} 
xserver-xorg-video-s3virge{a} xserver-xorg-video-tga{a} 
  xserver-xorg-video-v4l{a} 
..
The following packages have unmet dependencies:
  xserver-xorg-video-all: Depends: xserver-xorg-video-apm but it is not 
installable
  Depends: xserver-xorg-video-ark but it is not 
installable
  Depends: xserver-xorg-video-chips but it is not 
installable
  Depends: xserver-xorg-video-mga but it is not 
installable
  Depends: xserver-xorg-video-s3virge but it is not 
installable
  Depends: xserver-xorg-video-openchrome but it is not 
installable
  Depends: xserver-xorg-video-v4l but it is not 
installable
  libbrasero-media0: Conflicts: nautilus-cd-burner but 2.25.3-0ubuntu1 is to be 
installed.
  libxcb1: Breaks: libxcb-xlib0 but 1.1-1.1 is installed.
  brasero: Conflicts: nautilus-cd-burner but 2.25.3-0ubuntu1 is to be installed.
The following actions will resolve these dependencies:

Remove the following packages:
libxcb-xlib0
xserver-xorg-video-all

Keep the following packages at their current version:
brasero [0.9.1-0ubuntu3~intrepid1 (now)]
libbrasero-media0 [0.9.1-0ubuntu3~intrepid1 (now)]

Leave the following dependencies unresolved:
epiphany-browser-dbg recommends xulrunner-1.9-dbg | libwebkitgtk1d-dbg
gnome-dbg recommends libmozjs1d-dbg
gnome-dbg recommends xulrunner-1.9-dbg
gnome-dbg recommends libxine2-dbg
Score is -532

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Upgrade to Jaunty from Intrepid fails broken packages: brasero 
libbrasero-media0 libxcb1 xserver-xorg-video-all 
https://bugs.launchpad.net/bugs/359006
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/357579
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   http://www.netbeans.org/issues/show_bug.cgi?id=162032

-- 
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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 6.5 don't autocomplete import statement
https://bugs.launchpad.net/bugs/353080
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 startup
https://bugs.launchpad.net/bugs/354144
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 bridge between LP and IZ. We solve only packaging specific
problems here directly. Thanks.

If you cannot file issue to IZ yourself I can of course do it but I need
exact description.

-- 
Netbeans IDE 6.5 don't autocomplete import statement
https://bugs.launchpad.net/bugs/353080
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 because on console you can easily review result of
update before you will decide if updates will be applied or not. If
there is any version/dependency conflict do not apply updates and wait
for resolutionn in repo. It is the best way to avoid broken
installation.

-- 
Latest Xorg removes nvidia driver ... conflicting xserver-xorg-video-4
https://bugs.launchpad.net/bugs/308410
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 graphics driver issue. Is it reproducible?

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Linux installer from netbeans.org.

-- 
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
freemarker.template.utility.SecurityUtilities.clinit(SecurityUtilities.java:67)
I will look at freemarker sources.

-- 
Update NetBeans to 6.5
https://bugs.launchpad.net/bugs/251173
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 be another mechanism how concrete
logger class is selected. Also exact description what project you use
and what class you tried to create, JDK, if you installed any additionla
plugin from Netbeans UC would help. I need to reproduce this to be able
to investigate why it happens.

-- 
Update NetBeans to 6.5
https://bugs.launchpad.net/bugs/251173
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
https://bugs.launchpad.net/bugs/298025
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 well rendered using openjdk
https://bugs.launchpad.net/bugs/289784
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 JDK 5u16. Shall I reopen this issue or shall I file new one?

** Attachment added: Simple test app to reproduce build problem
   http://launchpadlibrarian.net/18634131/JavaApplication1.zip

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 - 
../libnb-ide9-java/changelog.Debian.gz
-rw-r--r-- 1 root root 21178 2008-09-16 20:18 copyright

-- 
missing copyright files in binary packages
https://bugs.launchpad.net/bugs/279516
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 not possible now to build app using
JDK 5 with packaged ant so I had to download original upstream binary.

** Affects: ant (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/258844
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 --verbose to get installer log to console. You need openjdk-6-jdk
to run installer. (I renamed /usr/java where I have JDKs and removed any
sun-java* packages. As I used --verbose I am sure installer used
openjdk-6 from /usr/lib/jvm/java-6-openjdk/bin/java.

-- 
[hardy]Netbeans 6.1 cannot been installed under openjdk-6 package
https://bugs.launchpad.net/bugs/245545
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 could log all native calls ie. send patched jar to see if it
helps.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 line or fix netbeans_jdkhome property in
/etc/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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239679] Re: broken dependency

2008-07-31 Thread Marek Slama
It looks like problem with apt-get. Looks like bad detection of tzdata-
java and wrong dependency of jre/jdk on tzdata-java. For me it is not
absolute dependency but suggest. I do not know if it was changed in last
update of openjdk package or if mentioned sun-java-* packages have
different 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 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 tzdata-java). I will check hardy 64bit version.

-- 
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 install netbeans. It should 
install also tzdata-java + openjdk.
I let you know the result.

Marek
 I checked hardy 32bit 2 weeks ago - bug present.
 I tried to apt-ger dist-upgrade and apt going to uninstall tzdata-java 
 netbeans.

 Bug in countiues...



-- 
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 the same?) 2008d is latest version in hardy
 (both tzadata and tzdata-java). I will check hardy 64bit version.

 --
 broken dependency
 https://bugs.launchpad.net/bugs/239679
 You received this bug notification because you are a direct subscriber
 of the bug.

 

 I checked hardy 32bit 2 weeks ago - bug present.
 I tried to apt-ger dist-upgrade and apt going to uninstall tzdata-java 
 netbeans.

 Bug in countiues...
   
I do not know what is wrong. I have openjdk6 and netbeans installed on 
my 32bit hardy but tzdata-java is not installed.
openjdk 6b10-0ubuntu1
netbeans 6.0.1-0ubuntu2
tzdata 2008d-1ubuntu0.8.04
tzdata-java NOT installed and latest version displayed in synaptic is 
the same as for tzdata.

Marek

My hardy was updated from previous version 7.10.

-- 
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 anything.
Now with Live CD at least graphical environment works. Any console is
undreadable.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/244321
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://lists.ubuntu.com/mailman/listinfo/ubuntu-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: netbeans (Ubuntu)
   Status: Incomplete = Fix Released

-- 
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/210440
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/240502
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210440] Re: netbeans missing dependency

2008-06-17 Thread Marek Slama
Binary package netbeans depends on libnb-java1-java which depends on
openjdk-6-jdk | sun-java6-jdk. Current package should work with both
JDKs. As I understand if no JDK is installed openjdk-6-jdk will be
installed. If openjdk-6-jdk or sun-java6-jdk is installed before
netbeans package is installed then no JDK should be installed. sun-
java5-jdk is optional. You can install it manually and modify
/etc/netbeans.conf or use --jdkhome command line parameter to use JDK 5.

Regarding additional features obtained from NB update center: Current
runtime dependency Depends: is minimum. If you install 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)

-- 
netbeans missing dependency
https://bugs.launchpad.net/bugs/210440
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 platform examples
https://bugs.launchpad.net/bugs/206324
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239679] Re: broken dependency

2008-06-17 Thread Marek Slama
What happens if you install libnb-apisupport1-java, libnb-ide8-java,
libnb-java1-java? You can try aptitude full-upgrade it first analyzes
status and then asks if you want to install. So you can skip
installation and attach here what it suggests to install.

** Changed in: netbeans (Ubuntu)
 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240502] Re: Netbeans won't install

2008-06-17 Thread Marek Slama
I will try to test/reproduce this. netbeans depends on libnb-java1-java
which depends on openjdk-6-jdk | sun-java6-jdk and netbeans depends on
libnb-platform7-java which depends on openjdk-6-jre | sun-java6-jre. If
I understand this correctly presence of sun-java6-jdk and sun-java6-jre
should 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 to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
 Importance: Undecided
 Status: New

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/201354
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/203636
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 = Confirmed

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 parts can be shared with rpm build
https://bugs.launchpad.net/bugs/201339
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
http://bugs.sun.com/view_bug.do?bug_id=6612531 
api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize(ScrollPaneLayout2024) 
throws NPE

Also this update fixes:
a) license text GPLv2 text is removed and replaced by reference to 
/usr/share/common-licenses/GPL-2
b) minor change in package description
c) added Update Center for IDE specific for Ubuntu so that we can distribute 
updates to IDE

** Affects: netbeans (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 showing dialog
http://bugs.sun.com/view_bug.do?bug_id=6612531 
api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize(ScrollPaneLayout2024) 
throws NPE

** Affects: libnb-platform7-java (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Update runtime dependency to openjdk-6
https://bugs.launchpad.net/bugs/201337
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/ubuntu/+source/libnb-
platform7-java/+bug/201337 and it is the same question as in issue
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/201332

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 essential parts can be shared with rpm build

** Affects: libnb-platform7-java (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/201354
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 license text in copyright file. It is dual license CDDL +
GPL v2 with the Classpath exception. We would like to get law expertise
if we can replace GPL v2 by reference to /usr/share/common-licenses in
our case.

-- 
copyright file should refer to /usr/share/common-licenses
https://bugs.launchpad.net/bugs/193099
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to /usr/share/common-licenses
https://bugs.launchpad.net/bugs/193099
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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://bugs.launchpad.net/bugs/191478
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >