Re: Declaring a dependency for tools.jar

2011-01-25 Thread Simone Tripodi
. Just add it in like you would any other dependency. So long as the directory exists, it will work just fine. On Mon, 24 Jan 2011 09:15:14 -0800 (PST), Dean Schulze dean_w_schu...@yahoo.com wrote: The FAQ shows the profile below to declare a dependency for tools.jar. This seems

Declaring a dependency for tools.jar

2011-01-24 Thread Dean Schulze
The FAQ shows the profile below to declare a dependency for tools.jar.  This seems to be a problem waiting to happen now that Oracle is the vendor for the official JVM.  (A recent update to JDK 1.6 caused problems for Eclipse because Eclipse was expecting a property setting of Sun Microsystems

Re: Declaring a dependency for tools.jar

2011-01-24 Thread Mike Calmus
to declare a dependency for tools.jar. This seems to be a problem waiting to happen now that Oracle is the vendor for the official JVM. (A recent update to JDK 1.6 caused problems for Eclipse because Eclipse was expecting a property setting of Sun Microsystems instead of Oracle). If you need

Re: Declaring a dependency for tools.jar

2011-01-24 Thread Benson Margulies
dependency. So long as the directory exists, it will work just fine. On Mon, 24 Jan 2011 09:15:14 -0800 (PST), Dean Schulze dean_w_schu...@yahoo.com wrote: The FAQ shows the profile below to declare a dependency for tools.jar. This seems to be a problem waiting to happen now that Oracle is the vendor

dependency on tools.jar?

2004-05-12 Thread David Bock
I am converting a project to maven, and I have some classes that depend on com.sun.javadoc package, which lives in the tools.jar file in a java install. My maven build is complaining because it can't find that dependency... I would have expected this to be automatically provided by maven, since

Re: dependency on tools.jar?

2004-05-12 Thread Jason van Zyl
On Wed, 2004-05-12 at 11:11, David Bock wrote: I am converting a project to maven, and I have some classes that depend on com.sun.javadoc package, which lives in the tools.jar file in a java install. My maven build is complaining because it can't find that dependency... I would have