Bug report for Ant [2010/02/21]

2010-02-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Ant picks class files from current directory rather than provided jar in classpath

2010-02-21 Thread Archie Cobbs
On Fri, Feb 19, 2010 at 4:42 PM, krats wrote: > if I do > > javac -classpath lib\f1.jar f2\f2.java > > then, it doesnt create f1\f1.class. Instead it uses the import f1 class > from > the jar file. The class file for f1 gets created only when I the javac task > from ant. Thats why I was wondering

Re: Ant picks class files from current directory rather than provided jar in classpath

2010-02-21 Thread Dominique Devienne
On Fri, Feb 19, 2010 at 4:42 PM, krats wrote: > [...] directly use javac to compile , the behavior is what I would expect. So > for > example in the case I mentioned, assuming source structure src\f1\f1.java > and src\f2\f2.java, if I already create f1.jar and put it in lib, and > assuming f2.jav