MantisBT - ParaView
View Issue Details
0012334ParaView(No Category)public2011-07-05 09:012011-07-22 14:15
Sven Buijssen 
Kyle Lutz 
normalminorhave not tried
closedfixed 
3.10.1 
3.12 
TBD
12334-fix-command-line-data-path
incorrect functionality
0012334: Single file given with --data= command line option is not loaded if it is part of a file series
PV 3.10.1 official binary release and own build of git master as of now:

$ file Data/FileSeries/blow?.vtk
Data/FileSeries/blow0.vtk: ASCII C program text
Data/FileSeries/blow1.vtk: ASCII C program text
Data/FileSeries/blow2.vtk: ASCII C program text
Data/FileSeries/blow3.vtk: ASCII C program text
Data/FileSeries/blow4.vtk: ASCII C program text
Data/FileSeries/blow5.vtk: ASCII C program text
Data/FileSeries/blow6.vtk: ASCII C program text
Data/FileSeries/blow9.vtk: ASCII C program text

=> The file Data/FileSeries/blow0.vtk does exist. Try to load it into ParaView from the command line:

$ paraview --data=Data/FileSeries/blow0.vtk

=> PV 3.10.1 does not load the file nor reports any error, while
   PV nightly build states: Cannot open data file " Data/FileSeries/blow0.vtk "

This is a regression. With PV 3.4.0 (official binary release) either case of

$ paraview --data=Data/FileSeries/blow0.vtk

(to load a single file) and

$ paraview --data=Data/FileSeries/blow..vtk

(to load the complete file series) worked. It stopped working at least with PV 3.6.2.
No tags attached.
Issue History
2011-07-05 09:01Sven BuijssenNew Issue
2011-07-11 15:13Utkarsh AyachitAssigned To => Kyle Lutz
2011-07-11 16:08Kyle LutzStatusbacklog => todo
2011-07-11 16:08Kyle LutzStatustodo => active development
2011-07-11 17:15Kyle LutzTopic Name => 12334-fix-command-line-data-arg
2011-07-11 17:15Kyle LutzNote Added: 0026991
2011-07-11 17:15Kyle LutzStatusactive development => gatekeeper review
2011-07-11 17:15Kyle LutzFixed in Version => 3.12
2011-07-11 17:15Kyle LutzResolutionopen => fixed
2011-07-15 14:20David PartykaNote Added: 0027002
2011-07-15 14:20David PartykaStatusgatekeeper review => todo
2011-07-18 11:42Kyle LutzStatustodo => active development
2011-07-18 11:43Kyle LutzTopic Name12334-fix-command-line-data-arg => 12334-fix-command-line-data-path
2011-07-18 11:43Kyle LutzNote Added: 0027013
2011-07-18 11:43Kyle LutzStatusactive development => gatekeeper review
2011-07-21 19:18Utkarsh AyachitNote Added: 0027053
2011-07-22 14:13Utkarsh AyachitStatusgatekeeper review => customer review
2011-07-22 14:13Utkarsh AyachitNote Added: 0027064
2011-07-22 14:15Utkarsh AyachitStatuscustomer review => closed

Notes
(0026991)
Kyle Lutz   
2011-07-11 17:15   
Merge topic '12334-fix-command-line-data-arg' into next

2c125a4 Fix bug in file path handling in pqFileDialogModel.
(0027002)
David Partyka   
2011-07-15 14:20   
Robert has some feedback for this issue.
(0027013)
Kyle Lutz   
2011-07-18 11:43   
Merge topic '12334-fix-command-line-data-path' into next

9abffe7 BUG: Fix data command line argument handling.
(0027053)
Utkarsh Ayachit   
2011-07-21 19:18   
Scheduled for gatekeeper review on Jul 22, 2011 at 2 pm EDT.
(0027064)
Utkarsh Ayachit   
2011-07-22 14:13   
Merged to git-master.