[ 
http://issues.apache.org/jira/browse/JCR-418?page=comments#action_12421545 ] 
            
danjam commented on JCR-418:
----------------------------

the scripts seem to be missing from the zip attachment
based on the readme they could be as follows:

xml.bat
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/xml-apis.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/serializer.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/resolver.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll -reference:resolver.dll 
-reference:xml-apis.dll lib/xercesImpl.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
-reference:xercesImpl.dll -reference:serializer.dll -reference:xml-apis.dll 
lib/xalan.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll -reference:xalan.dll 
lib/derby.jar
pause

jrc.bat
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
lib/commons-collections-3.1.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/concurrent-1.3.4.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
lib/geronimo-spec-jta-1.0-M1.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/jcr-1.0.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/log4j-1.2.8.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll lib/lucene-1.4.3.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
-reference:log4j-1.2.8.dll lib/slf4j-log4j12-1.0.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
lib/xmlParserAPIs-2.0.2.jar
ikvmc -target:library -reference:IKVM.GNU.Classpath.dll 
-reference:xercesImpl.dll -reference:concurrent-1.3.4.dll 
-reference:xmlParserAPIs-2.0.2.dll -reference:geronimo-spec-jta-1.0-M1.dll 
-reference:xercesImpl.dll -reference:slf4j-log4j12-1.0.dll 
-reference:commons-collections-3.1.dll -reference:lucene-1.4.3.dll 
-reference:log4j-1.2.8.dll -reference:jcr-1.0.dll lib/jackrabbit-core-1.0.1.jar
pause

when using these though i am receiving the error:
internal error: invalid built-in node type definition stored in 
org/apache/jackrabbit/core/nodetype/builtin_nodetypes.xml
so i don't think the classes are 100% right. classloader issue??


> .NET build scripts for Jackrabbit
> ---------------------------------
>
>                 Key: JCR-418
>                 URL: http://issues.apache.org/jira/browse/JCR-418
>             Project: Jackrabbit
>          Issue Type: New Feature
>            Reporter: Jukka Zitting
>         Assigned To: Jukka Zitting
>            Priority: Minor
>         Attachments: Jackrabbit-net.zip
>
>
> Hugo Burm has created build scripts that make it possible to run Jackrabbit 
> under .NET. We should add the scripts and excample client code as a contrib 
> project or integrate them with the Maven build system.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to