Source control enablement for Java Code in Domino Projects -
i using git integrated domino designer(version 9.0.1). have associated .nsf project on-disk project. have synced on-disk project source control repository. seems way of doing things. on-disk project doesn't have java classes , packages had in .nsf project under "local" directory. how possibly sync these files , packages also?
the "local" directory doesn't stored in on-disk project. used domino designer internally e.g. create java classes xpages. classes build , updated automatically during project build there no need save them in on-disk project source control reasons.
store java classes , packages somewhere else in .nsf. classic way (compatible 8.5.x versions) put them design code element "java" folder "code/java" or "src" (java classes), "res" (resources/property files) , "webcontent/web-inf/bin" (jar files). since version 9 can put jar files design code element "jars".
Comments
Post a Comment