Re: [Rdkit-discuss] RDKit C wrappers?

2020-04-27 Thread Stephan Michels
. But I get my things done and it is cross compiled for x86 and arm. Regards, Stephan Michels ___ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Re: adding something to a setter

2011-10-06 Thread Stephan Michels
I use KVO to execute custom code if a property has changed. [self addObserver:self forKeyPath:@graphics options:(NSKeyValueObservingOptionNew|NSKeyValueObservingOptionOld) context:self]; - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change

Re: adding something to a setter

2011-10-06 Thread Stephan Michels
Am 06.10.2011 um 15:54 schrieb Torsten Curdt: Well, if the model is more complex and you bind the view to the model you can of course trigger the re-display on the observed changes. But what about a simple title property of e.g. a NSButton? ...and I guess triggering a re-display is not the

Dispatch queues and autorelease pools

2011-07-02 Thread Stephan Michels
drain]; }); Or has the dispatch queue it's own pool? Stephan Michels.___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Superscript attribute with CATextLayer

2008-10-20 Thread Stephan Michels
= CGPointMake(10, 150); layer.borderWidth = 1; layer.anchorPoint = CGPointMake(0,0); [self.layer addSublayer:layer]; } Does anyone know how to solve it or have an explanation why it doesn't work? Thank you, Stephan Michels

Re: Superscript attribute with CATextLayer

2008-10-20 Thread Stephan Michels
: http://rapidshare.com/files/155887033/TestView.png.html Code: http://rapidshare.com/files/155887694/AttributedStringTest.zip.html I noticed that also other attributes are ignored like background color. Stephan Michels. ___ Cocoa-dev mailing list (Cocoa

Re: [iText-questions] Problem with transparent images

2008-02-21 Thread Stephan Michels
2008/2/21, Eliot M Cline [EMAIL PROTECTED]: The only way I could keep acrobat reader from changing the color space to CMYK was to set the entire page containing our graphics to a transparency group and then set the colorspace accordingly. See the VB code snippet below. Great! That worked.

Re: [iText-questions] Problem with transparent images

2008-02-20 Thread Stephan Michels
2008/2/20, 1T3XT info [EMAIL PROTECTED]: Stephan Michels wrote: I made following screenshots to show the problem: I'm not sure what I'm supposed to see. In one screen there's a thicker border than in the other three screens. I guess that's your problem, but... I don't know what you

Re: [iText-questions] Problem with transparent images

2008-02-20 Thread Stephan Michels
2008/2/20, Leonard Rosenthol [EMAIL PROTECTED]: On Feb 20, 2008, at 3:26 AM, Stephan Michels wrote: Good point, that the Acrobat Reader changes the colors to the CMYK color space was one of my assumptions. Hmm, so what can I do? How I can prevent that the Acrobat Reader change

Re: [iText-questions] Problem with transparent images

2008-02-20 Thread Stephan Michels
2008/2/20, 1T3XT info [EMAIL PROTECTED]: Stephan Michels wrote: And how can I set the default transparency blending space with itext? Some pseudocode (so that you can Google for the keywords): PdfGState gs = new PdfGState(); gs.setBlendMode(choose state); cb.setState(gs); Hmm, doesn't

Re: [iText-questions] Problem with transparent images

2008-02-20 Thread Stephan Michels
2008/2/20, Leonard Rosenthol [EMAIL PROTECTED]: Hmm, doesn't help :-( I tried every blend mode, but this doesn't prevent Acrobat from switching to the CMYK color space. You need to set the COLORSPACE to DeviceRGB... Thanks, but how can I achieve it? I tried 1. ImgTemplate image2

[iText-questions] Problem with transparent images

2008-02-19 Thread Stephan Michels
right): http://www.filespace.net/?d=669C21161 I don't know if it is a problem of the Acrobat Reader or iText. The problem doesn't happen in Evince. Does anyone see this problem before? Thank you, Stephan Michels

Re: [iText-questions] WordSpacing and CharacterSpacing

2008-01-29 Thread Stephan Michels
2008/1/28, Leonard Rosenthol [EMAIL PROTECTED]: On Jan 28, 2008, at 7:27 AM, Stephan Michels wrote: I can simply prevent orphans in a column if I check if the available height is smaller than e.g. 2 rows, then I put the paragraph into the next column. To prevent widows I have to adjust

[iText-questions] WordSpacing and CharacterSpacing

2008-01-28 Thread Stephan Michels
the value directly. BTW, that the meaning of the value lastBaseFactor in this method? Thank you, Stephan Michels. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

Re: [iText-questions] WordSpacing and CharacterSpacing

2008-01-28 Thread Stephan Michels
2008/1/28, mister bean [EMAIL PROTECTED]: See p. 347-350 in the book. The methods you're looking for are setCharacterSpacing() and setWordSpacing(). Thanks, but AFAICS those values get lost if you use justified text and it is not possible to define additional space. Stephan.

Re: [iText-questions] WordSpacing and CharacterSpacing

2008-01-28 Thread Stephan Michels
Sorry, I mixed widows and orphans before. I always do :-/ 2008/1/28, Leonard Rosenthol [EMAIL PROTECTED]: But if you are justifying the text, what purpose do character word spacing serve? The jusitfy alignment distributes only the available space in the row. But I want more space to get an

Re: [iText-questions] Problem withColumnTextand SpaceAfterof paragraphs

2007-09-13 Thread Stephan Michels
Thank you for the quick reponse. The setAdjustFirstLine() method looks good. I used the the ColumnText object a lot, but it has some drawbacks, which I can only solve by invoking the go() method after every element. For example I set manually the position of every element to have a baseline

[iText-questions] Problem with ColumnText and SpaceAfter of paragraphs

2007-09-12 Thread Stephan Michels
. invoke go() 3. add paragraph 2 4. invoke go() And I have a special problem with the SpaceAfter property of paragraphs. I attached the code, which I use to reproduce this behaviour at the end. I appreciate every help on what I do wrong. Thank you, Stephan Michels. import java.io.*; import

Bug#389907: No printer in eclipse

2006-12-26 Thread Stephan Michels
There is no printer support available in 3.2, see http://www.eclipse.org/swt/faq.php#printOnGTK It will be available in 3.3. Stephan Michels. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: jogl packages

2006-12-17 Thread Stephan Michels
2006/12/17, Jérôme Marant [EMAIL PROTECTED]: Le dimanche 17 décembre 2006 01:03, Petter Reinholdtsen a écrit: [Jérôme Marant] I wanted to play with java packaging (cdbs, ant and so on) so I took the jogl packaging from svn and updated it. Cool. Do you plan to upload it into Debian? It

Re: jogl packages

2006-12-17 Thread Stephan Michels
2006/12/17, Jérôme Marant [EMAIL PROTECTED]: Le dimanche 17 décembre 2006 15:23, Stephan Michels a écrit: 2006/12/17, Jérôme Marant [EMAIL PROTECTED]: Le dimanche 17 décembre 2006 01:03, Petter Reinholdtsen a écrit: [Jérôme Marant] I wanted to play with java packaging (cdbs, ant and so

Re: jogl

2006-12-01 Thread Stephan Michels
2006/12/1, Jérôme Marant [EMAIL PROTECTED]: Hi, jogl seems to be maintainted within Debian SVN's pkg-java project, but it has still not been uploaded. Why's that? No sponsor was interested. And AFAIK some problems occur with the free-java stack. But I don't know the current status.

[pkg-java] r2636 - in trunk/eclipse/debian: . extra patches

2006-10-22 Thread Stephan Michels
Author: tashiro-guest Date: 2006-10-22 10:15:59 + (Sun, 22 Oct 2006) New Revision: 2636 Added: trunk/eclipse/debian/patches/eclipse-nativepresentation.dpatch Removed: trunk/eclipse/debian/patches/eclipse-navtivepresentation.dpatch Modified: trunk/eclipse/debian/extra/eclipse.sh

[pkg-java] r2637 - trunk/eclipse/debian

2006-10-22 Thread Stephan Michels
/debian/changelog 2006-10-22 10:15:59 UTC (rev 2636) +++ trunk/eclipse/debian/changelog 2006-10-22 10:30:49 UTC (rev 2637) @@ -65,6 +65,12 @@ [ Vladimir Lapacek ] * Build jsch as a eclipse plugin. + [ Stephan Michels ] + * Added lib prefix to the links of the tomcat plugin

[pkg-java] r2639 - trunk/eclipse/debian/extra

2006-10-22 Thread Stephan Michels
Author: tashiro-guest Date: 2006-10-22 15:39:36 + (Sun, 22 Oct 2006) New Revision: 2639 Modified: trunk/eclipse/debian/extra/package-links.txt Log: Create link lib/servlet-api.jar instead of lib/servlet.jar Modified: trunk/eclipse/debian/extra/package-links.txt

[pkg-java] r2644 - in trunk/eclipse/debian: . patches

2006-10-22 Thread Stephan Michels
Author: tashiro-guest Date: 2006-10-22 19:18:54 + (Sun, 22 Oct 2006) New Revision: 2644 Modified: trunk/eclipse/debian/changelog trunk/eclipse/debian/patches/eclipse-updatehomedir.dpatch trunk/eclipse/debian/rules Log: Updated updatehomedir patch from Fedora's repository Modified:

[Bug 67309] Re: UI freeze after some hours

2006-10-21 Thread Stephan Michels
** Attachment added: Error report http://librarian.launchpad.net/4918762/gnome-btdownload-Fehlerbericht.txt -- UI freeze after some hours https://launchpad.net/bugs/67309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 67309] UI freeze after some hours

2006-10-21 Thread Stephan Michels
Public bug reported: Some hours after I started a download the UI seems to be freezed. If I move the window the report bug dialog opened. I use the version 0.0.24-0ubuntu1 on a ppc machine. ** Affects: gnome-btdownload (Ubuntu) Importance: Undecided Status: Unconfirmed -- UI

Re: Bioclipse 1.0

2006-08-14 Thread Stephan Michels
and Eclipse is necessary :-/ Stephan Michels. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: jboss-4.0.4

2006-07-31 Thread Stephan Michels
of this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760 Stephan Michels.

Bug#372880: eclipse can't start: problem opening page

2006-06-15 Thread Stephan Michels
the process (but it's not eating the cpu). Hi Arnaud! Have you tried also cacao or jamvm? I wonder if its an gcj-only problem. Eclipse on ppc with gcj works for me. Have you a special ppc machine? Stephan Michels. ___ pkg-java-maintainers mailing list

Bug#372880: eclipse can't start: problem opening page

2006-06-15 Thread Stephan Michels
the process (but it's not eating the cpu). Hi Arnaud! Have you tried also cacao or jamvm? I wonder if its an gcj-only problem. Eclipse on ppc with gcj works for me. Have you a special ppc machine? Stephan Michels. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#372880: eclipse can't start: problem opening page

2006-06-15 Thread Stephan Michels
the process (but it's not eating the cpu). Hi Arnaud! Have you tried also cacao or jamvm? I wonder if its an gcj-only problem. Eclipse on ppc with gcj works for me. Have you a special ppc machine? Stephan Michels. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

r2130 - trunk/jogl/debian

2006-05-21 Thread Stephan Michels
Author: tashiro-guest Date: 2006-05-21 09:18:10 + (Sun, 21 May 2006) New Revision: 2130 Modified: trunk/jogl/debian/rules Log: Install all shared object files like libjogl_awt and libjogl_drihack. Modified: trunk/jogl/debian/rules

[Bug 35669] Re: neither /etc/asound.conf or ~/.asoundrc setup in package configuration

2006-05-19 Thread Stephan Michels
*** This bug is a duplicate of bug 31699 *** I had similar problems. My problem was that gnome-sound-properties didn't start esd. I got following output: ALSA lib confmisc.c:1107:(snd_func_refer) Unable to find definition 'defaults.pcm.card' ALSA lib conf.c:3493:(_snd_config_evaluate) function

Bug#344514: Man page for efj is missing

2006-05-18 Thread Stephan Michels
Here is the link to the Eclipse Bug report for the stand-alone formatter: https://bugs.eclipse.org/bugs/show_bug.cgi?id=75333 Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http

Bug#344514: Man page for efj is missing

2006-05-18 Thread Stephan Michels
Here is the link to the Eclipse Bug report for the stand-alone formatter: https://bugs.eclipse.org/bugs/show_bug.cgi?id=75333 Stephan Michels.

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
days. Maybe Matthias knows more about the amd64 issue. Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]: As you can see in the provided link, it's just a missing dependency... I just asked Matthias. And he said, that it is already fixed. So, I will see if I can do an upload. The problem is that we have to handle also the transition to gcj-4.1 Stephan

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
days. Maybe Matthias knows more about the amd64 issue. Stephan Michels.

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]: As you can see in the provided link, it's just a missing dependency... I just asked Matthias. And he said, that it is already fixed. So, I will see if I can do an upload. The problem is that we have to handle also the transition to gcj-4.1 Stephan

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
days. Maybe Matthias knows more about the amd64 issue. Stephan Michels.

Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]: As you can see in the provided link, it's just a missing dependency... I just asked Matthias. And he said, that it is already fixed. So, I will see if I can do an upload. The problem is that we have to handle also the transition to gcj-4.1 Stephan

Bug#364368: Build-Dep on mozilla (library), please transition to xulrunner

2006-04-22 Thread Stephan Michels
your package to work with those. At the moment, it looks like we don't want to release etch with mozilla [1]. Yes, it is planned to use xulrunner instead of mozilla. We will make the transition as soon as possible. Stephan Michels. ___ pkg-java

Bug#364368: Build-Dep on mozilla (library), please transition to xulrunner

2006-04-22 Thread Stephan Michels
your package to work with those. At the moment, it looks like we don't want to release etch with mozilla [1]. Yes, it is planned to use xulrunner instead of mozilla. We will make the transition as soon as possible. Stephan Michels.

r2054 - in trunk/eclipse-ve/debian: . patches

2006-04-22 Thread Stephan Michels
+# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. +# +# The file is modified by Stephan Michels[EMAIL PROTECTED] + + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share

r2046 - in trunk/eclipse-emf/debian: . patches

2006-04-17 Thread Stephan Michels
@lists.alioth.debian.org Uploaders: Stephan Michels [EMAIL PROTECTED] -Build-Depends: debhelper ( 4.2), eclipse (= 3.1.1-5) +Build-Depends: debhelper ( 4.2), eclipse (= 3.1.1-5), cdbs Build-Conflicts: eclipse-emf Standards-Version: 3.6.2 Added: trunk/eclipse-emf/debian/eclipse-emf-releng.patch

Bug#362500: eclipse uninstallable for amd64

2006-04-14 Thread Stephan Michels
what goes wrong? Stephan Michels ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#358594: eclipse binary, desktop/menu things should be in eclipse-platform

2006-04-14 Thread Stephan Michels
can depend on the core plugins and then they will missing some plugins. @Michael: I really think its a better idea to a have one package, The current situation caused to much troubles. What do you think? Stephan Michels. ___ pkg-java-maintainers

Bug#356028: eclipse-ecj is version 3.1.0, not 3.1.2

2006-04-14 Thread Stephan Michels
? Thank you, Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#361696: libswt3.1-gtk-jni: Coarse dependencies

2006-04-14 Thread Stephan Michels
. This is much work and I don't see any benefit I would gain. Moreover swt wasn't design my the eclipse team to be apportionable. Do you see any reason why we should do it? Thank you, Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers

Bug#352184: eclipse: cannot build from source with firefox support

2006-04-14 Thread Stephan Michels
can try it later with xulrunner. Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#361692: libswt3.1-gtk-jni: Conflicts with libswt-gnome-gtk-3.1-jni

2006-04-14 Thread Stephan Michels
somehow? Thank you, Stephan Michels.. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#356027: eclipse-ecj installation error

2006-04-14 Thread Stephan Michels
, but eclipse-ecj does only depend on eclipse-jdt-eclipse-platform-eclipse-rcp Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#359945: /usr/bin/eclipse: source is not a POSIX shell command

2006-04-14 Thread Stephan Michels
2006/3/29, Michal Politowski [EMAIL PROTECTED]: /usr/bin/eclipse is a /bin/sh script but it uses the source command, which is not specified by POSIX, to read ~/.eclipse/eclipserc. Hmm, so, what sould we use instead of source? Maybe we can use . ~/.eclipse/eclipserc instead ... Stephan Michels

Bug#362500: eclipse uninstallable for amd64

2006-04-14 Thread Stephan Michels
what goes wrong? Stephan Michels

Bug#357301: eclipse randomly crashes, usually at startup

2006-04-14 Thread Stephan Michels
no log file). I don't know much sablevm and it is known that kaffe is very slow. And a new package for kaffe 1.1.7 is not available ATM. I have good experiences with gcj and cacao, which you should try. As I don't see any bugs I can solve, I will close this report. Stephan Michels.

Bug#355104: Me Too!

2006-04-14 Thread Stephan Michels
exists as you seems to have a different problem. And please run eclipse with -clean -consolelog -debug to get more information. I will close this report, because the original author has resolved his problem. Thank you, Stephan Michels.

Bug#358594: eclipse binary, desktop/menu things should be in eclipse-platform

2006-04-14 Thread Stephan Michels
can depend on the core plugins and then they will missing some plugins. @Michael: I really think its a better idea to a have one package, The current situation caused to much troubles. What do you think? Stephan Michels.

Bug#356028: eclipse-ecj is version 3.1.0, not 3.1.2

2006-04-14 Thread Stephan Michels
? Thank you, Stephan Michels.

Bug#361696: libswt3.1-gtk-jni: Coarse dependencies

2006-04-14 Thread Stephan Michels
. This is much work and I don't see any benefit I would gain. Moreover swt wasn't design my the eclipse team to be apportionable. Do you see any reason why we should do it? Thank you, Stephan Michels.

Bug#352184: eclipse: cannot build from source with firefox support

2006-04-14 Thread Stephan Michels
can try it later with xulrunner. Stephan Michels.

Bug#361692: libswt3.1-gtk-jni: Conflicts with libswt-gnome-gtk-3.1-jni

2006-04-14 Thread Stephan Michels
somehow? Thank you, Stephan Michels..

Bug#356027: eclipse-ecj installation error

2006-04-14 Thread Stephan Michels
, but eclipse-ecj does only depend on eclipse-jdt-eclipse-platform-eclipse-rcp Stephan Michels.

Bug#359945: /usr/bin/eclipse: source is not a POSIX shell command

2006-04-14 Thread Stephan Michels
2006/3/29, Michal Politowski [EMAIL PROTECTED]: /usr/bin/eclipse is a /bin/sh script but it uses the source command, which is not specified by POSIX, to read ~/.eclipse/eclipserc. Hmm, so, what sould we use instead of source? Maybe we can use . ~/.eclipse/eclipserc instead ... Stephan Michels

Bug#362500: eclipse uninstallable for amd64

2006-04-14 Thread Stephan Michels
what goes wrong? Stephan Michels

Bug#357301: eclipse randomly crashes, usually at startup

2006-04-14 Thread Stephan Michels
no log file). I don't know much sablevm and it is known that kaffe is very slow. And a new package for kaffe 1.1.7 is not available ATM. I have good experiences with gcj and cacao, which you should try. As I don't see any bugs I can solve, I will close this report. Stephan Michels.

Bug#355104: Me Too!

2006-04-14 Thread Stephan Michels
exists as you seems to have a different problem. And please run eclipse with -clean -consolelog -debug to get more information. I will close this report, because the original author has resolved his problem. Thank you, Stephan Michels.

Bug#361692: libswt3.1-gtk-jni: Conflicts with libswt-gnome-gtk-3.1-jni

2006-04-14 Thread Stephan Michels
somehow? Thank you, Stephan Michels..

Bug#356027: eclipse-ecj installation error

2006-04-14 Thread Stephan Michels
, but eclipse-ecj does only depend on eclipse-jdt-eclipse-platform-eclipse-rcp Stephan Michels.

Re: VNC/XDMCP in network:/// ?

2006-04-07 Thread Stephan Michels
On Wed, Apr 05, 2006 at 06:33:46PM +0200, J SC wrote: I recommend you Avahi discovery applet (service discovery applet) http://avahi.org/wiki/AdministrativeAvahiApplication#AvahiDiscoveryApplet I know it, but it is not the same from the user perspective. AFAIK, it was only developed to test

Re: nautilus improvements

2006-03-31 Thread Stephan Michels
abilities of nautilus. I can imaging a similar behaviour for archives, like an entry in the context menu of a file/dir to create a new archive of it, similar to burn this iso image. Please don't drop this idea. Stephan Michels. -- nautilus-list mailing list nautilus-list@gnome.org http://mail.gnome.org

Re: eclipse-nls-sdk update

2006-03-23 Thread Stephan Michels
think that it results into too much packages and one eclipse-i18n package should be enough. Michael Koch told me that he has objections against a package containing all languages and he prefer a package for each language. But again I think it results into too much packages. Stephan Michels.

Bug#356497: libswt3.1-gtk-java: depends on mozilla-browser on i386

2006-03-12 Thread Stephan Michels
On 3/12/06, J. Woch [EMAIL PROTECTED] wrote: (only) for i386 platforms, the package still depends on mozilla-browser. this should be replaced to something generic. Like what for example? xulrunner is not in a useable stage yet. And firefox is a pile of crap.

Bug#330238: RFP: xom -- tree-based API for processing XML with Java

2006-02-18 Thread Stephan Michels
Hi, I almost finshed a package for XOM, which I need for the package of CDK. At the moment I must wait until Wolfgang Baer upload a new version of libjaxen-java. Stephan Michels.

Bug#330238: RFP: xom -- tree-based API for processing XML with Java

2006-02-18 Thread Stephan Michels
Hi, I almost finshed a package for XOM, which I need for the package of CDK. At the moment I must wait until Wolfgang Baer upload a new version of libjaxen-java. Stephan Michels.

r1924 - trunk/cdk/debian

2006-02-18 Thread Stephan Michels
Author: tashiro-guest Date: 2006-02-18 14:13:00 + (Sat, 18 Feb 2006) New Revision: 1924 Modified: trunk/cdk/debian/cdk.manpages Log: cdk.manpages: Fix paths Modified: trunk/cdk/debian/cdk.manpages === ---

r1926 - trunk/cdk/debian

2006-02-18 Thread Stephan Michels
Author: tashiro-guest Date: 2006-02-18 17:26:00 + (Sat, 18 Feb 2006) New Revision: 1926 Modified: trunk/cdk/debian/rules Log: Update cdk modules. Modified: trunk/cdk/debian/rules === --- trunk/cdk/debian/rules

r1927 - trunk/xom/debian

2006-02-18 Thread Stephan Michels
Author: tashiro-guest Date: 2006-02-18 17:50:11 + (Sat, 18 Feb 2006) New Revision: 1927 Modified: trunk/xom/debian/rules Log: Lower Xss to 3Mb, but must be higher than 2Mb. Modified: trunk/xom/debian/rules === ---

Bug#352184: eclipse: cannot build from source with firefox support

2006-02-10 Thread Stephan Michels
On 2/10/06, Bastian Kleineidam [EMAIL PROTECTED] wrote: the latest upload required me to install mozilla-browser, so I tried to build eclipse with firefox support. This adds a firefox-dev build dependency, which does not exist. So it is impossible to build eclipse with firefox support on

Bug#352178: eclipse: Error reading configuration

2006-02-10 Thread Stephan Michels
/configuration/org.eclipse.osgi/.manager: .tmpys9gk6.instance for example. Can you try to create this file to see if you have some weird problems with your file system. Stephan Michels.

Accepted cacao 0.94-2 (source i386)

2006-02-07 Thread Stephan Michels
-By: Stephan Michels [EMAIL PROTECTED] Description: cacao - Java virtual machine Closes: 350729 Changes: cacao (0.94-2) unstable; urgency=low . * debian/patches/01cacao-fpu-prec.patch: Add patch to fix incorrect results of computations in extended precision on x86. Closes: #350729

r1867 - trunk/eclipse/debian

2006-02-07 Thread Stephan Michels
Author: tashiro-guest Date: 2006-02-07 17:40:59 + (Tue, 07 Feb 2006) New Revision: 1867 Modified: trunk/eclipse/debian/eclipse-platform-common.install Log: Install only /usr/share/eclipse/configuration/config.ini Modified: trunk/eclipse/debian/eclipse-platform-common.install

Bug#351518: NPE occurs if I try the Jmol applet

2006-02-05 Thread Stephan Michels
) at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) Maybe ClassLoader.loadClass() is called with and should throw a ClassNotFoundException instead. I packaged a little testcase, which can download from: http://vern.chem.tu-berlin.de/~stephan/software/jmol-test.tar.gz Stephan Michels

Bug#350729: cacao: Incorrect result due to computations in extended precision on x86 (regression)

2006-02-01 Thread Stephan Michels
this bug. I got a patch from Christian Thalinger and the problem should be fixed in the next upload. Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java

Bug#350729: cacao: Incorrect result due to computations in extended precision on x86 (regression)

2006-02-01 Thread Stephan Michels
this bug. I got a patch from Christian Thalinger and the problem should be fixed in the next upload. Stephan Michels.

Re: Can I use the apps running free Java???

2006-01-26 Thread Stephan Michels
On 1/26/06, Joost Kraaijeveld [EMAIL PROTECTED] wrote: Hi, Is it possible to run the following combination of applications on a Debian AMD64 Etch installation, using nothing but free software (I know it can using Sun's SDK, because that is what I am running now): - Java 1.5 We are planning

Re: Trying to build jonas deb package

2006-01-23 Thread Stephan Michels
not uploaded it yet. Status: Waiting fro libjacorb-java pckcage from tashiro I uploaded also the jacorb package to the same address, but without warranty. Both packages are in a really early stage. I focus myself currently on the packages for axis etc, which I need for eclipse-wst too. Stephan

Re: Trying to build jonas deb package

2006-01-20 Thread Stephan Michels
. For Kaffe I'm not sure, maybe.. Stephan Michels.

Re: Trying to build jonas deb package

2006-01-20 Thread Stephan Michels
(=0.19) (more or less...) BTW, I didn't found the sources of the RedHat packages. If you're interested then maybe you can join [EMAIL PROTECTED] . It's easier to communicate... at least for me. Stephan Michels.

IBM Public License

2006-01-18 Thread Stephan Michels
). Can I get troubles if I package this software for Debian? Is this license approved? Thank you, Stephan Michels.

Bug#347749: eclipse-platform-common: allow documented -vmargs for /usr/bin/eclipse

2006-01-12 Thread Stephan Michels
for the patch, should be fix in 3.1.1-9. I fixed also -install, maybe it can be useful in some situations. Stephan Michels. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg

Bug#347749: eclipse-platform-common: allow documented -vmargs for /usr/bin/eclipse

2006-01-12 Thread Stephan Michels
for the patch, should be fix in 3.1.1-9. I fixed also -install, maybe it can be useful in some situations. Stephan Michels.

Bug#345756: eclipse-platform-common: The included patch fixes the problem (at least for me)

2006-01-05 Thread Stephan Michels
On 1/5/06, Yaacov Akiba Slama [EMAIL PROTECTED] wrote: +OFS=$IFS +IFS=: What's the function fo OFS and IFS ? Anyway thank you for the patch, Sephan Michels

Bug#345677: eclipse: Eclipse doesn't start

2006-01-05 Thread Stephan Michels
and plugins. If we make this package optional, then we get complains from the framework. Stephan Michels.

Bug#345677: eclipse: Eclipse doesn't start

2006-01-05 Thread Stephan Michels
and plugins. If we make this package optional, then we get complains from the framework. Stephan Michels.

CVS cacao/debian

2006-01-04 Thread Stephan Michels
/changelog2006/01/04 16:25:55 1.6 @@ -1,3 +1,9 @@ +cacao (0.93-5) unstable; urgency=low + + * debian/control: Fixed typo. Closes: #345974 + + -- Stephan Michels [EMAIL PROTECTED] Wed, 4 Jan 2006 17:24:54 +0100 + cacao (0.93-4) unstable; urgency=low * Added jikes, zip and zlib1g-dev

Accepted eclipse 3.1.1-7 (source i386 all)

2006-01-02 Thread Stephan Michels
@lists.alioth.debian.org Changed-By: Stephan Michels [EMAIL PROTECTED] Description: eclipse- Extensible Tool Platform and Java IDE eclipse-ecj - Eclipse Java compiler and Ant plug-in eclipse-ecj-gcj - Native version of the Eclipse Java compiler eclipse-efj - Eclipse Java code formatter eclipse-jdt - Java

Accepted eclipse-cdt 3.0.1-1 (source i386)

2005-12-30 Thread Stephan Michels
Changed-By: Stephan Michels [EMAIL PROTECTED] Description: eclipse-cdt - C/C++ Development Tools for Eclipse Closes: 195236 284911 Changes: eclipse-cdt (3.0.1-1) unstable; urgency=low . [ Michael Koch ] * Initial Version (Closes: #195236, #284911). . [ Stephan Michels ] * debian

Re: Eclipse - integrated help is not available

2005-12-24 Thread Stephan Michels
Tomcat 5, because it was too late. So the we had to disable the help system for the Eclipse packages in Breezy. Merry Christmas, Stephan Michels.

  1   2   3   4   5   6   7   >