https://issues.apache.org/bugzilla/show_bug.cgi?id=48621
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from [email protected] 2010-01-26 08:03:51 UTC --- That would work if I knew ahead of time the specific base directories I'm dealing with; however, my (perhaps overly?) generic shared build file doesn't know that: it's usually one source directory, sometimes two, but it could be more. For my project, the "concrete" build file that imports the generic build file just sets a "java-build-sources-path" reference, which the common build script uses by having <src refid="java-build-sources-path"> in the <javac> task. This works for <javac>, but then how do I generically build the source zip file artifact (for example)? I've struggled to figure out how to use the java-build-sources-path reference with <zip>. If you know of a way that doesn't resort to looping with either antcontrib or any other custom task, I'll be happy to give it a try. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
