Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-11 Thread Francois Eyl
un, so you leave tools.jar out altogether on Apple On Tue, Apr 10, 2012 at 2:32 PM, Francois Eyl wrote: Ok I see, you make a symbolic link on classes.jar right? I guess there is a "cleaner" way to achieve this with maven? Thanks, Francois Le 10/04/12 20:23, Siegfried Goeschl a écrit :

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Francois Eyl
only activated when the vendor is 'Sun', and Apple != Sun, so you leave tools.jar out altogether on Apple On Tue, Apr 10, 2012 at 2:32 PM, Francois Eyl wrote: Ok I see, you make a symbolic link on classes.jar right? I guess there is a "cleaner" way to achieve this with maven? T

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Francois Eyl
dependency pointing at the locally installed tools.jar. The path is different on Windows (for example) and Mac OS. Have a look in the pom and look for that dependency. System scope dependencies are evil, /Anders On Tue, Apr 10, 2012 at 18:50, Francois Eyl wrote: Hi guys, I'm facing to a strange

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Francois Eyl
and Mac OS. Have a look in the pom and look for that dependency. System scope dependencies are evil, /Anders On Tue, Apr 10, 2012 at 18:50, Francois Eyl wrote: Hi guys, I'm facing to a strange issue with the maven-compiler-plugin on my OSX system while the same project/pom work fine on wi

OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Francois Eyl
Hi guys, I'm facing to a strange issue with the maven-compiler-plugin on my OSX system while the same project/pom work fine on windows and linux. For some reason the plugin tries to access the tools.jar in a directory that doesn't exist on OSX since I'm not using the Oracle JVM but the Apple o