This will work, but it doesn't fix my problem. I don't want to compile everything in 
the "alex" directory - I just want to compile items in the "dan" directory and allow 
ANT to reference classes in the "alex" directory as needed. 

-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 6:14 PM
To: Ant Users List
Subject: Re: javac task: referencing dependent classes


Try:
  <target name="all">
    <javac>
      <src path="alex"/>
      <src path="dan"/>
    </javac>
  </target>

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to