First, checkout the caCORE DataType Mapping Extension distribution from the source code repository and then follow the steps below to compile and deploy the mapping extension to your caGrid installation.
- Change to C:\ directory

cd C:\
- Checkout the source code

svn checkout https://gforge.nci.nih.gov/svnroot/grid-incubation/trunk
grid-incubation - Enter the %GRID_INCUBATION% directory

cd grid-incubation\grid-incubation\incubator
- Re-compile the grid incubation installation by running the following command

ant clean
- Compile the caCORE DataType Mapping Extension by running the following command

ant build-project -Dsingle.project.name=mappingExtensions
- Enter the %GRID_INCUBATION%\projects\mappingExtensions directory

cd projects\mappingExtensions
- Deploy the caCORE DataType Mapping Extension to Introduce by running the following command. Note: please change the value of the introduce.dir variable in the example command to point to the correctlocation on your system.

ant -Dintroduce.dir=C:\hackathon\caGrid\projects\introduce installIntroduceExtensions
That's it! You have now successfully compiled and deployed the mapping extension to Introduce. You can add datatypes from a caCORE project to your caGrid service.





