I have a package,  com.foobar.AntTest
when I compile the java files in the
directory of the same  name, I would
expect the class files to appear there,
since I have my 'srcdir="."' and
"destdir="."' as shown in the below
compile target,
but instead a sub-directory is created

com/foobar/AntTest

and the class files stored there.

   <!--#######[ compile target ]#######-->
   <target name="compile" depends="prepare">
       <javac srcdir  = "."
              destdir = "."
      />
   </target>

How can I get the class file to be compiled in
the directory I am in, which is  classpath
directory with it creating a sub-directory.

begin:vcard 
n:Herrig;Dale G. 
tel;work:916 353 2400 x2318
x-mozilla-html:FALSE
org:Agilent Technologies, OSID
adr:;;101 Park View Way;Folsom,;CA ;95630;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Java Software Engineer
x-mozilla-cpt:;6744
fn:Dale G. Herrig
end:vcard

Reply via email to