Re: Can't compile unicorn

Le 11/08/2010 19:00, Thibault ROHMER a écrit :
> Hi,
>
> Sorry to bother you but I can't compile unicorn, it fails here
> (Framework.java:32)
>
> import org.*w3*.unicorn.tasklist.TUi;
>
> The TUi class seems to be missing. Notice w3 != w3c.

Hi,

You may want to check 
http://lists.w3.org/Archives/Public/public-qa-dev/2010Aug/0004.html.

You have to run [[ant retrieve generate_observer generate_tasklist 
default_conf war]] to generate and compile everything. Note that the 
task retrieve needs apache ivy to work properly.

And yes, we need to update 
http://code.w3..org/unicorn/wiki/Documentation/Install :).

HTH.

Regards,
Jean-Gui

> I'm using the mercurial repository mentionned here
> http://code.w3.org/unicorn/wiki/Documentation/Install
> <http://code.w3..org/unicorn/wiki/Documentation/Install> but
>
> I've also added the following .jars in filesystem & build.xml to avoid
> first obvious build errors :
> <fileset file="WebContent/WEB-INF/lib/commons-lang-2.5.jar" />
> <fileset file="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar" />
> <fileset file="WebContent/WEB-INF/lib/log4j-1.2.16.jar" />
> <fileset file="WebContent/WEB-INF/lib/velocity-1.6.4.jar" />
> <fileset file="WebContent/WEB-INF/lib/velocity-tools-generic-2.0.jar" />
>
> Thanks for helping me :)
>
> Thibault

Received on Thursday, 12 August 2010 16:27:00 UTC