View Issue Details

IDProjectCategoryView StatusLast Update
0002973JEDI VCSClient (Gui)public2005-06-12 04:50
Reporterivan_raAssigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status feedbackResolutionno change required 
Product Version2.40 RC2 (Client) 
Target VersionFixed in Version 
Summary0002973: d7: if new package/project added, .dof file is not added
Descriptiond7: if new package/project added, .dof file is not added to VCS.
TagsNo tags attached.
Fix in JVCS version3.0
Releasedocumentation

Relationships

related to 0002900 closedschuettecarsten d2005.win32: if new package added, .dpk, .res and .bdsproj files are not added 
related to 0002971 feedback No support for XFM files 

Activities

ivan_ra

2005-05-20 03:20

developer   ~0007269

Official RC2 version also loosing dpk,inc and res files. I am using compiled wizard dll from demos.href.com sources

THuber

2005-05-20 14:08

developer   ~0007282

To have .dof|.res|.inc automatically added to .dpr or .dpk you need to add a file family in menuitem Modules|File Families like this
D7Project=.dpr|.dof;.res;.inc
D7Package=.dpk|.dof;.res;.inc

Please be aware that for team development .dof will often change and this might not be wanted!
In this case let out .dof in the file family definition and check your first (default) .dof file manually in. In this case it's also good to have .dof extension defined as always writable in your JVCS options.

USchuster

2005-05-21 02:21

manager   ~0007286

I guess this is not a file family issue.
It has todo with the files which does the IDE report by the functions behind IDEInterface.GetUnitCount/GetUnitName. Since RC2 we use the new OTA for D7 too and that would mean the new OTA doesn't report .dof.
Carsten fixed this for .res - see 0002900.

Issue History

Date Modified Username Field Change
2005-05-20 03:07 ivan_ra New Issue
2005-05-20 03:20 ivan_ra Note Added: 0007269
2005-05-20 14:08 THuber Note Added: 0007282
2005-05-20 14:10 THuber Fix in JVCS version => 3.0
2005-05-20 14:10 THuber Severity minor => tweak
2005-05-20 14:10 THuber Status new => feedback
2005-05-20 14:10 THuber Resolution open => no change required
2005-05-20 14:50 THuber Relationship added related to 0002971
2005-05-21 02:20 anonymous Note Added: 0007285
2005-05-21 02:21 USchuster Note Added: 0007286
2005-06-12 04:50 THuber Relationship added related to 0002900