Hi!
We are migrating from forms 6i to forms 11g (wow, earlier adopters lol).
So we are setting up a new develpment environment.
Let me try to explain how we expect our environment to work.
We use subversion. Even with the FMB files. So, we do not share a network drive to store the FMB.
These files are stored locally and they are commited to a subversion repository.
Until now, we had no problem, cause we were still in forms 6i so we had no need for a weblogic server.
Now we are upgrading our forms.
We do not want that each developer´s computer to run it´s own instance of weblogic. Too heavy.
We want to share a weblogic server (We already have this server working fine).
We also do not want to abandon subversion.
So we need to have the FMB files on local computer and the FMX files at a network drive (mapped from the weblogic server).
And we do not want to manually copy the FMX files to the network drive every time we change something.
There is a way to configure forms so the FMX files are created in a different directory than the FMB files?
Thanks.