Clarify instructions for building from source
Re-order subsections to make it clear that running a full `./gradlew build` is not necessary just to import projects into your IDE or to build and install jars to your .m2 cache.
This commit is contained in:
		
							parent
							
								
									f9b5b1df53
								
							
						
					
					
						commit
						d97f6cf5b8
					
				| 
						 | 
				
			
			@ -42,14 +42,14 @@ a cross-platform, self-contained bootstrap mechanism for the build.
 | 
			
		|||
### check out sources
 | 
			
		||||
`git clone git://github.com/SpringSource/spring-framework.git`
 | 
			
		||||
 | 
			
		||||
### compile and test, build all jars, distribution zips and docs
 | 
			
		||||
`./gradlew build`
 | 
			
		||||
### import sources into your IDE
 | 
			
		||||
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
 | 
			
		||||
 | 
			
		||||
### install all spring-\* jars into your local Maven cache
 | 
			
		||||
`./gradlew install`
 | 
			
		||||
 | 
			
		||||
### import sources into your IDE
 | 
			
		||||
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
 | 
			
		||||
### compile and test, build all jars, distribution zips and docs
 | 
			
		||||
`./gradlew build`
 | 
			
		||||
 | 
			
		||||
... and discover more commands with `./gradlew tasks`. See also the [Gradle
 | 
			
		||||
build and release FAQ][].
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue