From 075d9b709ea0a9d8a02116dbd371b5180be8fdbe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 29 Oct 2012 11:22:29 +0000 Subject: [PATCH] Update the README --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8f96d88..6562e35 100644 --- a/README.md +++ b/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--dist.zip + cd spring-migration-analyzer-/bin/ ./migration-analysis.sh # Example usage @@ -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)