Jesse Eichar a écrit :
  <dependencies>
    <dependency>
      <groupId>sun.jdk</groupId>
      <artifactId>tools</artifactId>
      <version>1.5</version>
      <scope>system</scope>
      <systemPath>${java.home}/../lib/tools.jar</systemPath>
    </dependency>
  </dependencies>


This is used for compiling the taglets for @source and @tutorial tags. 'tools.jar' contains the classes for the javadoc engine.

I believe that this file exists on Macintosh too, but in a different directory. Can someone give me the relative tools location on Macintosh (the part to put between <systemPath>)? If we know the tools.jar location on Macintosh, I can make <systemPath> point toward that file in a system-dependent way.

I don't know anyway to get Maven point towards tools.jar by itself (without requirying that we specify the path ourself), but if someone know a way, I would be happy to apply it.

        Martin.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to