Ernst Reissner
Ernst Reissner
I use the plugin in build as follows: ``` org.codehaus.mojo exec-maven-plugin 3.0.0 install-pkg pre-integration-test java eu.simuline.arithInOctave.RunOctave target ${project.build.directory}${file.separator} artifactId ${project.artifactId} artifactVersion ${project.version} assemblyId ${assemblyId} uninstall-pkg post-integration-test java eu.simuline.arithInOctave.RunOctave artifactId ${project.artifactId}...
The use case for me is that essentially I run my testcases in maven with surefire plugin. Only if something goes wrong I switch to the test runner to analyze...
as seen in https://tex.stackexchange.com/questions/229605/reproducible-latex-builds-compile-to-a-file-which-always-hashes-to-the-same-va with pdflatex, xelatex and lualatex one can create reproducible pdfs, but the way to do so depends on the engine. hyperref had the chance to unify...
Still jdee-checkstyle.el is present but trying yields: /usr/lib64/jvm/javaLatest/bin/java -classpath /home/ernst/.emacs.d/jdee-master/java/lib/checkstyle-all.jar com.puppycrawl.tools.checkstyle.Main -c /home/ernst/.emacs.d/jdee-master/java/lib/sun_checks.xml Actions.java Error: Could not find or load main class com.puppycrawl.tools.checkstyle.Main Well, the jar is missing. Do you...
This is less a bugreport than maybe just a question: I am not so much into C++, but i wonder whether there cannot occur an error reading from/writing to a...
To have consistent results, PResult must be invalidated when loading/saving. In fact, there is no invalidation when saving at all and also there is no invalidation, when loading from file...
In fact, the `INI_ERR_INVALID_FILENAME` is always when the stream cannot be opened. That the filename is invalid is only one of the possible reasons. This constant may be called `INI_ERR_CANNOT_OPEN_STREAM_ON_FILE`...
Very strange: your markdown toes not show up in chrome, but works fine in firefox.
I have an mp file as follows: ``` input metauml; %defaultscale := 0.8; %defaultscale := 10pt/fontsize defaultscale; beginfig(1); %defaultscale := 8pt/fontsize defaultscale; %defaultscale := 0.8; Actor.devel("developer"); Class.editor("source editor")()(); Class.sviewer("source viewer")()();...
I have a mp file [F3_01texUsagePlain.mp.txt](https://github.com/ogheorghies/MetaUML/files/12567829/F3_01texUsagePlain.mp.txt) to be more precise the according mp file (github does not allow to upload) which i would like to compile with ``` mpost -interaction=nonstopmode...