|
META TOPICPARENT |
name="WmsxSoftware" |
Download WMSX |
| > unzip -d wmsx-parent-xxx-src wmsx-parent-xxx-src.zip
> cd wmsx-parent-xxx-src
|
|
< < |
-
- In
wmsx/pom.xml : replace the string 1.0-20070515.085508-32 with the string 1.0-alpha-2
- In
worker/pom.xml : replace the string 1.0-20070124.085332-18 with the string 1.0-alpha-2
- In
wmsx-provider/src/main/java/hu/kfki/grid/wmsx/backends/lcg/EDGBackend.java : remove the strings /opt/edg/bin/
- In
wmsx-provider/src/main/java/hu/kfki/grid/wmsx/backends/lcg/GLiteBackend.java : remove the strings /opt/glite/bin/
- In
wmsx-provider/src/main/java/hu/kfki/grid/wmsx/backends/lcg/GLiteWmsBackend.java : remove the strings /opt/glite/bin/
|
|
-
- Get third party JAVA archives to Maven:
> cd extra
|
|
< < | > rm -rf ~/.m2/ |
> > | > rm -rf ~/.m2
# If your home is on AFS disk space, you may need to do the following, if compilation fails:
# - create and edit ~/.m2/settings.xml:
#
# some_local_directory
# |
| > sh install_3rd_party
> cd ..
|
| > ./configure [options]
> make
> make install |
|
< < | > cp -r wmsx-xxx/wmsx/lib prefix_directory/libexec/ |
| |
|
< < |
-
- Make sure that the according installation target directories are listed in
PATH and in LD_LIBRARY_PATH
|
> > |
-
- Make sure that the according installation target directories are listed in
PATH and in LD_LIBRARY_PATH .
|