[
https://issues.apache.org/jira/browse/JCR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-3284.
--------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 2.0-alpha11)
Won't Fix as explained above.
> Provide jackrabbit standalone jar
> ---------------------------------
>
> Key: JCR-3284
> URL: https://issues.apache.org/jira/browse/JCR-3284
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-standalone
> Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> Reporter: Gary Gregory
> Assignee: Jukka Zitting
>
> Hello all,
> I would like to use jackrabbit-standalone from Maven for testing our upcoming
> Apache Commons VFS 2.1.
> If you have a better idea on how to do the following, please advise.
> I want to run our VFS WebDAV unit tests using Jackrabbit as a server embedded
> in the test. In previous versions, a developer had to set up a WebDAV server
> manually and run the one test.
> What I started to do is use jackrabbit-standalone 1.6.5 but it does not have
> the JcrUtils class which came in with Jackrabbit 2.0.
> My current code:
> # Create a temp dir
> # Create a TransientRepository point to the temp dir
> # Use JcrUtils to import a directory its subdirectories full of test files (I
> cannot do this ATM.)
> # Shutdown the TransientRepository
> # Start Jackrabbit with org.apache.jackrabbit.standalone.Main:
> {noformat}
> org.apache.jackrabbit.standalone.Main.main(new String[] { "--port",
> Integer.toString(SocketPort), "--repo", repoDirectory.toString() });
> {noformat}
> # The tests run
> I would like to use the latest jackrabbit but I am stuck without the
> standalone jar.
> Thoughts?
--
This message was sent by Atlassian JIRA
(v6.2#6252)