diff --git a/jacob/docs/BuildingJacobFromSource.html b/jacob/docs/BuildingJacobFromSource.html index 2c6f94e..c32a71d 100644 --- a/jacob/docs/BuildingJacobFromSource.html +++ b/jacob/docs/BuildingJacobFromSource.html @@ -71,7 +71,8 @@

Build Process

The build process is based on ANT. You can run ANT from inside of eclipse or from the command line. Running from inside eclipse means you don't have any installation, pathing or configuration to do. -You can just open the xml and then "run as ant" on the selected target in the "outline" pane. +You can just open the xml, select the target in the "Outline" pane, right mouse and then "run as ant" on the selected target. +

The ant process is driven off of a configuration file named compilation_tools.properties that describes the locations of the JDK and Microsoft C++ tools. The build.xml file in the root directory contains examples of the contents diff --git a/jacob/docs/ReleaseNotes.html b/jacob/docs/ReleaseNotes.html index d1e5259..4f97b4a 100644 --- a/jacob/docs/ReleaseNotes.html +++ b/jacob/docs/ReleaseNotes.html @@ -22,7 +22,7 @@

Tracked Changes

119 (new numbers) - Attribute lacking in MANIFEST.MF required since Java 1.7u45 + (M?)Attribute lacking in MANIFEST.MF required since Java 1.7u45   @@ -33,7 +33,7 @@

Tracked Changes

42 (new numbers) - Mapping of names to dispIDs implemented + (M3)Mapping of names to dispIDs implemented