wiki:PatchingJackrabbit

Patching Jackrabbit

In the plutext-server Eclipse project,

  • Right click on the project: Build Path > Configure Build path > Projects tab > "Link Source" button
  • First, add a linked folder location "../jackrabbit-jcr-server/src/main/java" and give it folder name, say "jackrabbit-jcr-server-src"
  • Second, add a linked folder location "../jackrabbit-webapp/src/main/java" and give it folder name, say "jackrabbit-webapp-src"
  • Finally, patch jackrabbit-jcr-server and jackrabbit-webapp:
  • Right click on the jackrabbit-jcr-server project: Team > Apply Patch > Workspace > plutext-server

    src/main/resources/patches/jackrabbit/jackrabbit-jcr-server.patch

  • Right click on the jackrabbit-webapp project: Team > Apply Patch > Workspace > plutext-server

    src/main/resources/patches/jackrabbit/jackrabbit-webapp.patch