summaryrefslogtreecommitdiffstats
path: root/build/readme-build-and-test-aspectj.html
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-02-28 07:46:14 +0000
committerwisberg <wisberg>2003-02-28 07:46:14 +0000
commitd85df0429632540c9e439b0e68c0393a9a84eaaa (patch)
tree8be155e153ec2769b0b03fe6b93aaaf7fd2a213a /build/readme-build-and-test-aspectj.html
parentcec1a53e53f853e15742ac1eceea8fc96c7da08c (diff)
downloadaspectj-d85df0429632540c9e439b0e68c0393a9a84eaaa.tar.gz
aspectj-d85df0429632540c9e439b0e68c0393a9a84eaaa.zip
added comment per Mik wrt ant/javac
Diffstat (limited to 'build/readme-build-and-test-aspectj.html')
-rw-r--r--build/readme-build-and-test-aspectj.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/build/readme-build-and-test-aspectj.html b/build/readme-build-and-test-aspectj.html
index 1c1cced98..6d377bdaa 100644
--- a/build/readme-build-and-test-aspectj.html
+++ b/build/readme-build-and-test-aspectj.html
@@ -268,7 +268,7 @@ For more information, see
<a href="../tests/readme-tests-module.html">
../tests/readme-tests-module.html</a>.
-
+<hr>
<h3><a name="releases"></a>Releases</h3>
<h4>Release builds</h4>
Committers do official release builds to create the distribution
@@ -374,6 +374,18 @@ Pushing the release out to the web involves manually updating
and sending any release notifications.
<hr>
+<h3>Build problems</h3>
+Some build problems and fixes encountered in the past:
+<ul>
+ <li>If your compiles fail because Ant cannot find <code>javac</code>,
+ put the JDK bin directory on your PATH and/or define
+ the JAVA_HOME environment variable.
+ Ant requires the path to the <code>javac</code> executable
+ when the <code>BuildModule</code> taskdef runs. I think it either
+ gets it from <code>$JAVA_HOME</code> or if the <code>bin</code>
+ directory is on the <code>PATH</code>.
+ </li>
+<ul>
</body>
</html>