Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 .settings 2009-04-28 maverickir [r1] Add project to sourceforge.
 distribute 2009-05-19 maverickir [r5]
 docs 2009-09-01 maverickir [r7] Added docs to project.
 install-lib 2009-04-28 maverickir [r1] Add project to sourceforge.
 src 2009-05-19 maverickir [r5]
 xdsitest-core 2009-05-19 maverickir [r5]
 xdsitest-webapp 2009-04-28 maverickir [r1] Add project to sourceforge.
 .classpath 2009-04-28 maverickir [r1] Add project to sourceforge.
 .project 2009-04-28 maverickir [r1] Add project to sourceforge.
 TODO list.txt 2009-05-12 maverickir [r4]
 install-lib.bat 2009-04-28 maverickir [r1] Add project to sourceforge.
 pom.xml 2009-04-28 maverickir [r1] Add project to sourceforge.
 readme.txt 2009-04-28 maverickir [r1] Add project to sourceforge.

Read Me

+------------------------------------------------------------------------------+
|
| Prerequist:
|
| Before compiling and packaging with Maven, this project uses a library not 
| available on Maven's online repository.
| You need to manually install it in your Maven local repository. To do so, you
| can issue the following commands:
|
|      Navigate to xdsi-testkit folder
|
|      mvn install:install-file \ 
|      -Dfile=install-lib/pixelmed-1.4.2.jar \
|      -DgroupId=com.pixelmed -Dversion=1.4.2 \
|      -DartifactId=pixelmed \
|      -Dpackaging=jar \
|      -DgeneratePom=true
|   
|   OR
|
|      execute this script:
|         (windows) - install-lib.bat
|	  (unix)    - 
|
+------------------------------------------------------------------------------+
|
| To package and assemble for release, issue the following command:
|
|   mvn clean package assembly:directory
|
| A 'release' folder will be produced containing the distribution binaries, 
| configuration files and resources.
|
+------------------------------------------------------------------------------+
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.