Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lib | 2011-07-19 | ||
conf | 2011-07-19 | ||
build | 2011-07-19 | ||
src | 2011-07-18 | ||
COPYING.txt | 2011-07-19 | 7.7 kB | |
README.txt | 2011-07-19 | 1.9 kB | |
Totals: 6 Items | 9.5 kB | 0 |
============================ S-FENG Application Readme ============================ S-Feng directory contains the following subdirectories: - build, containing the build.xml file necessary for compiling and generating s-feng.jar - build/META-INF, containing manifest file to insert in application jar - conf, for configuration files - dist - lib, containing all the libraries needed for the correct execution of S-Feng application - src, containing source code of both S-Feng application and Extended Match Maker component ============================ Compile ============================ In order to generate jar file, once downloaded S_FENG direcory, execute "ant s-feng" command. The result of execution is the S-FENG/s-feng.jar file. ============================ Execute ============================ In order to execute the application from command line digit "java -jar s-feng.jar" or simply double click on s-feng.jar file Since in manifest it's specified the relative path of libraries placed in "S-FENG\lib" and application needs to reference them in execution time, it is fundamental that s-feng.jar file stands in "S-FENG\" directory. ============================ Note ============================ Standard output currently is shown in S-Feng application console. If it's needed to redirect it to command shell (from which the application is started) it's sufficient to comment rows 68 and 69 in "S-FENG\src\it\engIT\siege\uddi\federation\gui\GUI.java". This operation could be usefull if the Mach Maker does not correctly works. In fact the Match Maker does not give back the control to main application. All the logs generated using log4j are redirected to "C:\MatchMaker.txt" file. In order to modify this path it's sufficient editing row 27 of "S-FENG\src\it\unisannio\rcost\broogle\conf\log4j.properties" file.