Using Files Stored on a WebDAV Server

Files, such as Java source files, stored on a WebDAV server can be used in JDeveloper by adding them to a project. This will enable you to edit the file. Note, however, that you will not be able to compile a Java source file that is stored on a WebDAV server.

To link a file on a WebDAV server to a project:

  1. In the Application Navigator, select the project to which you want to add a file from the WebDAV connection.

    Note: This ensures that the current project is the one to which you intended to add the file.

  2. In the Connection Navigator, under the appropriate WebDAV connection, right-click the file that you want to add to the project.

  3. Choose WebDAVthen choose Add to Project <project name>.

    Note: Adding a file from a WebDAV connection to a project does not copy it to a project directory, but creates a link to the file so that it can be used by the project.


Related Topics

Download from a WebDAV Server
Using a Workspace Stored on a WebDAV Server
Using a Project Stored on a WebDAV Server