Forum LAMS for Tech-Heads - General Forum: IMPORTANT: Changes in all tools' "build.xml" files


 
You may request notification for IMPORTANT: Changes in all tools' "build.xml" files.
Search: 

1: IMPORTANT: Changes in all tools' "build.xml" files
10/23/08 05:46 PM
[ Reply | Forward ]
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:
- download all tools' "build.xml" files and rebuild the tools (desirably remove the whole deployed "lams.ear" and rebuild the whole project)
- if you are developing new tools, please remove code fragments from "build.xml" file that deploy classes into WARs; they are usually in the target called "build-war":

<lib dir="${build.lib}">
  <include name="${product}.jar" />
</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