I don't know anything about the Eclipse plugin, but here's a shot in the dark.
If you have projects with dependencies on other projects, it's the jars resulting from those other projects that are added to the classpath. So that will cause the jar to be generated, even if the task at hand doesn't explicitly state it is necessary. ~~ Robert. On 27 August 2010 09:01, Jason Hatton <[email protected]> wrote: > I was hoping to get a reply on this and haven't yet. I was wondering if > maybe I haven't described the problem well enough. Anybody out there? :) > Thanks, > Jas > > On Mon, Aug 23, 2010 at 1:09 PM, Jason Hatton <[email protected]> wrote: >> >> I was wondering if there was it is safe to turn off the jar or assemble >> task requirement when generating the Eclipse files? Is this even a >> requirement of the plugin, have I accidentally made this be a requirement? >> It doesn't seem reasonable for just generating Eclipse project files that >> the assemble task is needed. Our project is running 0.8 and is a >> multi-project Eclipse WTP setup. >> >> Thanks, >> Jas > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
