Subject: sun-jdk13, javac dir recursing ??
To: None <netbsd-users@netbsd.org>
From: Noud de Brouwer <noud@knot.nl>
List: netbsd-users
Date: 08/14/2002 21:48:31
hi, javac question..please..
i used to build jabberapplet, jabberhttpservlets and jwebmail..
using sun-jdk-1.2 et all.
now.. sun-jdk13 .. i notice javac doesn't recurse working directories
anymore.
f.i.:
cd work;javac org/jabber/applet/JabberApplet.java
i had to change in:
cd work;javac -sourcepath
/usr/pkgsrc/chat/jabberapplet/work/:/usr/pkgsrc/chat/jabberapplet/work/org/jabbe
r/applet/communication/ org/jabber/applet/awt/*.java
org/jabber/applet/communication/*.java org/jabber/applet/*.java
it doesn't recurse the project source tree anymore.
is this, a.. a known change in javac's workings?,
b.. a bug in javac's workings?
c.. a bug in the NetBSD port?
d.. a bug in my setup?
or is it a suse issue?
as well i noticed ant copy META-INF but not net/ and org/
from the beneath part from jwebmail's build.xml:
<copy todir="${build.src}" filtering="true">
<fileset dir="${src.dir}">
<include name="net/**" />
<include name="org/**" />
<include name="META-INF/**" />
</fileset>
</copy>
ant's build w/ java..there..my correlation.
anyone noticed same javac behaviour?
anyone any hints? tests?
thanx much,
~n
--
------------------------------------
## UNIX's an abbreviation ##
* my pc's my backplane *
------------------------------------