Windup
Windup is an automated application migration and assessment tool. If you want to contribute or participate in developer discussions, join us on the irc.freenode.net
#windup
channel or subscribe to the windup-dev mailing list.
Get involved
-
Windup Wiki: https://github.com/windup/windup/wiki
-
Windup documentation is on the wiki: User Guide, Rules Development Guide, Core Development Guide
-
-
Issue Tracker: https://issues.jboss.org/browse/WINDUP
-
Users Mailing List: [email protected]
-
Developers Mailing List: [email protected]
-
Commits Mailing List: [email protected]
Installation and Usage
You may download the latest Windup release. After that, follow the User Guide, Execute Windup.
Windup distribution contains a sample file to try Windup with. Try the following command in a console:
bin/windup --target eap --input samples/jee-example-app-1.0.0.ear
This will create a report next to the scanned archive:
samples/jee-example-app-1.0.0.ear.report/index.html
Project Source Code Format
This project has an agreed upon source format style documented via an Eclipse code formatter profile. If using an alternate IDE, plugins are available to allow use of this profile (see below). All contributions should be formatted using this profile before submission.