Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 29, 2012
1 parent a92b7cb commit 075d9b7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
@@ -1,25 +1,17 @@
# Spring Migration Analyzer

Spring Migration Anaylzer is a command-line tool for analyzing JEE applications. It produces a report describing the application and how to migrate it to Spring.
Spring Migration Anaylzer is a command-line tool for analyzing Java EE applications. It produces a report describing the application and how to migrate it to Spring.

# Downloads

- [Snapshots](https://s3browse.springsource.com/browse/maven.springframework.org/snapshot/org/springframework/migrationanalyzer/spring-migration-analyzer/1.0.0.BUILD-SNAPSHOT/)

# Building from source

Spring Migration Anaylzer is built using Maven. To build:

mvn clean package

Once the build's completed, a .zip package will be available in `packaging/target`.
- [Snapshots](http://repo.springsource.org/simple/libs-snapshot-local/org/springframework/migrationanalyzer/spring-migration-analyzer/1.0.0.BUILD-SNAPSHOT/)

# Usage

Having built or downloaded the Migration Anaylzer, perform the following for usage information:
To begin using the Migration Analyzer, perform the following for usage information:

unzip spring-migration-analyzer-1.0.0.BUILD-SNAPSHOT.zip
cd spring-migration-analyzer-1.0.0.BUILD-SNAPSHOT/bin/
unzip spring-migration-analyzer-<version>-dist.zip
cd spring-migration-analyzer-<version>/bin/
./migration-analysis.sh

# Example usage
Expand All @@ -28,6 +20,14 @@ Having built or downloaded the Migration Anaylzer, perform the following for usa

This will analyze `my-app.ear`, producing a report in the current working directory. The report's directory will be named `my-app.ear`.

# Building from source

Spring Migration Anaylzer is built using Gradle. To build:

./gradlew clean build dist

Once the build's completed, a .zip package will be available in `build/distributions`.

# Infrastructure

- Issues - [https://jira.springsource.org/browse/SMA](https://jira.springsource.org/browse/SMA)
Expand Down

0 comments on commit 075d9b7

Please sign in to comment.