N
Neil Treeby
Guest
I am starting out with PASOE and its integration with PDSOE, so forgive me if this has been asked & answered before: I have set up a local PASOE instance with a sports2000 db. It lives in C:\OpenEdge\WRK11\s2k (= ${catalina.base} I have set up a server project in PDSOE that uses this sports2000 PASOE instance, and publishes from \AppServer to C:\OpenEdge\WRK11\s2k\openedge. Under my \AppServer folder, I have sub-folders \bl, \da, and \utils The \bl and \da folder have further com\dandh\sports2000 subfolders to correspond to OOABL package names. My project PROPATH looks like this: @{ROOT} @{ROOT}\AppServer @{ROOT}\AppServer\bl @{ROOT}\AppServer\da @{ROOT}\AppServer\utils etc. When I publish to PASOE, though, it dumps all the code from \bl, \da, and \utils directly into the ${catalina.base}\openedge folder, and creates a com\dandh\sports2000 folder directly in that folder. I would like it to create the \bl, \da, and \utils folders and deploy code to there instead - i.e. mirroring my project folders in the openedge folder. Am I missing something?
Continue reading...
Continue reading...