[Anthill] Can't get anthill-example to build
Eric Minick
eric at urbancode.com
Mon Nov 1 10:25:10 CST 2004
Hi David,
Thanks for writing to the list. The logging in Anthill could probably
use some work, but a good deal is logged to the servlet containers
standard out. Run as a service / daemon Tomcat usually will use
catalina.out. You might want to tail that to see if there are more
useful messages there.
Your error message suggests that Ant was called and the returned error
code from the shell was 1.
Both the junit and jdepend jars are provided as part of the 1.5.1 vesion
of Ant which is included with Anthill. Is it possible that you changed
your Ant settings in the system to use a differant copy of Ant on your
sytstem?
Regards,
Eric
David Schmitz wrote:
> I've struggled for two day trying to get the anthill-example project
> just to build and have been completely unsuccessful. Nothing is
> printed in anyof of the log files and the only error I get in the
> server is...
>
>
> 10:04:45:386 [Thread - AnthillBuildDaemon] ERROR
> com.urbancode.anthill.BuildManager - Failed to Build project. Error: 1
> java.lang.Exception: Failed to Build project. Error: 1
> at
> com.urbancode.anthill.BuildManager.buildProject(BuildManager.java:497)
> at com.urbancode.anthill.BuildManager.runBuild(BuildManager.java:403)
> at com.urbancode.anthill.BuildManager.build(BuildManager.java:187)
> at
> com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>
> at
> com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
> at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
> 10:04:45:386 [Thread - AnthillBuildDaemon] INFO
> com.urbancode.anthill.BuildManager - Step 6) Tag project (if set to
> success):
>
>
> which really doesn't help me at all. What might i be doing wrong, I
> follow the setup instruction and the code is being pulled from CVS. I
> do seem the be missing some jar, junit and jdepend. Does anyone have
> any ideas? I can't afford to devote anymore time to this is I can't
> even get the example to build.
>
>
> _______________________________________________
> Anthill mailing list
> Anthill at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill
>
>
More information about the Anthill
mailing list