--- "Rahamim, Zvi (Zvi)" <[EMAIL PROTECTED]> wrote: > The problem is that I want to define the path id in a one xml file and > do the javac in other file. > If I do it, it tells: Reference project.class.path not found. > > What can I do?
You can either put the <path> in a file that gets included (see the FAQ entry: http://jakarta.apache.org/ant/faq.html#xml-entity-include), or you can set a property to the id, then reference that property instead. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
