Skip to content
Snippets Groups Projects
Commit 61a1077a authored by ribeaudc's avatar ribeaudc
Browse files

add:

- An Eclipse run configuration file for just running the integration tests without building everything.
change:
- 'etlserver-raw' integrates the BDS (by using 'BDSStorageProcessor' instead of 'DefaultStorageProcessor').

SVN: 2559
parent aa7bff3f
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/integration-tests/build/build.xml"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="integration-tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="JVM 1.5.0 (MacOS X Default)"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.launching.macosx.MacOSXType"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="run,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/integration-tests/build/build.xml}"/>
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
</launchConfiguration>
......@@ -50,9 +50,9 @@ type-extractor.observable-type = IMAGE
type-extractor.procedure-type = DATA ACQUISITION
# The storage processor (IStorageProcessor implementation)
storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
# storage-processor = ch.systemsx.cisd.etlserver.BDSStorageProcessor
# storage-processor.version = 1.0
# storage-processor.measurementEntityTypeDescription = screening plate
# storage-processor.processingType = RAW_DATA
# storage-processor.format = UNKNOWN V1.0
\ No newline at end of file
# storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
storage-processor = ch.systemsx.cisd.etlserver.BDSStorageProcessor
storage-processor.version = 1.0
storage-processor.measurementEntityTypeDescription = screening plate
storage-processor.processingType = RAW_DATA
storage-processor.format = UNKNOWN V1.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment