Hello!
I am having some issues with mojo plugin for native2ascii in a
multi-platform setting.
The problem is with the dependency on tools.jar, as per the text below.
On the Mac, there is no tools.jar, and all the classes are already
included in the classpath by default. Therefore, native2ascii fails on
Mac with a message asking to install "com.sun:tools:jar:dummy".
Any ideas how I can get this to work on ALL my machines?
Thank you!
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]