View Issue Details

IDProjectCategoryView StatusLast Update
0001941Slicer4Core: Extensionspublic2012-05-08 15:01
Reporterlassoan Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.1.0 
Target VersionSlicer 4.1.1Fixed in VersionSlicer 4.2.0 
Summary0001941: Extensions download from SVN repository fails
Description

Extensions download from SVN repository always fails due to errors in the Extensions\CMake\SlicerBlockBuildPackageAndUploadExtensions.cmake script.

-Add DoseVolumeHistogram.s4ext to Slicer4\Extensions.
-Enable building of extensions
-Build Slicer
-Error: 12>'"SVN_REPOSITORY https:\subversion.assembla.com\svn\slicerrt\trunk\SlicerRt\src\DoseVolumeHistogram SVN_REVISION -r \"HEAD\""' is not recognized as an internal or external command

Fix:
Replace SlicerBlockBuildPackageAndUploadExtensions.cmake line 108 "SVN_REPOSITORY ${EXTENSION_SEXT_SCMURL} SVN_REVISION -r \"${sext_revision}\"")
by
"SVN_REPOSITORY;${EXTENSION_SEXT_SCMURL}")

and

Delete line 147 (DOWNLOAD_COMMAND "") in SlicerBlockBuildPackageAndUploadExtensions.cmake

Note that this is not a complete fix, as the requested SVN revision is ignored (and always the latest revision is checked out)

TagsNo tags attached.

Relationships

has duplicate 0001677 closedjcfr SVN download of loadable extension modules does not work 

Activities

2012-04-25 17:56

 

DoseVolumeHistogram.s4ext (879 bytes)
lassoan

lassoan

2012-04-25 18:29

developer   ~0004081

Line 201 has to be deleted as well (that covers the case when Slicer_UPLOAD_EXTENSIONS is false)

jcfr

jcfr

2012-04-26 12:33

administrator   ~0004090

See https://github.com/Slicer/Slicer/commit/664730390107c353fc4a7d334b09c9ea7c84777f

lassoan

lassoan

2012-04-26 17:52

developer   ~0004105

Thank you, it works correctly now!

Issue History

Date Modified Username Field Change
2012-04-25 16:41 lassoan New Issue
2012-04-25 16:41 lassoan Status new => assigned
2012-04-25 16:41 lassoan Assigned To => jcfr
2012-04-25 17:56 lassoan File Added: DoseVolumeHistogram.s4ext
2012-04-25 18:29 lassoan Note Added: 0004081
2012-04-26 12:33 jcfr Note Added: 0004090
2012-04-26 12:33 jcfr Status assigned => resolved
2012-04-26 12:33 jcfr Fixed in Version => Slicer 4.x AHM Summer 2012
2012-04-26 12:33 jcfr Resolution open => fixed
2012-04-26 12:51 jcfr Relationship added has duplicate 0001677
2012-04-26 17:52 lassoan Note Added: 0004105
2012-04-26 17:52 lassoan Status resolved => closed
2012-05-08 15:01 jcfr Target Version => Slicer 4.1.1