MantisBT - ParaView
View Issue Details
0008410ParaView(No Category)public2009-01-20 20:082009-10-02 14:05
Joel Martin 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
Someday3.6.2 
0008410: pvsc files are parsed incorrectly
When two variables are on the same line of a pvsc file, the entire argument appears to get deleted when the command is created. I've attached a sample file where this happens.

<Argument value="$SERVER_PORT$:127.0.0.1:$PV_SERVER_PORT$"/>
is the line of interest. If $PV_SERVER_PORT$ is replaced with '12345', everything works correctly.
No tags attached.
? SSH_Test.pvsc (1,533) 2009-01-20 20:08
https://www.vtk.org/Bug/file/7006/SSH_Test.pvsc
Issue History
2009-01-20 20:08Joel MartinNew Issue
2009-01-20 20:08Joel MartinFile Added: SSH_Test.pvsc
2009-01-21 16:54Dave DeMarleStatusbacklog => tabled
2009-01-21 16:54Dave DeMarleAssigned To => Dave DeMarle
2009-02-17 16:44Utkarsh AyachitCategory3.4 => Someday
2009-05-13 13:50Utkarsh AyachitTarget Version => Someday
2009-10-01 14:53Utkarsh AyachitAssigned ToDave DeMarle => Utkarsh Ayachit
2009-10-01 14:53Utkarsh AyachitNote Added: 0017880
2009-10-01 14:53Utkarsh AyachitStatustabled => @80@
2009-10-01 14:53Utkarsh AyachitFixed in Version => 3.6.2
2009-10-01 14:53Utkarsh AyachitResolutionopen => fixed
2009-10-02 14:05Alan ScottNote Added: 0017910
2009-10-02 14:05Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0017880)
Utkarsh Ayachit   
2009-10-01 14:53   
/cvsroot/ParaView3/ParaView3/Qt/Core/pqCommandServerStartup.cxx,v <-- Qt/Core/pqCommandServerStartup.cxx
new revision: 1.20.4.1; previous revision: 1.20
(0017910)
Alan Scott   
2009-10-02 14:05   
Tested local server, XP, 3.6.2, using the attached file.