Hi, > OK, I just added the 1.2 RC3 source zip to Eclipse and it finds the source > info fine. So that's probably all we need to do. Great. And if it works in this way, it's enough. For the Code completion is required also the Javadoc jar/zip, or is it working using sources ?
> I don't necessarily want to change our directory structure. We've talked > about "Mavenizing" > in the past, and no one seemed strongly inclined to do > so. I'd prefer to simply generate the > additional JARs and include them in > our binary distribution. Ok, but i was only referring to the convention used by Maven to generate jar names ... to have a sample, like product-version.jar, product-version-sources.jar, product-version-javadoc.jar, etc ... Only one thing: for the javadoc, what is happening ? Leave as is, or include it as a dedicated jar (like Maven), or a zip ? Bye
