Small Issue converting to 2.5

Posts   
 
    
Posts: 1268
Joined: 10-Mar-2006
# Posted on: 09-Jan-2008 14:52:11   

Well, I finally got around to converting from 2.0 to 2.5. So far, I only had one very small issue.

I have a couple of custom task performers that generate some classes. When I generated the code, it removed the references to those classes from the project file.

No big deal, I just included them back into the project and the next build it did not seem to remove them.

Just wanted to let you know.

Posts: 1268
Joined: 10-Mar-2006
# Posted on: 09-Jan-2008 16:34:43   

I think this was because I needed to modify my preset again to cause these to be generated....so probably my fault.

I guess there is no way to 'inherit' from the shipping presets? This would let me add just my changes and inherit any new shipping preset changes.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 09-Jan-2008 16:37:36   

I guess not simple_smile You may copy the shipped presets, modify the copied ones and use them instead.

Posts: 1268
Joined: 10-Mar-2006
# Posted on: 09-Jan-2008 16:52:54   

Yep....that is exactly what I did. As always, template system is working good.....it is a little complex to understand how it all works together, but once you get it you realize how flexible it reallly is!

Thanks Walaa.