Ok, I'm now building with 1.5 against hivemind-1.1-beta-2 checked out
from cvs and I am still getting this error:
-compile-init:
[mkdir] Created dir: /Users/warner/cvs/opensource/jakarta-
tapestry/framework/target/generated-java
[echo]
[echo]
[echo] *** Compiling Java sources to target/classes ...
[echo]
[javac] Compiling 744 source files to /Users/warner/cvs/
opensource/jakarta-tapestry/framework/target/classes
[javac] /Users/warner/cvs/opensource/jakarta-tapestry/framework/
src/java/org/apache/tapestry/util/io/IoMessages.java:21: cannot find
symbol
[javac] symbol : constructor MessageFormatter(java.lang.Class)
[javac] location: class org.apache.hivemind.impl.MessageFormatter
[javac] private static final MessageFormatter _formatter =
new MessageFormatter(IoMessages.class);
[javac] ^
[javac] Note: * uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
I have run ant clean and basic ant, multiple times to no avail. Any
help on this is greatly appreciated. I am just trying to setup my
environment so that I can start tackling some of the doc bugs that
Howard posted a while ago.
-warner
On Aug 18, 2005, at 9:02 AM, Kevin Menard wrote:
On Aug 18, 2005, at 9:30 AM, Warner Onstine wrote:
Even though I've set 1.5 as the default VM.
What is ant using, is there a way to tell?
ant -diagnostics should give you a bunch of info about what it's
running.
I just wanted to let you know that although you may have set 1.5 to
be the default in the Java config tool, you actually need to change
where your Java framework points to. E.g., if you open up Terminal
and type "java -showversion", it'll most likely tell you 1.4.2.
After you change the framework link, it'll tell you 1.5.0.
--
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]