Bug#891956: (no subject)

2018-03-09 Thread William L. DeRieux IV

after editing /etc/eclipse.ini
and adding -debug to it

I get the following output (when running eclipse):
-
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0

Install location:
    file:/usr/lib/eclipse/
Configuration file:
    file:/usr/lib/eclipse/configuration/config.ini loaded
Configuration location:
file:/home/william/.eclipse/org.eclipse.platform_3.8_155965261/configuration/
Configuration file:
file:/home/william/.eclipse/org.eclipse.platform_3.8_155965261/configuration/config.ini 
not found or not read

Shared configuration location:
    file:/usr/lib/eclipse/configuration/
Framework located:
    file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.8.1.dist.jar
Framework classpath:
Splash location:
/usr/lib/eclipse//plugins/org.eclipse.platform_3.8.1.dist/splash.bmp
-

And the error message written to the log file:

-
!SESSION Fri Mar 09 20:00:00 EST 2018
!ENTRY org.eclipse.equinox.launcher 4 0 2018-03-09 20:00:00.374
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter

    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)


-

It seems that this error is happening because the framework's class path
is not being properly set (hence it can't find the class).

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#857343: (no subject)

2017-03-23 Thread Fabrice Dagorn

Dear Maintainer,
it's a serious security bug IMO, feel free to switch back to important 
if you disagree.


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#857343: (no subject)

2017-03-10 Thread Fabrice Dagorn

tags security

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#844083: (no subject)

2017-01-03 Thread Santiago Vila
severity 846116 important
severity 680038 important
severity 828929 important
severity 834686 important
severity 834962 important
severity 842836 important
severity 844083 important
severity 844088 important
severity 844571 important
severity 845164 important
severity 846021 important
severity 846115 important
severity 846300 important
severity 846318 important
severity 848054 important
severity 848055 important
severity 848403 important
severity 849775 important
severity 849217 important
severity 832865 important
severity 837067 important
severity 848063 important
severity 849363 important
severity 846026 important
severity 841904 important
severity 847288 important
severity 848859 important
severity 841098 important
severity 843038 important
severity 848409 important
severity 710696 important
thanks

Hello.

I'm setting the severity of this bug to "important" not because
I don't think it is not RC (as Release Policy still says that
packages must autobuild *without* failure), but because the
Release Managers are considering to decide about RC-ness
of this kind of bugs based on the probability of failure.

We don't know what kind of threshold there will be for stretch, so I
strongly recommend that you act as if this bug was serious and RC,
especially if the failures happen very often on any kind of
autobuilder which is not misconfigured.

Thanks.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#777082: (no subject)

2015-10-22 Thread Michael Borkowski
Despite the fact that I'm not running on Debian, I encountered this very
bug and indeed I can confirm that it seems to be related to multiple
screens.

However, I don't have to actually disable the secondary screen, it's
enough to move the mouse to the primary one, so that the window is
initially opend in the primary screen, which makes sweethome3d start up
nicely.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#777082: (no subject)

2015-05-20 Thread Gabriele Giammatteo
I do not know if it might help, but in my case this bug only occurs if 
my desktop is extended in a secondary screen (total resolution 
2720x900). If I open the same file disabling the second screen 
(1280x800) it is fine.


Best regards,
Gabriele

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776032: (no subject)

2015-01-24 Thread Miguel Landaeta
owner 776032 !
thanks

I'll take care of this.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#769682: (no subject)

2014-11-15 Thread root
Subject: jenkins-tomcat: Secure and HttpOnly flags are not set for cookies with 
Jenkins on Tomcat
Package: jenkins-tomcat
Version: 1.565.3-2.1
Severity: grave
Tags: security

Dear Maintainer,

The Jenkins currently shipped with Debian doesn't correctly set the HttpOnly and
Secure options on session cookies.

The first option prohibits the cookies to be read by scripts, thus preventing
XSS scripts vulnerabilities from stealing sessions.
The second option prohibits the session cookie to be sent over clear HTTP 
connection,
thus preventing malvolent users to steal session cookie while redirecting users 
to
HTTP access.

There is already an upstream bug for this problem located at this url:
https://issues.jenkins-ci.org/browse/JENKINS-25019
with a proposed fix that only adresses the HttpOnly issue for Tomcat.

The problem is reported in Tomcat log with the following lines:

WARNING: Failed to set secure cookie flag
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
jenkins.model.JenkinsLocationConfiguration.updateSecureSessionFlag(JenkinsLocationConfiguration.java:123)
at 
jenkins.model.JenkinsLocationConfiguration.load(JenkinsLocationConfiguration.java:71)
at 
jenkins.model.JenkinsLocationConfiguration.init(JenkinsLocationConfiguration.java:46)
at 
jenkins.model.JenkinsLocationConfiguration$$FastClassByGuice$$a6785528.newInstance(generated)
at 
net.sf.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40)
at 
com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:61)
at 
hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:429)
[...]
at 
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Property HttpOnly can not be added 
to SessionCookieConfig for context /jenkins as the context has been initialised
at 
org.apache.catalina.core.ApplicationSessionCookieConfig.setHttpOnly(ApplicationSessionCookieConfig.java:107)
... 90 more

Thanks in advance for your help on this issue.

Yann Rouillard


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jenkins-tomcat depends on:
ii  jenkins-common  1.565.3-2
ii  tomcat8 8.0.14-1

jenkins-tomcat recommends no packages.

jenkins-tomcat suggests no packages.

-- Configuration Files:
/etc/jenkins/jenkins-tomcat.xml changed [not included]

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2014-10-03 Thread Miguel Landaeta
I tried to fix this bug by replacing the dependencies on tomcat6 with
tomcat8 but it looks like some porting is needed (assuming it can be
ported, of course).

I'm attaching a debdiff with the work I already done in case somebody
want to help. I'll check again in the next days to determine if this
plugin can be build with tomcat8 or not.

I'm also attaching the failed build log.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru tomcat-maven-plugin-1.1/debian/changelog 
tomcat-maven-plugin-1.1/debian/changelog
--- tomcat-maven-plugin-1.1/debian/changelog2013-05-27 13:54:47.0 
-0300
+++ tomcat-maven-plugin-1.1/debian/changelog2014-10-03 19:04:23.0 
-0300
@@ -1,3 +1,17 @@
+tomcat-maven-plugin (1.1-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace dependencies on tomcat6 packages. (Closes: #686877, #759633).
+- Refresh patch debian/patches/00-fix_build.patch.
+- Add dependency on libecj-java.
+- Refresh d/maven.rules.
+  * Fix FTBFS on armel using JamVM. (Closes: 631930).
+  * Bump debhelper compat level to 9.
+  * Bump Standards-Version to 3.9.6. No changes were required.
+  * Update copyright file to 1.0 format.
+
+ -- Miguel Landaeta nomad...@debian.org  Fri, 03 Oct 2014 19:48:52 -0300
+
 tomcat-maven-plugin (1.1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru tomcat-maven-plugin-1.1/debian/compat 
tomcat-maven-plugin-1.1/debian/compat
--- tomcat-maven-plugin-1.1/debian/compat   2011-11-26 13:44:40.0 
-0300
+++ tomcat-maven-plugin-1.1/debian/compat   2014-10-03 18:09:34.0 
-0300
@@ -1 +1 @@
-7
+9
diff -Nru tomcat-maven-plugin-1.1/debian/control 
tomcat-maven-plugin-1.1/debian/control
--- tomcat-maven-plugin-1.1/debian/control  2013-05-27 13:54:42.0 
-0300
+++ tomcat-maven-plugin-1.1/debian/control  2014-10-03 18:41:19.0 
-0300
@@ -3,26 +3,28 @@
 Priority: extra
 Maintainer: David Paleino da...@debian.org
 Build-Depends:
- debhelper (= 7.0.50~)
+ debhelper (= 9~)
  , default-jdk
  , maven-debian-helper
  , maven-repo-helper
 Build-Depends-Indep:
  libplexus-component-metadata-java
- , tomcat6-common
+ , libtomcat8-java
+ , libecj-java
  , libmaven-plugin-tools-java
  , libsurefire-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.6
 Homepage: http://mojo.codehaus.org/tomcat-maven-plugin
-Vcs-Git: git://git.debian.org/collab-maint/tomcat-maven-plugin.git
-Vcs-Browser: 
http://git.debian.org/?p=collab-maint/tomcat-maven-plugin.git;a=summary
+Vcs-Git: git://anonscm.debian.org/collab-maint/tomcat-maven-plugin.git
+Vcs-Browser: 
http://anonscm.debian.org/?p=collab-maint/tomcat-maven-plugin.git;a=summary
 
 Package: libtomcat-maven-plugin-java
 Architecture: all
 Depends:
  ${misc:Depends}
  , ${maven:Depends}
- , libtomcat6-java
+ , libtomcat8-java
+ , libecj-java
  , libcommons-codec-java
  , libwagon-java
  , libplexus-archiver-java
diff -Nru tomcat-maven-plugin-1.1/debian/copyright 
tomcat-maven-plugin-1.1/debian/copyright
--- tomcat-maven-plugin-1.1/debian/copyright2011-11-26 13:44:40.0 
-0300
+++ tomcat-maven-plugin-1.1/debian/copyright2014-10-03 18:12:53.0 
-0300
@@ -1,11 +1,14 @@
-Format-Specification: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: tomcat-maven-plugin
+Upstream-Contact: Mark Hobson markhob...@gmail.com
+Source: http://mojo.codehaus.org/tomcat-maven-plugin
 
 Files: *
-Copyright: © 2005-2006, Mark Hobson
+Copyright: 2005-2006, Mark Hobson
 License: Apache-2.0
 
 Files: debian/*
-Copyright: © 2010, David Paleino da...@debian.org
+Copyright: 2010, David Paleino da...@debian.org
 License: Apache-2.0
 
 License: Apache-2.0
diff -Nru tomcat-maven-plugin-1.1/debian/maven.rules 
tomcat-maven-plugin-1.1/debian/maven.rules
--- tomcat-maven-plugin-1.1/debian/maven.rules  2011-11-26 13:44:40.0 
-0300
+++ tomcat-maven-plugin-1.1/debian/maven.rules  2014-10-03 19:03:34.0 
-0300
@@ -1,5 +1,11 @@
 org.codehaus.plexus plexus-component-metadata pom s/1\.*/1.0-beta-3.0.7/
-s/org.apache.tomcat/commons-dbcp/ s/dbcp/commons-dbcp/ jar s/.*/debian/
+org.apache.tomcat s/dbcp/tomcat-dbcp/ jar s/.*/8.x/
+org.apache.tomcat s/catalina/tomcat-catalina/ jar s/.*/8.x/
+org.apache.tomcat s/catalina-ha/tomcat-catalina-ha/ jar s/.*/8.x/
+org.apache.tomcat s/tribes/tomcat-tribes/ jar s/.*/8.x/
+org.apache.tomcat s/jasper/tomcat-jasper/ jar s/.*/8.x/
+org.apache.tomcat s/jasper-el/tomcat-jasper-el/ jar s/.*/8.x/
+org.apache.tomcat s/coyote/tomcat-coyote/ jar s/.*/8.x/
 s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/
 s/org.apache.tomcat/javax.el/ el-api jar s/.*/2.1/
 s/org.apache.tomcat/javax.servlet.jsp/ jsp-api jar s/.*/2.1/
diff -Nru tomcat-maven-plugin-1.1/debian/patches/00-fix_build.patch 

Bug#740586: (no subject)

2014-09-27 Thread Miguel Landaeta
unblock 759163 by 759131
tags 759163 + pending
tags 758972 + pending
tags 740586 + pending
tags 677194 + pending
tags 749206 + pending
tags 759634 + pending
tags 738110 + pending
thanks

A fix for all these bugs is already committed to the git repo and it
will be uploaded soon.

I need to check some pending issues with the maintainer that prepared
this upload.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#730431: marked as done ([autocomplete] Insert Bug Report Subject here)

2014-09-09 Thread Debian Bug Tracking System
Your message dated Tue, 9 Sep 2014 08:43:36 +0200 (CEST)
with message-id 
1440597456.255686.1410245016299.open-xcha...@app03.ox.hosteurope.de
and subject line Bogus bug report
has caused the Debian Bug report #730431,
regarding [autocomplete] Insert Bug Report Subject here
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
730431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: autocomplete
Version: None
Severity: Optional: Choose between important, normal, minor, wishlist
Tags: Optional: tags
X-Debbugs-CC: Optional: add mails to send copies of this bug report to
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

* What led up to the situation?
* What exactly did you do (or not do) that was effective (orineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?

*** End of the template - remove these lines ***
---End Message---
---BeginMessage---
Bogus bug report---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#759631: (no subject)

2014-08-29 Thread Miguel Landaeta
retitle 759631 tiles: Please replace dependencies on tomcat6 with tomcat7
tags 759631 + pending
thanks

Emmanuel already has a fix for this on svn. I'll upload it soon.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#757923: Subject:

2014-08-12 Thread Padraig Looney
Package: eclipse
Version: indigo, Kepler, Luna

I am using Ubuntu and reported it on Launchpad here

https://bugs.launchpad.net/debian/+bug/1355182

I have tested it on Debian on a virtual machine and the problem exists
there too.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#740955: no subject

2014-07-23 Thread Potter, Tim (Cloud Services)
This is bugging me as well, and I've figured out the root cause.  The maven2 
package runs update-alternatives with a priority of 200, and maven (3) with a 
priority of 150.  If you install maven2 and maven at the same time, you will 
always get maven2.  Since maven2 is a dependency for maven-debian-helper this 
will nearly always be the case.

# apt-get install –y maven maven2
# mvn -v
Apache Maven 2.2.1 (rdebian-15)
Java version: 1.7.0_65
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: linux version: 3.15.3-tinycore64 arch: amd64 Family: unix
# update-alternatives --config mvn
There are 2 choices for the alternative mvn (providing /usr/bin/mvn).

  SelectionPath   Priority   Status

* 0/usr/share/maven2/bin/mvn   200   auto mode
  1/usr/share/maven/bin/mvn150   manual mode
  2/usr/share/maven2/bin/mvn   200   manual mode

A more sensible default might be setting the priority of maven (3) to 250 so it 
becomes the default, but this may have some unexpected side effects.

Tim Potter
Cloud Systems Engineer
HP Cloud Services

timothy.pot...@hp.com
M +61 419 749 832
Hewlett-Packard Australia Pty Ltd

This e-mail may contain confidential and privileged material for the sole use 
of the intended recipient. Any review, use, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or 
authorised to receive for the recipient), please contact the sender by reply 
e-mail and delete all copies of this message.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#754302: (no subject)

2014-07-09 Thread Federico von Bergen
The issue was with some missconfiguration un the ~\.eclipse folder. Deleting it 
solved the issue.

Thank you.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#724867: (no subject)

2014-06-08 Thread fabienst
Have you installed the package libswt-cairo-gtk-3-jni ?

Azureus needs this package to work. See already reported bug #684464

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#724867: (no subject)

2014-06-08 Thread fabienst
Works for me on a fresh jessie after having added libswt-cairo-gtk-3-jni
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#750303: (no subject)

2014-06-07 Thread Miguel Landaeta
reassign 750303 src:stapler 1.218-1
forcemerge 750303 750273
thanks

This bug was caused by stapler.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#739999: (no subject)

2014-02-26 Thread Gianfranco Costamagna
Oh... this has been reproduce on trusty machine, I asked for a sync request of 
tomcat7, and the buildd failed to build from source
https://launchpadlibrarian.net/167631874/buildlog_ubuntu-trusty-i386.tomcat7_7.0.52-1_FAILEDTOBUILD.txt.gz

I don't know the rationale of this problem, because I cannot reproduce in my 
local pbuilder environment


Gianfranco 
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread ??????
 ??
??
 GUI ??
??
?? 
??
??
 ??TCLINTEL??
??
 WindRiver??OPERA??AMD 
??
??MiniGUIPMP??
MiniGUI

 MiniGUI ,MiniGUIMiniGUI da
tasheet?? MiniGUI http://www.minigui.com
/download/cindex.shtml
??FhasPMP
MiniGUIMiniGUI??Fhas 
??
MP3 Fhas
http://www.minigui.com/product/cfhas.shtml
??mSpider??  MiniGUI mSpider 
??

??mSpider??

 mSpider 
http://www.minigui.com/produ
ct/cmspider.shtml
??mEagle :GIS 
MiniGUI
mEagle??, ??

GPSGPS??
?? mEagle 
mEaglemGis??
?? mEagle ??: http://www
.minigui.com/product/cmeagle.shtml 
??
??

??
??,??
,
.
 
??
??

??


 
??c...@minigui.org
??http://www.minigui.com
??(8610)-82652611 82652652
MSN:  willer...@hotmail.com
??(8610)-82652690/82652692-88
??13910996029
-
Chunlei Xu (sales manager)
Beijing Feynman Software Technology Co., Ltd.
An Embedded System Tech., Solutions  Dev. Tools Provider.
Mailbox: c...@minigui.org
Website: http://www.minigui.com
Tel: (8610)-82652611 82652652
Fax: (8610)-82652690/82652692-88
MP:  (86)-13910996029
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 陈健生
您好!

我司(广州市南雄贸易有限公司),按季度完税,每月都搁下相当数量的国

税、地税发票。为了避免过多的发票因此作废,特--优惠对外企业、厂家、

个人代理代开!如有需要的请来电话联系!


联系人:陈健生-1 3 8 2 6 4 9 7 4 7 6

公司Email:a13650865...@126.com

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 陈健生
您好!

我司(广州市南雄贸易有限公司),按季度完税,每月都搁下相当数量的国

税、地税发票。为了避免过多的发票因此作废,特--优惠对外企业、厂家、

个人代理代开!如有需要的请来电话联系!


联系人:陈健生-1 3 8 2 6 4 9 7 4 7 6

公司Email:a13650865...@126.com

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread ??????
  ??,??,??.
   GUI 

??
 

??

 
??TCLINTEL
 
WindRiver??
OPERA??AMD 

 
MiniGUIPMP??
MiniGUI??
?? 
MiniGUI ??
??,MiniGUIMiniGUI 
datasheet??
 MiniGUI 
http://www.minigui.com/download/cindex.shtml

  
FhasPMP
MiniGUIMiniGUI??
Fhas 

??MP3
 Fhas 
http://www.minigui.com/product/cfhas.shtml
  
mSpider??  MiniGUI mSpider 
??
??
mSpider??

 mSpider 
http://www.minigui.com/product/cmspider.shtml

 
 mEagle :GIS 
MiniGUI
 mEagle??, 


??GPSGPS mEagle 
??
??mEaglemGis??
??
 mEagle ??: http://www.minigui.com/product/cmeagle.shtml 
 

 
??
??


 
  
??MiniGUI,??,
.
 
  ??







??
c...@minigui.org
??


 
??c...@minigui.org
??http://www.minigui.com
??010-82652611\2652
MSN:  willer...@hotmail.com
??010-82652690/82652692-88
??13910996029
-
Chunlei Xu (sales manager)
Beijing Feynman Software Technology Co., Ltd.
An Embedded System Tech., Solutions  Dev. Tools Provider.
Mailbox: c...@minigui.org
Website: http://www.minigui.com
Tel: 010-82652611\2652
Fax: 010-82652690/82652692-88
MP:  (86)-13910996029
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread ??????
  ??,??,??.   
  GUI 

??
 

??

 
??TCLINTEL
 
WindRiver??
OPERA??AMD 

 
MiniGUIPMP??
MiniGUI??
?? 
MiniGUI ??
??,MiniGUIMiniGUI 
datasheet??
 MiniGUI 
http://www.minigui.com/download/cindex.shtml


FhasPMP
MiniGUIMiniGUI??
Fhas 

??MP3
 Fhas 
http://www.minigui.com/product/cfhas.shtml

   mSpider??  MiniGUI mSpider 
??
??
mSpider??

 mSpider 
http://www.minigui.com/product/cmspider.shtml

   
mEagle :GIS 
MiniGUI
 mEagle??, 


??GPSGPS mEagle 
??
??mEaglemGis??
??
 mEagle ??: http://www.minigui.com/product/cmeagle.shtml 


   
??
??


  
 
??MiniGUI,??,
.

 ??




 
 
??
c...@minigui.org
2006-12-01
??


 
??c...@minigui.org
??http://www.minigui.com
??(8610)-82652611 82652652-806
MSN:  willer...@hotmail.com
??(8610)-82652690/82652692-88
??13910996029
-
Chunlei Xu (sales manager)
Beijing Feynman Software Technology Co., Ltd.
An Embedded System Tech., Solutions  Dev. Tools Provider.
Mailbox: c...@minigui.org
Website: http://www.minigui.com
Tel: (8610)-82652611 82652652-806
Fax: (8610)-82652690/82652692-88
MP:  (86)-13910996029  
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 薛小姐
精美网站设计大优惠
> 深圳市科联网络公司优惠大放送!
>
>1:域名注册   80元/年
>2:空间   200元/100MB(每年)
>3:企业邮箱: 300元/100MB(每年)
>4:网站设计   1200元 起
>5、3721、新浪、搜狐推广一律8折优惠!!
>
> 公司网站: www.kelian.net.cn
> 咨询电话: 82948375 82945180
  业务 QQ:  95566607   MSN: seven...@hotmail.com
> 联系人:  薛小姐

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 薛小姐
精美网站设计大优惠
> 深圳市科联网络公司优惠大放送!
>
>1:域名注册   80元/年
>2:空间   200元/100MB(每年)
>3:企业邮箱: 300元/100MB(每年)
>4:网站设计   1200元 起
>5、3721、新浪、搜狐推广一律8折优惠!!
>
> 公司网站: www.kelian.net.cn
> 咨询电话: 82948375 82945180
  业务 QQ:  95566607   MSN: seven...@hotmail.com
> 联系人:  薛小姐

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 徐春蕾
 
 很感谢您对飞漫软件及MiniGUI的关注和支持!
 
佳节将近,飞漫软件徐春蕾在这里给忙碌了一年的您拜个早年,祝您在新的一年中工作顺利,阖家幸福,百尺竿头,更进一步!飞漫软件也将在新的一年中继续想您所想,予您所需,为您提供更好的产品与服务。
 
对于MiniGUI您可能已经有所了解,从工控领域到高端手持设备,近十年的时间考验,无数次大客户和实际项目的验证(包括华为、TCL、大唐移动、英华达、中兴通讯、联想、迈瑞、广州数控、传视数码、Intel、
FUJITSU、WindRiver、OPERA、AMD及韩国、日本、美国、加拿大、马来西亚等国家的客户),现如今,已经成为国际上嵌入式中间件行业中的领军企业。
 您也可以浏览飞漫的网站,得到关于飞漫其他产品的介绍
 网址是 www.minigui.com

 另外,飞漫软件将参加在深圳举办的第十二届国际集成电路研讨会暨展览会(IIC-China 
2007),在展会上我们将展示关键应用软件、嵌入式图形软件开发平台及一些典型案例。如此盛会,您怎能错过呢?
 如您想参加,春节后请与我联系
 我的联系方式是:
 徐春蕾(销售经理)
北京飞漫软件技术有限公司
嵌入式系统关键技术、解决方案和开发工具供应商
 
电子邮箱:c...@minigui.org
公司网址:http://www.minigui.com
电话:(8610)-82652611 82652652-806
MSN:  willer...@hotmail.com
传真:(8610)-82652690/82652692-88
手机:13910996029
-
Chunlei Xu (sales manager)
Beijing Feynman Software Technology Co., Ltd.
An Embedded System Tech., Solutions  Dev. Tools Provider.
Mailbox: c...@minigui.org
Website: http://www.minigui.com
Tel: (8610)-82652611 82652652-806
Fax: (8610)-82652690/82652692-88
MP:  (86)-13910996029



飞漫软件届时将恭候您大驾光临!
  

展会地点:深圳会展中心
展会时间:2007年3月5-6日
展位号: 2G45

   参展详情请访问:http://www.minigui.com/event/c20070212.shtml
   再次恭贺新年,祝快乐常伴!
 
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 徐春蕾
您好!
 好久不联系了!是否有新的项目在做啊?不知道有没有使用MiniGUI,或者我们飞漫其他产品的可能性?
 2007年,MiniGUI还有其上的关键应用软件有了比较大的变化,欢迎到我公司网站上做了解:www.minigui.com
 
如果您想了解我们产品,想做产品使用MiniGUI的评估,或者想了解我们产品的价格,再或者在移植我们的开源版本时有什么问题,请联系我,我一定给予您满意的解答!
 我的联系方式如下: 

销售经理:徐春蕾
 
联系邮件为:c...@minigui.org 
  
联系电话:010-82652611 82652652-806 
   
手机:13910996029
   
MSN:willer...@hotmail.com

另外,是否方便留下您的详细的联系信息呢?包括邮寄地址,手机号等,我们会根据您那边的项目情况,给你提供更详细的资料,包括产品自动演示光盘,学习资料等。

期待您的回复!

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 4月21-22/上海
Title: 新建网页 1




  
  

  
		 
		主办单位:易腾企业管理咨询有限公司 
		
		
		 
		运用IE技术提高效率节约工时
		
		
		[课 程 背 景]
		
		企业均希望将资源充分利用,以达到效率高、交期准、浪费少、成本低的目的,这正是百年来IE技术迅猛发展的原因。IE的知识和方法在美日等发达国家已经成为普遍化的常识和理念,通过取消、合并、重排、简化等优化手法不断改进操作流程,在高工资高福利的背景下仍然凭借高效率取得了竞争性成本。
		[课 程 大 纲] 
		1、IE技术基础
		◆IE的原理与发展历史
		◆IE技术的核心内容和追求目标
		◆工厂如何活用IE思想
		◆训练员工用IE的眼光看问题
		2、生产力与生产效率的衡量指标
		◆生产效率与企业竞争力
		◆效率评价指标
		3、效率改善的基础与改善方向
		◆运用IE技术改善的原理、原则
		◆消除瓶颈
		◆现场7种浪费分析
		◆如何减少浪费,保持流程增值
		◆如何快速切换,提高系统效率
		4、制造程序分析与改善
		◆ 流程程序图分析
		◆加工效率的改善
		◆检查效率的改善
		◆停滞与等待的分析与改善
		5、动作效率分析与改善
		◆动作分析的要领
		◆动作活性指数介绍
		◆运用动作分析提高动作效率
		◆运用动作经济原理提高效率
		6、作业效率分析与改善
		◆人机作业分析
		◆人机配合效率改善
		◆生产线布置的效率分析
		◆工作抽样方法的应用
		7、标准工时测定与生产线平衡
		◆标准工时的定义
		◆标准工时的实际测定
		◆PTS预定时间标准法
		◆MOD模特法的原理
		◆如何运用MOD法确定标准工时
		◆如何运用标准工时平衡生产线
		8、搬运及布置(Layout)的效率分析与改善
		◆搬运及场地布置经济原则
		◆物流原理与搬运合理化
		◆单元制生产模式
		9、如何合理组织生产使有效产出最大
		◆生产系统的效率是如何丧失的
		◆如何化解生产波动带来的损失
		10、先进生产方式简介
		◆生产方式的变迁:福特制、GM模式、丰田生产方式
		◆IE技术与精益生产方式的关联
		11、工厂实际案例分析
		[导 师 简 介] 
		
		
		 Mr 
		Wang,管理工程硕士、高级经济师,6SIGMA黑带,国际职业培训师协会认证职业培训师。王先生长期推行工业工程、精益生产等先进运作方式,历任大型跨国公司生产负责人、工业工程经理、项目总监,王老师主要从事 
		管理咨询工作8年来,先后为IBM、TDK、松下、可口可乐、康师傅、汇源果汁、雪津啤酒、吉百利食品、冠捷电子、INTEX明达塑胶、正新橡胶、美国ITT集团、广上科技、美的空调、中兴通讯、京信通信,联想电脑,应用材料(中国)公司、艾克森-金山石化、中国化工进出口公司、正大集团大福饲料、厦华集团、灿坤股份、NEC东金电子、太原钢铁集团、PHILIPS、深圳开发科技、大冷王运输制冷、三洋华强、TCL、EPSON、长安福特、泰科电子、长城计算机等 
		三百多家企业提供项目辅导或专题培训,受到广泛好评. 
		时间地点: 4月21-22日 
		(周六/日)上海
		费用: 1980/人(含课程费、教材、午餐等) 
		四人以上参加,赠予一名名额
		报名热线:021-51943800 
		张先生
		注:如您不需要此邮件,请将您的邮箱发短信至13661808540.谢谢!


__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 4月14-15号/上海
Title: 新建网页 1




  
  

  
		 
		
		主办单位:易腾企业管理咨询有限公司 
 
		
		车间管理八项修炼
		课 程 背 景
		车间是生产型企业的中心,车间和制造部门管理的好坏,直接影响着产品“质量、成本、交货期”各项指标的完成,伴随着微利时代的到来和组织结构趋向扁平化的今天,车间管理在企业中将扮演愈加重要的角色 
		! 制造干部承担着车间管理和生产过程控制的重任,需要有效的管理现场的进度、质量、成本、人员等要素,还需协同其他部门共同处理现场的各种问题。
		而车间管理人员常常面临:
		工作做了不少,每天也忙忙碌碌,管理好象还是理不出头绪,如何有效的推进车间管理工作?
		主管要改善,老板要降本,生产现场如何有效发现问题,持续改进? 
		品种多,计划变化频繁,生产任务忽高忽低,如何提高生产车间柔型,有效的保证生产进度?
		生产过程不稳定,机器故障和产品质量问题常常发生,如何有效的控制提高质量和提高设备利用率?
		现场很多事情需要依靠下属和同级部门共同努力,可是经常是出了问题后,人人相互推脱,事情一误再误,如何有效的与他人沟通和协调,如何激发下属的主动性和责任心?
		内容系统完整、注重实际运用、两天的精心研修,与您共享车间管理的奥秘! 
		课 程 大 纲
		◇ 车间管理人员的角色定位  
		车间管理人员的职责与角色认知 
		如何建立好的管理的基础 
		如何成为好的车间现场管理人员 
		车间管理工作的重心与要点 
		◇ 如何有效的推进车间管理工作 
		车间整体工作的推进体系
		车间管理项目的指标化 
		如何将目标与指标展开为具体的实施方案
		如何有效的分解车间管理目标 
		如何通过报告与例会进行管理追踪 
		◇ 如何有效的挖掘车间问题  
		工厂常见问题 
		如何从4M查核各个环节的问题 
		如何寻找“三呆”,消除“三呆” 
		如何建立适宜的标准,作为暴露问题的指针 
		◇ 车间管理的基础--如何运用5S和目视管理 
		为什么5S是工厂管理合理化的根本 
		5S的核心与实质 
		精益目视管理 
		TAKT信息板,发布信息板 
		5S信息板,KANBAN卡片 
		创建和应用不同类型的视觉控制工具
		5S的效用 
		案例研讨 
		◇ 车间进度与过程控制  
		生产作业计划的追踪实施 
		如何控制最佳的生产节拍,保持有效产出 
		如何提高生产管理系统的柔性 
		如何减少运输时间,缩短交期 
		如何提高生产管理系统的柔性 
		运用U型生产线布置方式提高生产线的柔性 
		如何降低换线时间适应生产线的转换 
		如何利用多能工随时调整生产安排 
		如何化解瓶颈环节的制约 
		瓶颈管理概念 
		如何解决瓶颈 
		生产负荷平衡 
		瓶颈管理案例 
		如何通过快速换型技术实现多品种生产转换 
		快速换型的概念和方案 
		换型物料车与换型工具车的使用 
		换型的过程分析 
		快速换型案例
		针对小批量生产的作业调度与监控
		生产调度与即时统计反馈 
		针对多品种小批量的作业计划方法 
		◇ 现场质量改进 
		如何识别质量问题 
		如何运用品管圈活动改进质量管理 
		推移管理与预防性问题发现 
		质量问题的对应流程与要点 
		质量改善活动的四阶段十步骤 
		◇ 现场成本控制 
		盈亏平衡点――学习老板的经营观 
		现场成本管理的主要指标 
		降低制造成本的主要途径 
		减少现场浪费的活动方法
		放大镜――从宏观到微观的CD工具 
		标准成本与标准工时的测定 
		标准成本/标准工时的差异分析 
		◇ 现场设备管理TPM 
		设备管理的八大支柱 
		数字化的综合效率管理 
		设备的六大损失 
		改善慢性损失,向零故障挑战 
		设备初期清扫与困难源对策
		自主保养的七步骤 
		◇ 车间人员管理 
		新型的上下级关系
		自我培养与培养下属的意识
		如何有效的指导与辅导下属
		如何塑造持续学习与改善的现场氛围
		如何有效的向上级沟通与汇报
		同级部门之间沟通与反馈的技巧
		人际技巧与关系处理 
		激励下属的技巧与方法 
		◇ 案例讨论
		[导 师 简 介] 
		
		
		 Mr 
		Wang,管理工程硕士、高级经济师,6SIGMA黑带,国际职业培训师协会认证职业培训师。王先生长期推行工业工程、精益生产等先进运作方式,历任大型跨国公司生产负责人、工业工程经理、项目总监,王老师主要从事 
		管理咨询工作8年来,先后为IBM、TDK、松下、可口可乐、康师傅、汇源果汁、雪津啤酒、吉百利食品、冠捷电子、INTEX明达塑胶、正新橡胶、美国ITT集团、广上科技、美的空调、中兴通讯、京信通信,联想电脑,应用材料(中国)公司、艾克森-金山石化、中国化工进出口公司、正大集团大福饲料、厦华集团、灿坤股份、NEC东金电子、太原钢铁集团、PHILIPS、深圳开发科技、大冷王运输制冷、三洋华强、TCL、EPSON、长安福特、泰科电子、长城计算机等 
		三百多家企业提供项目辅导或专题培训,受到广泛好评. 
		时间地点: 4月14-15日 
		(周六/日)上海
		费用: 1980/人(含课程费、教材、午餐等) 
		四人以上参加,赠予一名名额
		报名热线:021-51943800 
		张先生
		注:如您不需要此邮件,请将您的邮箱发短信至13661808540.谢谢!


__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 4月28-29号/上海
Title: 新建网页 1




  
  

  主办单位:易腾企业管理咨询有限公司
		
 
		采购技术构筑成本优势
		课 程 背 景:
		竞争的加剧,企业间专业分工的深化,采购职能正在成为企业专业的利润中心和核心竞争力的重要组成部分。然而由于传统观念的羁绊和职业技能的不足,很多企业的采购人员还只是停留在被动满足内部采购需求的纯操作性工作阶段,无法承担更重要的战略职能。如何改变采购人员的传统观念,掌握更深层次的职业技能已成为众多企业采购部门亟待解决的问题。 
		 
		
		培 训 目 标:
		1. 明确采购工作在企业中的重要性,借鉴先进企业采购战略模式,提升本企业的采购管理水平和竞争能力。
		2. 实践最佳采购谈判的策略和技巧,培养供应商管理的实战技能。
		3. 令你触摸到采购成本巨大的利润空间和削减的有效方法,学习先进成本管理模式和技术,帮助企业降低采购成本。
		4. 使学员具备采购应有的素质和正确的工作方法,合理使用各种采购技巧高效完成采购任务
		课 程 大 纲:
		1、战略性采购管理理念
		2、采购的组织和流程
		招标采购、集中采购与即时制采购
		采购工作的主要参数
		采购过程的跟踪与控制
		采购流程持续改进
		案例:先进采购模式分析
		
		3、采购需求表达和市场分析
		采购与产品设计开发
		产品的价值分析
		产品的标准化
		市场分析实用技术
		制造还是采购?
		案例:标准采购作业细则
		案例:如何打破垄断供应
		
		4、供应商的选择、评估与管理技术
		供应商调研认证流程化管理
		扩大供应商选择的五大现实途径
		如何量化考评供应商
		供应商早期参与新产品研发流程
		扶持与培育本地供应商
		案例分析
		
		5、谈判策略与技巧
		谈判的准备与目标优化
		谈判流程
		双赢谈判十大策略
		实用谈判四大技术(价格、时间、交流、心理)
		谈判中困难的处理
		模拟训练:分组谈判
		
		6、采购成本控制技术
		全面采购成本理念
		价格分析与采购报价审核
		降低成本21种方法
		采购成本管理策略
		
		7、采购外包
		企业采购外包供应链背景
		企业采购外包的形态
		企业外包的条件与原则
		案例:康明斯战略采购外包分析
		企业采购外包的自我分析
		外包供应商的条件与要求
		企业采购外包的风险识别与控制
		[导 师 简 介] 
		jack.wu,易腾管理顾问高级顾问师、物流与供应专业课程讲授专家。吴老师在外资企业的供应链管理领域具有十多年的工作经验,曾担任IBM中国区采购总监,结合多年的实际操作经验和丰富的管理咨询经验,讲授或辅导过的企业 
		包括TDK、松下、联想、华为、中兴、汇源果汁、可口可乐、百事可乐、Cadbury(吉百利)、华硕电脑、美的空调、厦华集团、中国国际航空、ABB、万达集团、深圳威尼斯酒店、上海粤海酒店、NEC东金电子、步步高电子、太原钢铁集团、PHILIPS、大冷王运输制冷、三洋华强、TCL、荣仕达、好孩子、清华同方、正大集团、伊莱克斯等两百多家,受到广泛好评.
		时间地点: 4月28-29日 (周六/日) 上海 
		费用: 2280/人(含课程费、教材、午餐等) 四人以上参加,赠予一名免费名额
		报名/咨询: 021-51943800 张先生
		注:如您不需要此邮件,请将您的邮箱发短信至13661808540.谢谢! 



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2013-06-11 Thread 4月28-29号/上海
Title: 新建网页 1




  
  

  主办单位:易腾企业管理咨询有限公司
		
 
		采购技术构筑成本优势
		课 程 背 景:
		竞争的加剧,企业间专业分工的深化,采购职能正在成为企业专业的利润中心和核心竞争力的重要组成部分。然而由于传统观念的羁绊和职业技能的不足,很多企业的采购人员还只是停留在被动满足内部采购需求的纯操作性工作阶段,无法承担更重要的战略职能。如何改变采购人员的传统观念,掌握更深层次的职业技能已成为众多企业采购部门亟待解决的问题。 
		 
		
		培 训 目 标:
		1. 明确采购工作在企业中的重要性,借鉴先进企业采购战略模式,提升本企业的采购管理水平和竞争能力。
		2. 实践最佳采购谈判的策略和技巧,培养供应商管理的实战技能。
		3. 令你触摸到采购成本巨大的利润空间和削减的有效方法,学习先进成本管理模式和技术,帮助企业降低采购成本。
		4. 使学员具备采购应有的素质和正确的工作方法,合理使用各种采购技巧高效完成采购任务
		课 程 大 纲:
		1、战略性采购管理理念
		2、采购的组织和流程
		招标采购、集中采购与即时制采购
		采购工作的主要参数
		采购过程的跟踪与控制
		采购流程持续改进
		案例:先进采购模式分析
		
		3、采购需求表达和市场分析
		采购与产品设计开发
		产品的价值分析
		产品的标准化
		市场分析实用技术
		制造还是采购?
		案例:标准采购作业细则
		案例:如何打破垄断供应
		
		4、供应商的选择、评估与管理技术
		供应商调研认证流程化管理
		扩大供应商选择的五大现实途径
		如何量化考评供应商
		供应商早期参与新产品研发流程
		扶持与培育本地供应商
		案例分析
		
		5、谈判策略与技巧
		谈判的准备与目标优化
		谈判流程
		双赢谈判十大策略
		实用谈判四大技术(价格、时间、交流、心理)
		谈判中困难的处理
		模拟训练:分组谈判
		
		6、采购成本控制技术
		全面采购成本理念
		价格分析与采购报价审核
		降低成本21种方法
		采购成本管理策略
		
		7、采购外包
		企业采购外包供应链背景
		企业采购外包的形态
		企业外包的条件与原则
		案例:康明斯战略采购外包分析
		企业采购外包的自我分析
		外包供应商的条件与要求
		企业采购外包的风险识别与控制
		[导 师 简 介] 
		jack.wu,易腾管理顾问高级顾问师、物流与供应专业课程讲授专家。吴老师在外资企业的供应链管理领域具有十多年的工作经验,曾担任IBM中国区采购总监,结合多年的实际操作经验和丰富的管理咨询经验,讲授或辅导过的企业 
		包括TDK、松下、联想、华为、中兴、汇源果汁、可口可乐、百事可乐、Cadbury(吉百利)、华硕电脑、美的空调、厦华集团、中国国际航空、ABB、万达集团、深圳威尼斯酒店、上海粤海酒店、NEC东金电子、步步高电子、太原钢铁集团、PHILIPS、大冷王运输制冷、三洋华强、TCL、荣仕达、好孩子、清华同方、正大集团、伊莱克斯等两百多家,受到广泛好评.
		时间地点: 4月28-29日 (周六/日) 上海 
		费用: 2280/人(含课程费、教材、午餐等) 四人以上参加,赠予一名免费名额
		报名/咨询: 021-51943800 张先生
		注:如您不需要此邮件,请将您的邮箱发短信至13661808540.谢谢! 



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#687694: (no subject)

2013-03-20 Thread Emmanuel Bourg
libcommons-openpgp-java shouldn't be affected. It has been updated
upstream to depend on the latest version of BouncyCastle (1.48) and no
modification was needed. It compiled and ran fine as is.



smime.p7s
Description: Signature cryptographique S/MIME
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2012-09-07 Thread Robert J. Park

DO YOU NEED A LOAN? CONTACT ME FOR MORE DETAILS VIA EMAIL: 
zenithinvestm...@bluesash.netmailto:zenithinvestm...@bluesash.net

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2012-04-21 Thread GUILPAIN Marie



Final de compte d'utilisateur Attention Webmail

Votre boîte aux lettres a dépassé une ou plusieurs limitations
taille déterminée par l'administrateur.

La taille de boîte aux lettres est 78944 KB.
les limites de taille de boîte aux lettres: 7 KB


Ceci est un avertissement que leurs mailboxletters atteint 7
KB. vous ne pouvez pas être en mesure d'envoyer ou de recevoir de nouveaux 
messages
la taille de votre boîte aux lettres untilreduce. Pour faire plus d'espace 
disponible, vous devez
cliquez et remplissez le formulaire et cliquez sur soumettre pour aider à 
augmenter la taille de la boîte aux lettres.

http://ni-y.webs.com/contact.htm

Après 48 heures sans recevoir aucune réponse de votre part
Nous devons détruire votre e-mail


Rapport du système de serveurs
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#655775: (no subject)

2012-03-19 Thread Miguel Landaeta
retitle 655775 libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA 
version
reassign 661694 src:libhibernate-jbosscache-java
forcemerge 655775 661694
thanks

I decided to fix this by adding a patch that reintroduces some classes
(org.hibernate.cache.TreeCache*) provided in 3.3.2.GA release that are
needed by jbossas4 to be built.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#653915: (no subject)

2012-03-02 Thread Francesco Muzio

Package: netbeans
Version: 7.0.1+dfsg1-5

I'm using Debian testing and I have tried your proposed test without success

When I attempt to create a new JFrame form (for example) on a new 
project the GUI is not loading and in that file the GroupLayout class is 
searched on the package org.jdesktop.layout


I add the interested system information of my debian machine in this 
message




--- System information. ---
Architecture: i386
Kernel: Linux 3.2.6

Debian Release: wheezy/sid
500 testing ftp.it.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
libnb-platform13-java (= 7.0) | 7.0.1+dfsg1-5
openjdk-6-jdk | 6b24~pre2-1
OR java6-sdk |
OR java7-sdk |
libnb-ide14-java (= 7.0.1+dfsg1-5) | 7.0.1+dfsg1-5
libnb-java5-java (= 7.0.1+dfsg1-5) | 7.0.1+dfsg1-5
libnb-apisupport3-java (= 7.0.1+dfsg1-5) | 7.0.1+dfsg1-5


Package's Recommends field is empty.

Package's Suggests field is empty.



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#643563: (no subject)

2011-11-10 Thread Gilles Filippini
Hi,

Jan-Hendrik (hennr) Peters a écrit , Le 09/11/2011 09:26:
 any news about this bug?

I didn't succeed in reproducing it until I tried on an amd64 box, right now.

 There seems to be a working patch, and sikuli does not seem to FTBFS any
 (since rc3).
 
 Could you include the patch and rebuild the package please? Sikuli is
 completely unusable for me in the meantime.

New upload expected this evening.

Sorry about the delay,

_g.



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#643563: (no subject)

2011-11-10 Thread Jan-Hendrik (hennr) Peters
On 10/11/11 22:30, Gilles Filippini wrote:
 ...
 New upload expected this evening.

Very cool, thanks!



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#643563: (no subject)

2011-11-09 Thread Jan-Hendrik (hennr) Peters
Hi,

any news about this bug?

There seems to be a working patch, and sikuli does not seem to FTBFS any
(since rc3).

Could you include the patch and rebuild the package please? Sikuli is
completely unusable for me in the meantime.



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#647071: (no subject)

2011-11-07 Thread Thomas Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

please also install the jgit library as maven artifact to /usr/share/maven/repo 
and as java library to /usr/share/java.

Thank you,

Thomas Koch


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOuED3AAoJEAf8SJEEK6ZahiAQAJd/h+pmaaxSrTge6ZLB4/pC
qYXoEZcDSKrbDSlGsxE0xSWPLx0OQJEGLQvJwafvQEwbCTc1m+GVkh30XSuq6rqt
5cgp0ek1kZymaow5Ad5x8zK9+FSCRyqlYsi4im6xoTc1tEoYtNNINQOM050bBc9N
M7T6RgZp54/HRpqUP5gJmIhQYZQMfM3SI33u2xfuaRRDnTBiPBbtNSIEUdxQYiWI
C/TaAw8OiYhyvOEIXDIpDYxDk8yvWLmmXwB8z+Okhdx3HiCiBrXOxIYNpX6ZYGVk
xLYsMvV056xGda4B7Bi7+4ihzlqlXUk/KJdHPEAZyKo5Y0kqS5xUAv+G8V0Ob4mU
yRoX4dfzIlQu4Dhl4RGQ3c2Z8PGId4kIajzcberxVwrJwT5yWQjMLbYFkvToxDIb
LzzsnLjthasw9J2P7A35tQ+j87Awvh0Xal0t/8jceAHvJRNcA8wN2h9Bf23Np3tR
G586jH8JnOG7iQx8oguxrM3Eah3c5xOy217lKJuQ7Bl8hAGihpFnZJMr1B5ExU5t
MtOvixhYlHjMCAr27t3V4j4AaJ4+rnr7Zbe//BNEbSyZrN8poYA9d+4ahA2zmUob
1h7QsLQm7Xc63Q1F4jP3JB3oL7XQ4Zf1ebpxiCPy3k/v5ENONAr7LRVydHWNKRIc
usb7hNNXHYveqRIxEtv3
=2lKg
-END PGP SIGNATURE-



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#631943: marked as done (apropos says unknown subject)

2011-10-25 Thread Debian Bug Tracking System
Your message dated Tue, 25 Oct 2011 09:17:18 +
with message-id e1rid8i-0006jf...@franck.debian.org
and subject line Bug#646524: Removed package(s) from unstable
has caused the Debian Bug report #631943,
regarding apropos says unknown subject
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
631943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631943
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sun-java6-bin
Version: 6.26-1
Severity: wishlist
File: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/man/man1/javaws.1.gz

$ apropos javaw
javaws (1)   - (unknown subject)


---End Message---
---BeginMessage---
Version: 6.26-3+rm

Dear submitter,

as the package sun-java6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/646524

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#631943: apropos says unknown subject

2011-06-28 Thread jidanni
Package: sun-java6-bin
Version: 6.26-1
Severity: wishlist
File: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/man/man1/javaws.1.gz

$ apropos javaw
javaws (1)   - (unknown subject)



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2011-06-14 Thread Microsoft Promotion Award Team



Your Email Id has won 500,000GBP in the Microsoft Promotion Award 2011.
send us the following informations

Full Names:
Residential Address:
Occupation:
Age:
Phone:

to our claims department:email: Mr.Rynold Mohd, microaw...@blumail.org



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2011-06-12 Thread Kapoor, Shiv Gopal
I am Capt James Roy. I am US Army in artillery military unit here in Iraq, we 
discovered some oil money in Iraq. we want you to keep it safe for us. Email us 
at
captjamesroy2...@hotmail.commailto:captjamesroy2...@hotmail.com
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[no subject]

2011-03-07 Thread FedEx Courier Express NG©
Estimado cliente / beneficiario!

 Por favor, contacte con nuestro departamento de entrega
 con los datos que figuran a continuación:
 Mensajero de FedEx Express © GN
 Persona de contacto: Barin Sr. White
 E-mail: fedex_dispatcht...@bbs.ctex.org
 Teléfono: 234-702484

 Motivos: Esto se debe al hecho de que
 estamos en posesión de su paquete que contiene
 un valor mastercard de un millón de Estado Unidos
 Dólares que se registró con nosotros por el
 MasterCard premio al equipo para su envío a usted,
 Tienes que actuar con rapidez, proporcionando su dirección postal
 y su número de teléfono directo para que nos convierte en el
 la entrega lo antes posible.

 Nota: que tan pronto como nuestro equipo de entrega
 confirma la Información, que tendrá sólo dos
 días hábiles (48 horas) para que su paquete llegue a su
 designados dirección. Para su información, el correo,
 Las tasas del IVA, gastos de envío han sido pagados por el Premio Promoción de 
la Junta.
 sólo tendrá que pagar una suma de USD $ 100 a la
 FedEx Courier Departamento siendo el pago completo
 Para mantener la seguridad Cargo de El Correo de FedEx como se indica
 Nuestros términos de privacidad y la página condición.

 Atentamente,
 Secretario
 La Sra. © Fredika jóvenes
 =
 COPYRIGHT © 2011 MasterCard ®.
 =

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2011-03-04 Thread L'ALTRA DIMENSIONE
Richiesta di autorizzazione all'invio dell'email
 
 
L'Altra Dimensione  esegue  lavori di Ristrutturazione, imbiancature, 
controsoffittature,
decorazione, coibentazioni termoacustici, trattamenti antimuffa, rifacimento 
tetti, canne fumarie ecc...
Fornitura e posa di parquet, porte, finestre, zanzariere, sanitari, 
rubinetteria, piastrelle ...
www.laltradimensione.it
 
Informativa sulla Privacy: Non abbiamo alcun  Vs. dato personale, è stato 
raccolto da elenchi pubblici disponibili sia in forma cartacea che on-line 
(Pagine Gialle, Pagine bianche, motori di ricerca) e sono trattati secondo le 
disposizioni del D.Lgs 196/03.
Qualora non desideriate ricevere in futuro comunicazioni commerciali dalla 
ditta scrivente potete opporVi ed esercitare i diritti previsti dall'art. 7 del 
codice della privacy inviando un messaggio di posta elettronica cliccando NON 
AUTORIZZO e indicando i dati da cancellare. Un messaggio Vi confermerà 
l'accoglimento della Vs. istanza e la conseguente cancellazione della vostra 
posta elettronica. 
 
NON AUTORIZZO

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2010-09-22 Thread MR.JOHN


I have a very good information to pass over to you contact me as soon as 
possible with the information below:

E-mail:oxfam...@yahoo.gr

Waiting for your swift response.

Regards,

Mr.John

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2010-05-09 Thread Mr. Paulo Carlos
Hei,

Trenger du 100% finansiering? Mitt navn er Paulo Carlos og jeg er en
lisensierte private finansmannen, kan du f#229; den billigste og rimelig
l#229;n p#229; en lav prosentsats p#229; 2,5% #229;rlig. For gjeld
konsolidering l#229;n, business l#229;n, hjem refinansiering l#229;n.
Hvis du har behov for en rask l#229;n eller trenger store finansiering,
send meg et svar og jeg vil komme tilbake til deg umiddelbart.

Vennlig hilsen
Paulo Carlos
E-post: gruppomo...@mail2world.com


__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#544134: marked as done (Subject: sun-java6-jre: Broken packages. Needs uploading?)

2010-05-01 Thread Debian Bug Tracking System
Your message dated Sat, 1 May 2010 17:24:51 +0200
with message-id t2qa90bfcf1005010824te68b9ad2ze25b2dc8279...@mail.gmail.com
and subject line Bug #544134 Subject: sun-java6-jre: Broken packages. Needs 
uploading?
has caused the Debian Bug report #544134,
regarding Subject: sun-java6-jre: Broken packages. Needs uploading?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sun-java6-jre
Version: 6-16-1
Severity: normal

Broken packages.
Similar to bug reported in January. Maybe this version needs uploading?

Going forward it would be nice to have a better error message instead of
broken packages followed by a nondescript circular reference.
Something like this: Package 'x' could not be installed because it was not
found on the server. This is common with the unstable or experimental
repositories. If not resolved within 24hrs please file a bug report.

Or even better, simply build in a safeguard to prevent this error.

Thoughts?


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sun-java6-jre depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management
sy
ii  java-common   0.33   Base of all Java packages
ii  locales   2.9-25 GNU C Library: National
Language (
pn  sun-java6-bin | ia32-sun-java none (no description available)

Versions of packages sun-java6-jre recommends:
ii  gsfonts-x11   0.21   Make Ghostscript fonts
available t

Versions of packages sun-java6-jre suggests:
pn  sun-java6-fonts   none (no description available)
pn  sun-java6-plugin | ia32-sun-j none (no description available)
pn  ttf-arphic-uming  none (no description available)
pn  ttf-baekmuk | ttf-unfonts | t none (no description available)
ii  ttf-kochi-gothic  20030809-5 Kochi Subst Gothic Japanese
TrueTy
ii  ttf-sazanami-mincho   20040629-7 Sazanami Mincho Japanese
TrueType
---End Message---
---BeginMessage---
Package: sun-java6-jre
Version: 6.20-dlj-1

It is fixed in testing. BTW: it is called unstable for a reason.

Torsten

---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#313161: marked as done ((no subject))

2010-04-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Apr 2010 17:37:54 +0200
with message-id p2ia90bfcf1004120837id6342e5eq2417f6ad4beaf...@mail.gmail.com
and subject line java-package has been removed from Debian unstable
has caused the Debian Bug report #313161,
regarding (no subject)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
313161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.24

# fakeroot make-jpkg ../jre-1_5_0_03-linux-i586.bin
(...)
Testing extracted archive.../usr/share/java-package/common.sh: line 
21: /dev/fd/62: Ist kein Verzeichnis
/usr/share/java-package/common.sh: line 102: [: : integer expression 
expected
 okay.
(...)
dpkg-deb: baue Paket »sun-j2re1.5« in 
»/tmp/make-jpkg.0opjAn/sun-j2re1.5_1.5.0+update03_i386.deb«.
copy sun-j2re1.5_1.5.0+update03_i386.deb into 
directory /home/gunter/lokal/download/prog/Java/tmp/

The Debian package has been created in the current directory. You can
install the package as root (e.g. dpkg -i 
sun-j2re1.5_1.5.0+update03_i386.deb).
# 

Greetings,

  Gunter Ohrner

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ http://aachen.uni-dsl.de/   -   Der direkte Draht in's Hochschulnetz! +
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
$ make love
make: don't know how to make love. Stop
$ 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+   PGP-verschlüsselte Mails bevorzugt! +
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

---End Message---
---BeginMessage---
Hi,

the package has been removed. That is why the bugs cannot be fixed anymore.

Cheers,
Torsten

---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#569328: (no subject)

2010-04-06 Thread Thomas Koch
The Symlink /usr/share/java/jsp-api.jar is currently owned by libservlet2.4-
java and points to /usr/share/java/jsp-api-2.0.jar
Shouldn't it be rather owned by libservlet2.5-java and point to 
/usr/share/java/jsp-api-2.1.jar?

And I think a symlink in libjetty is wrong. There's a file 
/usr/share/jetty/lib/usr/share/java/servlet-api-2.5.jar
(see: http://packages.debian.org/sid/all/libjetty-java/filelist )

Thomas Koch, http://www.koch.ro



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#569328: (no subject)

2010-04-06 Thread Niels Thykier
clone 569328 -1
reassign -1 libservlet2.4-java libservlet2.5-java
retitle -1 Can jsp-api.jar be provided by libservlet2.5-java?
tags 569328 + confirmed
thanks

Thomas Koch wrote:
 The Symlink /usr/share/java/jsp-api.jar is currently owned by libservle=
t2.4-
 java and points to /usr/share/java/jsp-api-2.0.jar
 Shouldn't it be rather owned by libservlet2.5-java and point to=20
 /usr/share/java/jsp-api-2.1.jar?
=20

Hi,

This is unrelated to jetty, so I have created a new bug for this and
reassigned it to the appropriate packages.

 And I think a symlink in libjetty is wrong. There's a file=20
 /usr/share/jetty/lib/usr/share/java/servlet-api-2.5.jar
 (see: http://packages.debian.org/sid/all/libjetty-java/filelist )
=20
 Thomas Koch, http://www.koch.ro
=20
=20


Yes, that does look odd. From what I can tell that link appears to be a
faulty duplicate of usr/share/jetty/lib/servlet-api-2.5.jar (pointing to
the wrong target as well).

~Niels



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#569328: (no subject)

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 569328 -1
Bug#569328: jetty should juse jsp-api-2.1.jar
Bug 569328 cloned as bug 576658.

 reassign -1 libservlet2.4-java libservlet2.5-java
Bug #576658 [jetty] jetty should juse jsp-api-2.1.jar
Bug reassigned from package 'jetty' to 'libservlet2.4-java'.
Bug No longer marked as found in versions jetty/6.1.22-1.
Bug #576658 [libservlet2.4-java] jetty should juse jsp-api-2.1.jar
There is no source info for the package 'libservlet2.4-java' at version 
'libservlet2.5-java' with architecture ''
Unable to make a source version for version 'libservlet2.5-java'
Bug Marked as found in versions libservlet2.5-java.
 retitle -1 Should jsp-api.jar be provided by libservlet2.5-java
Bug #576658 [libservlet2.4-java] jetty should juse jsp-api-2.1.jar
Changed Bug title to 'Should jsp-api.jar be provided by libservlet2.5-java' 
from 'jetty should juse jsp-api-2.1.jar'
 tags 569328 + confirmed
Bug #569328 [jetty] jetty should juse jsp-api-2.1.jar
Added tag(s) confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: (no subject)

2010-04-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

 block 576260 by 576323
Bug #576260 [wnpp] ITP: javacc-maven-plugin -- Maven Plugin which uses the 
JavaCC parser generator to process JavaCC grammar files
Was not blocked by any bugs.
Added blocking bug(s) of 576260: 576323
 block 576260 by 410283
Bug #576260 [wnpp] ITP: javacc-maven-plugin -- Maven Plugin which uses the 
JavaCC parser generator to process JavaCC grammar files
Was blocked by: 576323
Added blocking bug(s) of 576260: 410283
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: (no subject)

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

 block 576253 by 576256
Bug #576253 [wnpp] ITP: cssparser -- Java CSS2 Parser
Was not blocked by any bugs.
Added blocking bug(s) of 576253: 576256
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#558291: (no subject)

2010-01-31 Thread Pablo Duboue
Actually, upstream has already modernized its autoconf scripts on their CVS as 
part of their work on version 0.99.

Patching version 0.98 plus Winnie's fixes to the control file fixes this bug.

I'm part of the team that maintains the package, so I'll check the fixes into 
our Alioth SVN, run a number of tests and post the package for upload.


signature.asc
Description: This is a digitally signed message part.
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#558291: (no subject)

2010-01-30 Thread Pablo Duboue
More progress:

The libtool error is related to the --tags parameter. The generated libtool 
script defines only the tag CXX and the generated Makefile.in use --tag=CC.

Changing the many Makfile.in that invoke libtool to use CXX instead of CC 
builds the package to completion.

Now I'm trying to figure out whether the problem is in autoconf or if there's 
anything being set wrongly.

P.


signature.asc
Description: This is a digitally signed message part.
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

[no subject]

2010-01-03 Thread mrberr



My associate has helped me to send your first payment of US$7,500 to you
as instructed by Mr.James Gordon Brown the British prime minister after
the last G20 meeting that was held on April 2nd in London, making you
one of the beneficaries. Here is the information below:

MONEY TRANSFER CONTROL NUMBER:8309124803
SENDER NAME:SOLOMON
Last name:DANEIL.Q
AMOUNT: US$7,500

I told him to keep sending you US$7,500 twice a week until the FULL
payment of (US $360,000.00 Dollars) is completed within 6 (six)
Months.For track, send your

Full Names via Email to:

Mr Garry Moore
E-mail:western.uniontransfer...@live.co.uk
Tel:+447045713697



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#558187: (no subject)

2009-11-29 Thread Greg Wilkins

A jira has been raised in jetty to fix this issue:

  http://jira.codehaus.org/browse/JETTY-1152




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#505553: (no subject)

2009-10-17 Thread Niels Thykier

notfound 505553 3.2.2-5
tags 505553 = patch
thanks

Hi Andreas

Sorry for the late reply and thank you for your interest in eclipse.

To the best of my knowledge 3.2.2 and eclipse 3.4.1 were built with a 
pristine tarball - the only difference was upstream shipped it as a zip 
file and it was repacked into a tar.gz for Debian. Upstream does have a 
src zip-file, but they do not promote it. It can be found on their 
download site under Other downloads and then scroll a bit down in the 
list (as I recall).


Nevertheless, for 3.5.1 we have decided to ally ourselves with 
eclipse-build and Fedora - Therefore your request makes sense for the 
coming 3.5.1 series and this is why I will keep it open (as a reminder).



For now, if you (or anyone else) are interested in helping out with 
eclipse 3.5.1:


We are using eclipse-build (e-b)[1] and our VCS has moved to git[2]. The 
git repository have all the required files to build eclipse, so you do 
not have to download the tarballs from e-b[1].


You can find us at #eclipse-linux on irc.freenode.net, #debian-java on 
irc.debian.org or per email depending on your preferred means of 
communication. I do not mind answering question specific to packaging 
eclipse - also please reply here if you feel we should add more 
information than this.


I have added patch to encourage people to read this bug if they want to 
help out or wants to know more about how we build eclipse 3.5.1.


~Niels
[1] http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build
[2] http://git.debian.org/?p=pkg-java/eclipse.git



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-10-03 Thread Hildago, Jackie L
Good day,
This programme is awarded for all victims who were previously scammed by 
the internet fraudsters,
The Financial Committee of the UN-HABITAT Programme have deposited 
yourSettlement Check Parcel of £500,000.00 GBP with Reference Number 
UN013-0156/UPS-UN-HABITAT
to the United Parcel Service of United Kingdom(UPS)
You are to contact the United Parcel Service of United Kingdom (UPS) with 
your details for more information.
CONTACT: UPS UNITED KINGDOM
E-mail: ups_dispatchunit...@informaticos.com
Tel: +44-702-403-9585
Hildago Jackie
UN-HABITAT Senior Information Officer
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

(no subject)

2009-09-25 Thread Tom Lassen

jul


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-08-09 Thread mano chand
can you tell me if my webcam is working? My Cam nowDear pkgjavamaintainers! Get 
Yourself a cool, short @in.com Email ID now!
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

[no subject]

2009-05-31 Thread Raul Hernandez Fernandez
You have a bank draft of $800,000.00 USD with FedEx Express Delivery Company, 
contact Mr. Daniel Cole Via e-mail: fed...@officeliveusers.com with your 
details.

La información de este correo así como la contenida en los documentos que se 
adjuntan, puede ser objeto de solicitudes de acceso a la información
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#511713: (no subject)

2009-05-18 Thread Mnl

-- 
Hello,

£1,000,000.00 Pounds is now yours. Congrats... You have won.

Send your information to Mr. Michael Smith. +44-704-573-6915 on
mrs.jenifer...@9.cn  to help you process your claims.
Provide your Name, Address, Age, Phone Number, Occupation.

Mrs. Jenifer Fox
Monday Lotto




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

[no subject]

2009-04-26 Thread nancykou


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-04-06 Thread Andrew Pypko

Would you please visit my updated site?

Thanks!

http://www.translations.com.ua

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-03-07 Thread francesco
Hi, 
I'm try to develop on sid with eclipse but the package  is too old for the qt 
plug-in integration ... no newer package for eclipse are provided by 
Experimental rep, finally the binary from eclipse site crash me very often. 
It is possible have a newer version on Debian ? maybe in experimental ?
I  hope to help u with my lamentation :P to give a better support to eclipse 
package ...
(i really appreciate the work of all people involved in project as debian is 
... :) )
thank u for your attention and your work 
see u soon, bye bye 
p.s sorry for my terrible english (i'm italian and there we study it badly at 
school hehe )




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-02-04 Thread Jubouri Omar
 I want to move my family out of Iraq due to violence and I want to transfer 
$12,500,000 to you.reply

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-02-04 Thread Jubouri Omar
 I want to move my family out of Iraq due to violence and I want to transfer 
$12,500,000 to you.reply

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2009-01-23 Thread LOAN SERVICE
Are you in need of a loan to settle all your financial difficulties?Here is a 
legitimate female lender(Mrs clara Mcray) who can help you will all kinds of 
loan with affordable Rate of 3%.


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processed: (no subject)

2008-09-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package libjdom0-java
Ignoring bugs not assigned to: libjdom0-java

 block 500539 by 500535
Bug#500535: openjump: please migrate to libjdom1-java
Bug#500539: libjdom0-java: remove this package from Debian
Was not blocked by any bugs.
Blocking bugs of 500539 added: 500535

 block 500539 by 500538
Bug#500538: libnsuml-java: please migrate to libjdom1-java
Bug#500539: libjdom0-java: remove this package from Debian
Was blocked by: 500535
Blocking bugs of 500539 added: 500538

 block 500539 by 500537
Bug#500537: libwerken.xpath-java: please migrate to libjdom1-java
Bug#500539: libjdom0-java: remove this package from Debian
Was blocked by: 500535 500538
Blocking bugs of 500539 added: 500537

 block 500539 by 500536
Bug#500536: velocity: please migrate to libjdom1-java
Bug#500539: libjdom0-java: remove this package from Debian
Was blocked by: 500535 500537 500538
Blocking bugs of 500539 added: 500536

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#466860: (no subject)

2008-02-21 Thread Christian Kölle
The severity of this bug is important because tools like continuum
produce command lines like this and are unusable because of this bug.



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#446328: (no subject)

2007-11-06 Thread CSights
Package: eclipse

As a follow up to the message above, I had the same problem with the 
eclipse.org package eclipse-cpp-europa-fall-linux-gtk.tar.gz, which is 
approximately Eclipse-Platform-3.3 and CDT-4.0 bundled together.
Changing my java alternative to point to:
/usr/lib/jvm/java-6-sun/jre/bin/java
solves the problem.  (This is a different version of the Sun java 
mentioned 
above.)

Thanks!
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.1

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 gutsy   us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
eclipse-jdt(= 3.1.2-2) | 
eclipse-pde(= 3.1.2-2) | 
eclipse-source (= 3.1.2-2) |



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[no subject]

2007-06-27 Thread Billigkaufen
40% - 90% Sales für alle Produkte

bitte hier klicken EINGANG

Tausende Onlineshops für alle Bereiche
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Processed: (no subject)

2006-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 386394 + pending
Bug#386394: tomcat5: Fails to start: doesn't detect sun-java5-bin JVM
Tags were: patch
Tags added: pending

 tags 355240 + pending
Bug#355240: tomcat5: Recursive Tag files modification check causes 
StackOverflowError
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#279246: (no subject)

2006-06-03 Thread livecamaccess
Hello  ,
Hey! I have been trying to get in touch with you. I finally got a cam so you 
can see me when we talk. http://ca.geocities.com/kellyasp392/cam.html

--
This e-mail was sent through the DaveandTom.net Download Section file 
database. The webmasters of the DaveandTom.net Download Section file database 
take no responsibility for the e-mails sent through the database.


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#351729: (no subject)

2006-02-08 Thread Michael Koch
Hello Alexander,


After thinking a bit more about your problem and rereading your bug
report I more and more get the feeling that this is no Eclipse bug but
Eclipse triggers it.

The error message makes me suspicious:

Fehler beim Mappen des Shared Objects: Die Operation ist nicht erlaubt

(Error when mapping a shared object: this operation is not permitted.)

What kernel are you running? How much free memory do you have before
starting up Eclipse? How much memory (with swap) in total?


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#351729: (no subject)

2006-02-08 Thread Michael Koch
On Tue, Feb 07, 2006 at 01:35:33AM +0100, Alexander Bahlo wrote:
 Package: libswt3.1-gtk-jni
 Version: 3.1.1-8
 Subject: libswt3.1-gtk-jni: libswt-pi-gtk-3139.so cannot be mapped and 
 refuses Eclipse to start
 Severity: grave
 Justification: renders package unusable
 
 When starting Eclipse, after showing the splash screen a small error
 window appears and refers to the log. Then, Eclipse quits. Unfortunately
 since I don't do other programming in Java this is the only thing I can
 tell at the moment.
 The following is the content of ~/workspace/.metadata/.log:
 
 !SESSION 2006-02-06 20:10:15.997
 ---
 eclipse.buildId=M20050929-0840
 java.fullversion=GNU libgcj 4.0.3 20060121 (prerelease) (Debian
 4.0.2-7j1)
 BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
 Command-line arguments:  -os linux -ws gtk -arch x86
 
 !ENTRY org.eclipse.osgi 2006-02-06 20:10:18.931
 !MESSAGE Application error
 !STACK 1
 java.lang.UnsatisfiedLinkError:
 /home/alex/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.osgi/bundles/4/1/.cp/libswt-pi-gtk-3139.so:
 /home/alex/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.osgi/bundles/4/1/.cp/libswt-pi-gtk-3139.so:
 Fehler beim Mappen des Shared Objects: Die Operation ist nicht erlaubt

Can it be that you use an extra partition for /home and this partition
is mounted with noexec ? You can easily check this with executing
mount on the command line.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#351729: (no subject)

2006-02-08 Thread Alexander Bahlo
Am Mittwoch, 8. Februar 2006 15:59 schrieb Michael Koch:
 Can it be that you use an extra partition for /home and this partition
 is mounted with noexec ? You can easily check this with executing
 mount on the command line.

Yes, this is true. Of course, /home ought to be mounted read-only. I don't 
expect anything executable there which is not a virus.

Ok, I didn't expect that this has influence on mapping of a Shared Object and 
that it has the effect that ldd writes this library is not a dynamic 
executable.

I believe the bug is resolved with this. Do you know a way to work around 
this issue? I don't want to mount /home executable. Do I have an influence on 
where those things are written to? Why does Eclipse write Shared Libraries 
and so on to /home?

Regards,
Alexander.


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processed: Re: Bug#351729: (no subject)

2006-02-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 351729 minor
Bug#351729: libswt-pi-gtk-3139.so cannot be mapped and refuses Eclipse to start
Severity set to `minor'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#351729: (no subject)

2006-02-07 Thread Michael Koch
retitle 351729 libswt-pi-gtk-3139.so cannot be mapped and refuses Eclipse to 
start
thanks


Give the bug report a real title.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processed: Re: Bug#351729: (no subject)

2006-02-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 351729 libswt-pi-gtk-3139.so cannot be mapped and refuses Eclipse to 
 start
Bug#351729: (no subject)
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#351729: (no subject)

2006-02-06 Thread Alexander Bahlo
Package: libswt3.1-gtk-jni
Version: 3.1.1-8
Subject: libswt3.1-gtk-jni: libswt-pi-gtk-3139.so cannot be mapped and refuses 
Eclipse to start
Severity: grave
Justification: renders package unusable

When starting Eclipse, after showing the splash screen a small error
window appears and refers to the log. Then, Eclipse quits. Unfortunately
since I don't do other programming in Java this is the only thing I can
tell at the moment.
The following is the content of ~/workspace/.metadata/.log:

!SESSION 2006-02-06 20:10:15.997
---
eclipse.buildId=M20050929-0840
java.fullversion=GNU libgcj 4.0.3 20060121 (prerelease) (Debian
4.0.2-7j1)
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2006-02-06 20:10:18.931
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/home/alex/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.osgi/bundles/4/1/.cp/libswt-pi-gtk-3139.so:
/home/alex/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.osgi/bundles/4/1/.cp/libswt-pi-gtk-3139.so:
Fehler beim Mappen des Shared Objects: Die Operation ist nicht erlaubt
   at java.lang.Runtime._load(java.lang.String, boolean) 
(/usr/lib/libgcj.so.6.0.0)
   at java.lang.Runtime.loadLibrary(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
   at java.lang.System.loadLibrary(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
   at org.eclipse.swt.internal.Library.loadLibrary(java.lang.String) (Unknown 
Source)
   at org.eclipse.swt.internal.gtk.OS.clinit() (Unknown Source)
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
   at org.eclipse.swt.internal.Converter.wcsToMbcs(java.lang.String, char[], 
boolean) (Unknown Source)
   at org.eclipse.swt.internal.Converter.wcsToMbcs(java.lang.String, 
java.lang.String, boolean) (Unknown Source)
   at org.eclipse.swt.widgets.Display.clinit() (Unknown Source)
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
   at org.eclipse.ui.internal.Workbench.createDisplay() (Unknown Source)
   at org.eclipse.ui.PlatformUI.createDisplay() (Unknown Source)
   at org.eclipse.ui.internal.ide.IDEApplication.createDisplay() (Unknown 
Source)
   at org.eclipse.ui.internal.ide.IDEApplication.run(java.lang.Object) (Unknown 
Source)
   at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(java.lang.Object) 
(Unknown Source)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.Object) 
(Unknown Source)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.String[], 
java.lang.Runnable) (Unknown Source)
   at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) 
(/usr/lib/libgcj.so.6.0.0)
   at org.eclipse.core.launcher.Main.invokeFramework(java.lang.String[], 
java.net.URL[]) (Unknown Source)
   at org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) (Unknown 
Source)
   at org.eclipse.core.launcher.Main.run(java.lang.String[]) (Unknown Source)
   at org.eclipse.core.launcher.Main.main(java.lang.String[]) (Unknown Source)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libswt3.1-gtk-jni depends on:
ii  libatk1.0-0               1.10.3-1       The ATK accessibility toolkit
ii  libc6                     2.3.5-12.1     GNU C Library: Shared libraries an
ii  libcairo2                 1.0.2-3        The Cairo 2D vector graphics libra
ii  libgcc1                   1:4.0.2-8      GCC support library
ii  libgcj6-awt               4.0.2-7j1      AWT peer runtime libraries for use
ii  libglib2.0-0              2.8.6-1        The GLib library of C routines
ii  libgnome2-0               2.12.0.1-5     The GNOME 2 library - runtime file
ii  libgnomeui-0              2.12.0-2       The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.12.2-5       GNOME virtual file-system (runtime
ii  libgtk2.0-0               2.8.10-1       The GTK+ graphical user interface 
ii  libstdc++6                4.0.2-8        The GNU Standard C++ Library v3
ii  libswt3.1-gtk-java        3.1.1-8        Fast and rich GUI toolkit for Java
ii  libxtst6                  6.9.0.dfsg.1-4 X Window System event recording an

libswt3.1-gtk-jni recommends no packages.

-- no debconf information


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


(no subject)

2005-10-17 Thread honolbf
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
HTMLHEAD
TITLE404 Not Found/TITLE
/HEADBODY
H1Not Found/H1
The requested URL was not found on this server.P
HR
ADDRESSApache/1.3.31/ADDRESS
/BODY/HTML



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers