https://bz.apache.org/bugzilla/show_bug.cgi?id=63309
--- Comment #5 from Stefan Bodewig <[email protected]> --- Not sure whether you could do it, but I've had a look at the code and I have simply been wrong. The sourceath(ref) attributes or nested sourcepath elements correspond to javac's -sourcepath CLI arg. srcdir and the nested src element are there to create filesets that Ant uses to find all the files you want to compile. srcdir/src can not be replaced by sourcepath. My recollection has just been wrong. So your basic jar project should use srcdir or nested src element and should never have used sourcepath at all. Has this worked with any older version of Ant? -- You are receiving this mail because: You are the assignee for the bug.
