Skip to content

uni-bremen-agst/javaee-entry-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soot plugin for generating JavaEE entry points

This repository contains a Soot plugin for generating entry points for JavaEE applications.

How to build (hardcore)

$ mvn install

How to build with Eclipse

Install the eclipse m2e feature and the plugin for scala from http://alchim31.free.fr/m2e-scala/update-site/ . Afterwards, just import the plugin and everything is fine.

How to use

$ mvn dependency:copy-dependencies -DincludeScope=runtime

$ java -cp target/dependency/:../../../soot/libs/:../../../soot/lib/sootclasses-trunk.jar:target/soot.plugins.entry-points-0.0.1-SNAPSHOT.jar soot.Main -plugin <plugin.xml> ...

Configuration

<soot-plugins> <phase-plugin phase="wjpp.entry" class="soot.jimple.toolkits.javaee.EntryPointPlugin"/> </soot-plugins>

Dependencies

About

Soot plugin for generating an entry point main for JavaEE programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published