Bug#245042: ant: Please fix README.Debian for using native2ascii.
Nobuhiro IMAI
Nobuhiro IMAI <nov@yo.rim.or.jp>, 245042@bugs.debian.org
Wed Apr 21 01:09:02 2004
----Security_Multipart(Wed_Apr_21_15_46_50_2004_799)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Package: ant
Severity: wishlist
Hi,
I encountered an error around ant by using native2ascii. README.Debian
that included in ant package suggests me to "set the environment
variable JAVA_HOME to the installation directory of your JDK.".
However, this couldn't lead me to successful build. I succeeded as
following way instead:
failed:
$ ls -l /usr/lib/j2sdk1.4-sun/lib/tools.jar
-rw-r--r-- 1 root root 5092904 Mar 24 14:04 /usr/lib/j2sdk1.4-sun/lib/tools.jar
$ env JAVA_HOME=/usr/lib/j2sdk1.4-sun ant
(snip)
BUILD FAILED
/home/XXX/YYY/build.xml:NN: Could not create task or type of type: native2ascii.
Ant could not find the task or a class this task relies upon.
(snip)
success:
$ env CLASSPASS=/usr/share/ant/lib/ant-nodeps.jar ant
(snip)
BUILD SUCCESSFUL
Total time: 5 seconds
Would you please fix the description in README.Debian in next upload?
Or is there any other solution?
ii ant 1.6.1-1 Java based build tool like make
--
Nobuhiro IMAI <nov@yo.rim.or.jp>
Key fingerprint = F39E D552 545D 7C64 D690 F644 5A15 746C BD8E 7106
----Security_Multipart(Wed_Apr_21_15_46_50_2004_799)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQBAhhjjWhV0bL2OcQYRArCfAJ9j2eNVhEbHloE/QTFjs7QAQoMmawCfd/9q
JeA17CGkppwXDXo1iEmTZvY=
=I4h8
-----END PGP SIGNATURE-----
----Security_Multipart(Wed_Apr_21_15_46_50_2004_799)----