Skip to content

Commit

Permalink
changes for 4.0.3 release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//depot/code/ST4/java/main/": change = 8692]
  • Loading branch information
parrt committed Jun 21, 2011
1 parent ce15a1a commit 5845848
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
ST 4.0.2 Release
May 3, 2011
ST 4.0.3 Release
June 21, 2011

Terence Parr, parrt at cs usfca edu
ANTLR project lead and supreme dictator for life
University of San Francisco

CHANGES

4.0.3 -- June 21, 2011

June 21, 2011

* {} wasn't allowed as a template
Expand Down
24 changes: 12 additions & 12 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StringTemplate 4.0.2
May 3, 2011
StringTemplate 4.0.3
June 21, 2011

Terence Parr, parrt at cs usfca edu
ANTLR project lead and supreme dictator for life
Expand Down Expand Up @@ -35,11 +35,11 @@ as well as its dependent ANTLR jar. Download the following and put
into your favorite lib directory such as /usr/local/lib on UNIX:

* antlr-complete.jar; http://www.antlr.org/download/antlr-3.3-complete.jar
* ST.jar; see http://www.stringtemplate.org/download/ST-4.0.2.jar
* ST.jar; see http://www.stringtemplate.org/download/ST-4.0.3.jar

Add to your CLASSPATH. On UNIX that looks like

$ export CLASSPATH="/usr/local/lib/antlr-3.3-complete.jar:/usr/local/lib/ST-4.0.2.jar:$CLASSPATH"
$ export CLASSPATH="/usr/local/lib/antlr-3.3-complete.jar:/usr/local/lib/ST-4.0.3.jar:$CLASSPATH"

Java will now see all the libraries necessary to execute ST stuff.

Expand All @@ -53,7 +53,7 @@ http://www.antlr.org/wiki/display/ANTLR3/How+to+use+ant+with+ANTLR3

Then, once you're set up with the ant task, go for it. Looks like this:

$ cd /usr/local/ST-4.0.2
$ cd /usr/local/ST-4.0.3
$ ant
Buildfile: /usr/local/website/st/depot/ST4/java/main/build.xml

Expand All @@ -77,15 +77,15 @@ compile:
[javac] Note: Recompile with -Xlint:unchecked for details.

zip-source:
[mkdir] Created dir: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2
[mkdir] Created dir: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2/src
[copy] Copying 53 files to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2/src
[copy] Copying 4 files to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2
[copy] Copying 1 file to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2/lib
[zip] Building zip: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2-src.zip
[mkdir] Created dir: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3
[mkdir] Created dir: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3/src
[copy] Copying 53 files to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3/src
[copy] Copying 4 files to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3
[copy] Copying 1 file to /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3/lib
[zip] Building zip: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3-src.zip

build-jar:
[jar] Building jar: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.2.jar
[jar] Building jar: /usr/local/website/st/depot/ST4/java/main/dist/ST-4.0.3.jar

distribute:

Expand Down
2 changes: 1 addition & 1 deletion doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "StringTemplate 4 API"
PROJECT_NUMBER = 4.0.2
PROJECT_NUMBER = 4.0.3
OUTPUT_DIRECTORY = api
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 5845848

Please sign in to comment.