Giter Site home page Giter Site logo

sharpen_imazen_config's Introduction

Sample Sharpen external configuration

This repository contains maven project with sample external configuration for the modified Sharpen project.

Just build it as java library and place into Sharpen project directory.

sharpen_imazen_config's People

Contributors

moljac avatar ydanila avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sharpen_imazen_config's Issues

How does it work?

Hi, I am trying to build a example with custom configuration class for sharpen java-C# translator with https://github.com/ydanila/sharpen_imazen .

I tested both Ubuntu 14.04 and Windows 10 all with JDK 1.7 and maven 3.3.9. and have not been able to figure out how to get the custom external configuration class work. Here are my steps..

  1. Clone sharpen from https://github.com/ydanila/sharpen_imazen
    do "mvn clean test" and "mvn install", Copy sharpen\src\target\sharpencore-0.0.1-SNAPSHOT-jar-with-dependencies.jar to ..\sharp_cli and renamed it to sharpen-jar-with-dependencies.jar
  2. Clone custom configuration from https://github.com/ydanila/sharpen_imazen_config.git and run "mvn install"
  3. Clone XMPP as testing source from https://github.com/ydanila/n-metadata-extractor.git , check out the "xmp-core" branch copy the jar file generated by (2) at \sharpen_imazen_config\sharpen.config\target\MEConfiguration.sharpenconfig.jar to the root of the XMPP port project root.
  4. I first try java -jar sharpen-jar-with-dependencies.jar src/ It works and generate C# file underneath src.net/ Next I try run with the batch sharpen_cli.bat file that loads the custom configuration specified in sharpen-all-options, it just complains jar file could not be found.

Configuration library MEConfiguration.sharpenconfig.jar not found

The sharpen_cli.bat batch file of n-metadata-extractor issues this command in Windows.
java -jar ..\sharpen_cli\sharpen-jar-with-dependencies.jar src/ @sharpen-all-options, and I have copied the jar file. What went wrong?

My directory structure.

/sharpen_cli -- sharpen-jar-with-dependencies.jar
/n-metadata-extractor -- sharpen_cli.bat and MEConfiguration.sharpenconfig.jar

I tried to patch the bat file with -cp MEConfiguration.sharpenconfig.jar It does not work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.