Since the restructuring my IDE (IntelliJ) doesn't recognise the JSTL taglibs
in rave-portal-resources which breaks the code completion.

I had to add these 3 dependencies to the pom to make it work:
        <dependency>
             <groupId>org.glassfish.web</groupId>
            <artifactId>jstl-impl</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.rave</groupId>
            <artifactId>rave-web</artifactId>
            <scope>provided</scope>
        </dependency>

Scope "test" didn't do the trick. Any other suggestions that are less ugly?


Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.com

Reply via email to