Merge pull request #4 from serra/master
Minor changes to the documentation.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -33,3 +33,9 @@ TIBCO.EMS.*
|
||||
|
||||
# Office Temp Files
|
||||
~$*
|
||||
|
||||
#Documentation output
|
||||
doc/reference/target/
|
||||
|
||||
#Build log
|
||||
buildlog.txt
|
||||
20
doc/reference/Build.cmd
Normal file
20
doc/reference/Build.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
@echo Running reference documentation Build Script, capturing output to buildlog.txt ...
|
||||
@echo Start Time: %time%
|
||||
..\..\build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
@echo Launching text file viewer to display buildlog.txt contents...
|
||||
start "ignored but required placeholder window title argument" buildlog.txt
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
@echo ************************
|
||||
@echo Build Complete!
|
||||
@echo ************************
|
||||
@echo End Time: %time%
|
||||
@echo
|
||||
@@ -17,7 +17,8 @@
|
||||
<echo message="project.basedir = ${project.basedir}"/>
|
||||
<echo message="project.targetdir = ${project.targetdir}"/>
|
||||
</target>
|
||||
<target name="all" depends="html,html-help,pdf"/>
|
||||
|
||||
<target name="all" depends="html,pdf,html-help"/>
|
||||
|
||||
<target name="html">
|
||||
<echo message="Generating HTML format..." />
|
||||
|
||||
@@ -2011,7 +2011,7 @@ public static void ApplyConnectionAndTx(object typedDataSetAdapter, IDbProvider
|
||||
<sect1 xml:id="ado-objects">
|
||||
<title>Database operations as Objects</title>
|
||||
|
||||
<para>The <literal>Spring.Data.Objects and Spring.Data.Objects.Generic
|
||||
<para>The <literal>Spring.Data.Objects</literal> and <literal>Spring.Data.Objects.Generic
|
||||
</literal>namespaces contains classes that allow one to access the
|
||||
database in a more object-oriented manner. By way of an example, one can
|
||||
execute queries and get the results back as a list containing business
|
||||
|
||||
@@ -443,7 +443,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>See <uri
|
||||
ns6:href="http://springframework.net/amqp/">http://springframework.net/vsaddin/</uri>
|
||||
ns6:href="http://springframework.net/vsaddin/">http://springframework.net/vsaddin/</uri>
|
||||
for resources, downloads, and more information</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
@@ -241,7 +241,8 @@ Bug and issue tracking can be found at http://jira.springframework.org/secure/Br
|
||||
|
||||
A Fisheye repository browser is located at https://fisheye.springframework.org/browse/spring-net
|
||||
|
||||
To get the sources, check them out at the Subversion repository at https://src.springframework.org/svn/spring-net
|
||||
To get the sources, fork us on github at https://github.com/SpringSource/spring-net
|
||||
|
||||
We are always happy to receive your feedback on the forums. If you think you found a bug, have an improvement suggestion or feature request, please submit a ticket in JIRA (see link above).
|
||||
|
||||
A word on bug reports: If at all possible, try to download one of the nightly snapshots at http://www.springframework.net/downloads/nightly/ and see, if this bug has already been fixed. If the problem still persists, don't forget to mention the version of Spring.NET you are using (check the file versions of Spring.NET dlls), the .NET version you are running on and a description how to reproduce the problem.
|
||||
|
||||
Reference in New Issue
Block a user