Commit Graph

18 Commits

Author SHA1 Message Date
Chris Beams
ca765c1c08 Supply ssh private key during docs upload
Prior to this change, a graphical Ivy-branded authentication dialog was
appearing when attepmting to scp the docs zip file to
static.springframework.org.  This was because the 'keyFile' property
of the uploadArchives task was not being set.  It is being set correctly
now, based on the value of the 'sshPrivateKey' project property that
must be set in gradle.properties.  This value has been set on the
build server's gradle.properties file, such that the INT-NIGHTLY build
can succeed in pushing docs during the build.
2010-11-05 07:01:48 -07:00
Mark Fisher
e35de5a054 INT-1583 updated documentation 2010-11-03 13:03:49 -04:00
Mark Fisher
6cc758eefc INT-1582 if the payload is an ApplicationEvent it is passed as-is (no wrapping in MessagingException). Also, general polishing 2010-11-03 12:39:11 -04:00
Oleg Zhurakousky
52c958ead0 INT-1557 added Twiter Outbound adapter documentation 2010-11-02 18:43:40 -04:00
Oleg Zhurakousky
012d9df8f4 INT-1560, INT-1559 added placeholders for the docs for FTP, SFTP and FEED 2010-11-02 16:15:07 -04:00
Oleg Zhurakousky
acbfe9434c INT-1557 added initial documentation (OAuth, Connection INbound Adapters) for Twitter adapter 2010-11-02 15:59:22 -04:00
Oleg Zhurakousky
01dbe1916e INT-1577 restructured documentation to be consistent with Spring-core and EIP documentation 2010-11-02 12:07:56 -04:00
Oleg Zhurakousky
3061aaa08d INT-1552 general restructuring of the docs to introduce parts that are consistent with eip definitions 2010-11-02 10:28:54 -04:00
Chris Beams
bfeb2ff50f Polish readme 2010-10-28 14:25:01 -04:00
Chris Beams
cc79ea4cb4 Fix typo causing parsing in samples.xml > entity 2010-10-28 14:18:55 -04:00
Mark Fisher
80fb9f10a5 updating changelog and readme 2010-10-28 12:03:14 -04:00
Chris Beams
a600e5279b Polish @author tags
Names should be spelled out ('Chris Beams') instead of abbreviated
('cbeams')
2010-10-27 15:54:05 -04:00
Chris Beams
7fc73e1f92 Attempt to fix svg 'Image not found' errors 2010-10-27 12:36:11 -04:00
Chris Beams
8b483a08b8 Simplify inclusion of images and css in html* doc dirs 2010-10-27 10:40:49 -04:00
Chris Beams
66f2335dcd Delete duplicate images; move rest to resources/images 2010-10-27 09:32:31 -04:00
Chris Beams
036a3f5b15 Update gradle files to reference new locations for resources 2010-10-27 09:29:19 -04:00
Chris Beams
b793bec395 Remove duplicated docbook xml files 2010-10-27 09:27:18 -04:00
Chris Beams
677fca51a9 Major progress on Gradle port
Complete:
--------
- src/* documentation resources moved to 'docs' subproject

- docbook sources upgraded to Docbook 5

- formatted all docbook sources to strip tab characters and
  eliminate trailing whitespace

- all projects compile and test successfully

- all artifacts upload successfully to s3, static.sf.org, etc.

Remaining:
---------
- documentation L&F needs work. CSS, images, and highlighting aren't
  hooked up properly

- spring-integration-jdbc codegen bits in Maven POM need to be
  transcribed into gradle

- dependencies that were optional or provided scope in maven are
  currently 'compile' scope in Gradle.  Need to figure out support
  in Gradle to fix this.

- run through Eclipse classpath and project generation scenarios

- delete all Maven artifacts
2010-10-26 18:51:08 -04:00