Re: swt-gtk: ftbfs [sparc] error: Can't find default package `java.lang'

2005-07-05 Thread pi.se AB - Support
You have to add libgcj.jar to your classpath. On Debian it's normally found
in /usr/share/java.

--classpath=/usr/share/java/libgcj.jar

/Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: libs in Debian?

2005-07-05 Thread Jörg Sommer
Wolfgang Baer <[EMAIL PROTECTED]> wrote:
> Joerg Sommer wrote:
> > lib/com/keypoint
>
> depends of what classes are used by your apps. I am not aware that this
> library is in debian (as I don't know the project name) but at least
> one class of this namespace is provided by the libjcommon-java package.

Unfortunately not. My project uses PngEncoderB, which is not in this
package.

Thanks for your effort,

Jörg.
-- 
Mathematiker beim Kuchenessen (aus dem wahren Leben):
J: Du überlegst wohl, wie du das Stück am optimalsten teilst?
K: Ja, ich wende gerade den Simplex-Algorithmus darauf an.
C: Schau mal, da hast du schon vier Ecken.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: I'm trying to install ant, and it's complaining about tools.jar not being in /usr/lib/sablevm/lib/

2005-07-05 Thread Xeno Campanoli
I get nothing with apt-cache show ant[:]?.  Perhaps you're using SID.  For
apt-cache search I get ant-phone, anteater, antennavis, anthy*, antiword,
and antlr.  No ant.

xc

-Original Message-
From: Ivan Villanueva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 02, 2005 2:44 AM
To: debian-java@lists.debian.org
Subject: Re: I'm trying to install ant, and it's complaining about tools.jar
not being in /usr/lib/sablevm/lib/

On Fri, Jul 01, 2005 at 10:43:42AM -0700, Xeno Campanoli wrote:
> It’s too bad there’s not a debian install for this

What about:
apt-cache show ant:

Package: ant
Priority: optional
Section: contrib/devel
Installed-Size: 7848
Maintainer: Debian Java Maintainers
<[EMAIL PROTECTED]>
Architecture: all
Version: 1.6.2-2
Replaces: ant-doc (<< 1.5.4-2)
Depends: kaffe | java-virtual-machine, libant1.6-java, libxerces2-java
Suggests: ant-doc, jikes | java-compiler, libbsf-java, liboro-java,
libxalan2-java (>= 2.4.0-1), junit, liblog4j1.2-java, libregexp-java,
jython, antlr, libbcel-java (>= 5.0), libcommons-logging-java,
libjdepend-java, libgnumail-java, libxml-commons-resolver1.1-java,
libcommons-net-java
Conflicts: ant-doc (<< 1.5.4-2)
Filename: pool/contrib/a/ant/ant_1.6.2-2_all.deb
Size: 4865666
MD5sum: 31f87a10197f453e737d7cd5bb192ee9
Description: Java based build tool like make
 A system independent (i.e. not shell based) build tool that uses XML
 files as "Makefiles".
 .
 For more information see http://ant.apache.org/index.html.
 

Iván.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



Re: I'm trying to install ant, and it's complaining about tools.jar not being in /usr/lib/sablevm/lib/

2005-07-05 Thread Wolfgang Baer
Xeno Campanoli wrote:
> I get nothing with apt-cache show ant[:]?.  Perhaps you're using SID.  For
> apt-cache search I get ant-phone, anteater, antennavis, anthy*, antiword,
> and antlr.  No ant.

Seems you are missing contrib (there it is) in your sources.list entry.

Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: I'm trying to install ant, and it's complaining about tools.jar not being in /usr/lib/sablevm/lib/

2005-07-05 Thread Xeno Campanoli
Now that does make complete sense.  I just pulled /etc/apt/sources.list up
(hadn't messed with that for a few years while driving truck for a living;
sorry).  Hmm.  Now it looks like I cannot find a place with contrib.  Oregon
state is complaining, and the example from the web bombs too.  Here's what
I've got:

#deb file:///cdrom/ sarge main

#deb http://debian.oregonstate.edu/debian/ stable main
#deb-src http://debian.oregonstate.edu/debian/ stable main

deb http://http.us.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 

deb http://security.debian.org/ stable/updates main

leadbelly:/etc/apt# apt-cache show ant
W: Couldn't stat source package list http://http.us.debian.org stable/main
Packages
(/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_main_binary-i386_
Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://http.us.debian.org
stable/non-free Packages
(/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_non-free_binary-i
386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://http.us.debian.org
stable/contrib Packages
(/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_contrib_binary-i3
86_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://non-us.debian.org
stable/non-US/main Packages
(/var/lib/apt/lists/non-us.debian.org_debian-non-US_dists_stable_non-US_main
_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://non-us.debian.org
stable/non-US/contrib Packages
(/var/lib/apt/lists/non-us.debian.org_debian-non-US_dists_stable_non-US_cont
rib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://non-us.debian.org
stable/non-US/non-free Packages
(/var/lib/apt/lists/non-us.debian.org_debian-non-US_dists_stable_non-US_non-
free_binary-i386_Packages) - stat (2 No such file or directory)
W: Unable to locate package ant
E: No packages found
leadbelly:/etc/apt#

If I go back to the old one, it works, but Oregon complains if I put in
contrib..  Sorry if this is a dumb question.

xc 



-Original Message-
From: Wolfgang Baer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 05, 2005 8:10 AM
To: [EMAIL PROTECTED]
Cc: debian-java@lists.debian.org
Subject: Re: I'm trying to install ant, and it's complaining about tools.jar
not being in /usr/lib/sablevm/lib/

Xeno Campanoli wrote:
> I get nothing with apt-cache show ant[:]?.  Perhaps you're using SID.  For
> apt-cache search I get ant-phone, anteater, antennavis, anthy*, antiword,
> and antlr.  No ant.

Seems you are missing contrib (there it is) in your sources.list entry.

Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: I'm trying to install ant, and it's complaining about tools.jar not being in /usr/lib/sablevm/lib/

2005-07-05 Thread Xeno Campanoli
Okay Wolfgang, I figured out MY problem.  Thank you for spotting the
contrib. thing.  Sincerely, Xeno

-Original Message-
From: Wolfgang Baer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 05, 2005 8:10 AM
To: [EMAIL PROTECTED]
Cc: debian-java@lists.debian.org
Subject: Re: I'm trying to install ant, and it's complaining about tools.jar
not being in /usr/lib/sablevm/lib/

Xeno Campanoli wrote:
> I get nothing with apt-cache show ant[:]?.  Perhaps you're using SID.  For
> apt-cache search I get ant-phone, anteater, antennavis, anthy*, antiword,
> and antlr.  No ant.

Seems you are missing contrib (there it is) in your sources.list entry.

Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: I'm trying to install ant, and it's complaining about tools.jar not being in /usr/lib/sablevm/lib/

2005-07-05 Thread Xeno Campanoli
Okay, I install ant with apt-get, and now I still have some odd problems.
One, when I specify -h it tries to do a build, and still doesn't see
tools.jar:

leadbelly:/etc/apt# ant --help
/usr/bin/ant [script options] [options] [target [target2 [target3] ..]]
Script Options:
  --help, --hprint this message and ant help
  --noconfig suppress sourcing of /etc/ant.conf,
 $HOME/.ant/ant.conf, and $HOME/.antrc
 configuration files
  --usejikes enable use of jikes by default, unless
 set explicitly in configuration files
  --execdebugprint ant exec line generated by this
 launch script

Unable to locate tools.jar. Expected to find it in
/usr/lib/sablevm/lib/tools.jar
Buildfile: build.xml does not exist!
Build failed
leadbelly:/etc/apt#

Also, I'd like to see the version (a la page 24 of the O'Reilly hornytoad
book), and no dice:

leadbelly:/etc/apt# ant -version
Unable to locate tools.jar. Expected to find it in
/usr/lib/sablevm/lib/tools.jar
Buildfile: build.xml does not exist!
Build failed

Is there a way to fix this, or do I just have a broken version?

xc


-Original Message-
From: Wolfgang Baer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 05, 2005 8:10 AM
To: [EMAIL PROTECTED]
Cc: debian-java@lists.debian.org
Subject: Re: I'm trying to install ant, and it's complaining about tools.jar
not being in /usr/lib/sablevm/lib/

Xeno Campanoli wrote:
> I get nothing with apt-cache show ant[:]?.  Perhaps you're using SID.  For
> apt-cache search I get ant-phone, anteater, antennavis, anthy*, antiword,
> and antlr.  No ant.

Seems you are missing contrib (there it is) in your sources.list entry.

Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Every man must have a sex! MUST!!!

2005-07-05 Thread Eustace

Once taken its effective for 36 hrs with fewer side effects.
http://urjps.m1px854fjwmu854.guigehl.com



A throw of the dice will never abolish chance.
The descent to Hades is the same from every place.   
Any society that needs disclaimers has too many lawyers.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]