» To Project

webdsl-build.xml version 1.1.5

WebDSL #197 - Error (on Jul 27)

Using eclipse, the libraries for the native java from the directory lib are not copied to ${currentdir}/.servletapp/bin/WEB-INF/lib when building a new version. To make it work change two lines in \eclipse\plugins\webdsl.editor_1.1.5\webdsl-template\webdsl-build.xml:

On line 174 change include name="**/.class" into include name="*/.class"

On line 175 change include name="**/.jar" into include name="*/.jar"

Issue Log

On Aug 2 Danny Groenewegen wrote:

Changed **/.class to **/*.class and **/.jar to **/*.jar to fix the copying. This fix will be in the next plugin release.

On Aug 2 Danny Groenewegen closed this issue.

Log in to post comments