I was following Dukes bank project builder and for my requirement I
have created a subtype of ProjectBuilder using create-type command. My
project builder type has Prepare command, This command will call
generate objects and creates objects of builders, services etc as I
need them. I have defaults.xml and defaults-objects.xml in templates
folder created by create-type command.
I have defined some properties in defaults.xml which I need to modify
for builds such as scm connection, module etc.
Same is the case for my build.xml, which I use in my other builders
defined in default-objects.xml. I provide my build.xml for
runBuildScript command which also I have places under template dir
along with build.properties (which will change for some builds)
My question is do I need to re build and upload my type every time I
make these changes. I make these changes under ctl/src/modules
folder.
Or do I need to re structure my project?
Thanks,
Pramod.
Pramod.