Please note that the .m2 directory cannot be created using Windows Explorer. To create the .m2 directory, you must open a cmd window, cd to the sais-common-conf directory and use mkdir to create the .m2 directory.
Open a cmd window and cd to the C:\tmp\movesbuild\build\sais-common-conf\.m2 directory. Type the following command:
Code Block
linkd repository c:\Users\esuser\.m2\repository
The above command will link your local maven repository to the directory C:\tmp\movesbuild\build\sais-common-conf\.m2\repository.
Warning
Do not delete or rename the repository directory. Deleting or Renaming the repository directory will delete your local maven repository.
Tip
You can unlink the repostory directory with the following command:
Code Block
linkd repository /D
cd to the C:\tmp\movesbuild\build\sais-common-conf\servers directory. Type the following command:
Code Block
linkd oc4j c:\oracle-oc4j-10.1.3.5.0-server
The above command will link your local oracle server to the directory C:\tmp\movesbuild\build\sais-common-conf\servers\oc4j.
Warning
Do not delete or rename the oc4j directory. Deleting or Renaming the oc4j directory will delete your local oracle server.
Tip
You can unlink the oc4j directory with the following command:
Please note that the .m2 directory cannot be created using Windows Explorer. To create the .m2 directory, you must open a cmd window, cd to the sais-common-conf directory and use mkdir to create the .m2 directory.
Open a cmd window and cd to the C:\tmp\movesbuild\ui\sais-common-conf\.m2 directory. Type the following command:
Code Block
linkd repository c:\Users\esuser\.m2\repository
The above command will link your local maven repository to the directory C:\tmp\movesbuild\ui\sais-common-conf\.m2\repository.
Warning
Do not delete or rename the repository directory. Deleting or Renaming the repository directory will delete your local maven repository.
cd to the C:\tmp\movesbuild\ui\sais-common-conf\servers directory. Type the following command:
Code Block
linkd oc4j c:\oracle-oc4j-10.1.3.5.0-server
The above command will link your local oracle server to the directory C:\tmp\movesbuild\ui\sais-common-conf\servers\oc4j.
Warning
Do not delete or rename the oc4j directory. Deleting or Renaming the oc4j directory will delete your local oracle server.