-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.rvm files are not generated #243
Comments
Could you please share the exact command that you ran and the output that you got? |
root@reza:/home/reza/Desktop/MOP/javamop/examples/CFG/SafeFile# javamop SafeFile.mop As you can see, there are no .rvm file, the only generated output is the .aj file. |
Try this: Both the .rvm and .aj files should now be stored in the |
Also, did you install JavaMOP from sources or from the binary? |
Nope. I had tried to save the output files in a folder, but still as you see, only the the aspectJ related file is generated there: root@reza:/home/reza/Desktop/MOP/javamop/examples/CFG/SafeFile# javamop -d out SafeFile.mop It's from the binaries. |
The binaries are out of sync with the sources, hence my previous suggestion. With the binaries, the
You can see an explanation for the
May I ask what you usage scenario for JavaMOP is? @kheradmand, can you please look into making another release of the binaries? |
OK. Thanks! Now the output are two files: .js file and a .java file (the monitor: SafeFileRuntimeMonitor.java). I have now another issue. I am now trying to weave the code using ajc, but it complains (5 errors): root@reza:/home/reza/Desktop/MOP/javamop/examples/CFG/SafeFile# ajc -1.6 -d out/ out/SafeFileMonitorAspect.aj out/SafeFileRuntimeMonitor.java SafeFile_1/SafeFile_1.java 5 errors Any idea? By the way, I am also interested in run-time verification, so i'm learning now. |
What command did you run? |
Sorry, I see it in your message. |
No more ideas? I am wondering if you could release some last version of binaries? I have issues with building, too, and currently the binaries suit me the best. I'd appreciate it |
I know this is an old issue, sorry for bringing it up but was this issue ever resolved? Im following the instructions in here to build the agent but the rvm files are not generated for me as well. |
So i think there are a few issues at hand here.
What I did (or at least whats worked for me)
Not sure what sort of chaos this would cause down the road but I'm able to build the agent for now. |
Hi,
I called javamop on few examples (shipped with javamop). The program said .rvm files and .aj files were generated, but .rvm files are missing!
In one case, I saw that some .rvm files were generated in the output path, but once the execution of javamop finished, those files disappeared!
I am using an Ubuntu 14.04.
Any clues are much appreciated,
Reza
The text was updated successfully, but these errors were encountered: