Alright, I now have this building, but with a few problems - all of
the packaged jar files were named tapestry-${project.version}.jar, in
order for everything to build properly I had to rename each jar, not
sure why this is happening as I can see the project.properties file.
Now when I run ant site I get a complaint that kills the build
referring to a clover license file:
[mkdir] Created dir: /Users/warner/cvs/opensource/jakarta-
tapestry/framework/target/clover-classes
Trying to override old definition of task clover-report
[echo]
[echo]
[echo] *** Recompiling Java sources for Clover ...
[echo]
[clover-setup] Clover Version 1.3.8, built on May 18 2005
[clover-setup] loaded from: /Users/warner/apache-ant-1.6.3/lib/
clover-1.3.8.jar
[clover-setup] No license file found.
And of course none of the rest of the docs get built, is there an
easy way to bypass this so I can start building docs?
-warner
On Aug 18, 2005, at 10:10 AM, Warner Onstine wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]