4 Replies Latest reply on Dec 14, 2007 11:07 AM by mail.micke

    rich:insert get jhighlight jar message?

    mail.micke

      Hi

      Just tried out the rich:insert component with highlighting and get the


      In order to use highlight attribute of the rich:insert component,
      add jhighlight.jar from https://jhighlight.dev.java.net/ into application.

      message.

      I added this dependency to my pom, is it correct?
      <dependency>
       <groupId>com.uwyn</groupId>
       <artifactId>jhighlight</artifactId>
       <version>1.0rc</version>
       <scope>compile</scope>
      </dependency>
      


      Running with Jetty, so I don't really know how to verify that jetty puts in on the classpath. But running a "mvn package" and checking WEB-INF/lib/ I can see the jar file in there.

      Thanks,
      Mike