You may request notification for IMPORTANT: Changes in all tools' "build.xml" files. |
1:
IMPORTANT: Changes in all tools' "build.xml" files
By: Marcin Cieslak
|
10/23/08 05:46 PM | |||
I am developing a new feature for LAMS 2.2 called text search based conditions. This feature will allow to create conditions filtering a tool's output and check if text (for example answers to Q&A) contains desired words/phrases.
In order to do that some changes have been made in "commonContext.xml" file in lams_common and in each tool's "build.xml" file. Tool's JAVA classes are not deployed into WAR anymore (they are not needed there and it caused errors). So, if you update lams_common project, you have to: <lib dir="${build.lib}"> OR <classes dir="${build.classes.java}"/> Thanks Posted by Marcin Cieslak |
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum