clientlib exit

Raoul Pierre <[email protected]>
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Hello,

OK: to use jstl library, no more clientlib directory. So I put

    <dependency>
      <groupId>jstl</groupId>
      <artifactId>jstl</artifactId>
      <version>1.1.2</version>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>
    <dependency>
      <groupId>taglibs</groupId>
      <artifactId>standard</artifactId>
      <version>1.1.2</version>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>

in the project.xml file of an "app-" module. But the 2  library files 
are not copied in the WEB-INF/lib directory of the application project.

I had to put the above dependency elements in the project.xml of the 
application project to get the library files in WEB-INF/lib.

Is this the normal way? Did I do something wrong?

Pierre



http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.