-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've implemented a fix that *should* work based on your suggestion
below. However, it will still break for non-Sun, non-Apple JVMs, so I
need to think about fixing it for the long run, and for other JVMs...

Try it now, and let me know.

Thanks,

john

Ashley Williams wrote:
| It would be great if it0063 got fixed as it prevents a successful  build
| of m2 on the Mac, looking for a non existent tools.jar file.  How about
| defining a system property in the pom like so
|
|     <dependency>
|       <groupId>jdk-tools</groupId>
|       <artifactId>jdk-tools</artifactId>
|       <version>1.4.2</version>
|       <scope>system</scope>
|       <!--systemPath>${java.home}/../lib/tools.jar</systemPath-->
|       <systemPath>$TOOLS_JAR</systemPath>
|     </dependency>
|
| and in the bootup script look for darwin and set it accordingly:
|
| export TOOLS_JAR=$JAVA_HOME/../Classes/classes.jar
|
|
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
|
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDKcbuK3h2CZwO/4URAj9ZAJ9uNGzLIQt0JY2CCjpLc4XvWlsNogCfb2xN
7ki4LRXRXd+3rel7OIF1CDI=
=UXCe
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to