Is there any way to set things up so that when I do a Export->Ant Build
Files on a project, that a ant War task is added to the build.xml such
that it matches what would be built to deploy using the a server launch
configuration? Or even so that it matches what I can get from Export->War
file?
Cameron Bateman wrote:
> Is there any way to set things up so that when I do a Export->Ant Build
> Files on a project, that a ant War task is added to the build.xml such
> that it matches what would be built to deploy using the a server launch
> configuration? Or even so that it matches what I can get from
> Export->War file?
>
>
> --Cam
>
Okay. For now, I have a workaround strategy involving injecting my own
build files in the build.xml that is constructed by the main platform ant
file exporter. I attached an example of one I'm using to the bug along
with a link to my blog where I discussed how I'm using it.
Any improvements or suggestion for this "workaround best practice" are
welcome.