MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Error in Emma using ant

scmuser created the topic: Error in Emma using ant Hi, During offline mode, I am getting folllowing error using EMMA and ant… taskdef A class needed by class com.vladium.emma.emmajavaTask cannot be found: org/apache/tools/ant/taskdefs/Java Any Help?

Ant script with EMMA code-coverage

scmuser created the topic: Ant script with EMMA code-coverage Ant script with EMMA code-coverage so it can find runtime coverage data? processing input file […NetBeansProjects/Tetris3/build/metadata.emma] … loaded 25 metadata entries 1 file(s) read and merged in 5 ms nothing to do: no runtime coverage data found in any of the data files

Jar instrumentation using Emma

scmuser created the topic: jar instrumentation using Emma Hi, I am just referring following url emma.sourceforge.net/faq.html#q.runtime.appservers and trying to instrument jar directly instead of class files. Is there any different process for instrumenting jar files? scmuser replied the topic: Re:jar instrumentation using Emma I found some useful info below….

Instrument Jar file issues

scmuser created the topic: Instrument Jar file issues Hi, i am instrumenting jar file using following script… But I am getting following error during execution…. [instr] processing instrumentation path … [instr] package [org/w3c/dom] contains classes [DOMException] without full debug info [instr] package [org/w3c/tidy] contains classes [AttrCheckImpl$CheckAlign] without full debug info [instr] package [org/xml/sax] contains classes … Read more

Ant Example code for Emma Instrumentation and reports

rajeshkumar created the topic: Ant Example code for Emma Instrumentation and reports In-place instrument a certain subset of already compiled classes using overwrite mode and several coverage filters: Don’t overwrite compiled classes that later need to go into official release jars (stay in copy mode). However, use incremental instrumentation for fast personal testing: Take all … Read more