w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
128 stars 59 forks source link

Code is not compilable #124

Closed vivienlacourba closed 8 years ago

vivienlacourba commented 8 years ago

Reported by ernitingoel on 11 Aug 2010 12:09 UTC Hi,

I have downloaded the code and found that there are several classes are missing in the repository, due to that I am not able to build the code.

Thanks in advance, Nitin Goel

vivienlacourba commented 8 years ago

Comment by Michael Gutbier dev@michael-gutbier.de on 24 Aug 2010 13:07 UTC I have to confirm this ticket. (Actually, I had wanted to write it myself.)

One example:[class http://code.w3.org/unicorn/browser/src/org/w3c/unicorn/tasklist/parameters/ParameterFactory.java org.w3c.unicorn.tasklist.parameters.ParameterFactory imports org.w3.unicorn.tasklist.TParamType which is neither in the source tree nor in any included library.

vivienlacourba commented 8 years ago

Comment by ernitingoel@hotmail.com on 7 Sep 2010 09:35 UTC Replying to Michael Gutbier dev@:

I have to confirm this ticket. (Actually, I had wanted to write it myself.)

One example:[The class http://code.w3.org/unicorn/browser/src/org/w3c/unicorn/tasklist/parameters/ParameterFactory.java org.w3c.unicorn.tasklist.parameters.ParameterFactory imports org.w3.unicorn.tasklist.TParamType which is neither in the source tree nor in any included library.

Any idea when it is going to be fixed?

vivienlacourba commented 8 years ago

Comment by Michael Gutbier dev@michael-gutbier.de on 7 Sep 2010 15:14 UTC Replying to ernitingoel@:

Any idea when it is going to be fixed?

I want to know the same. Do any developers of Unicorn read here?

vivienlacourba commented 8 years ago

Comment by anonymous on 7 Sep 2010 16:45 UTC Code is compilable. Simply run "ant retrieve generate_observer generate_tasklist default_conf war". Cf http://code.w3.org/unicorn/wiki/Documentation/Install

vivienlacourba commented 8 years ago

Comment by ernitingoel@hotmail.com on 8 Sep 2010 07:28 UTC Have you checked the following discrepancy?

The class org.w3c.unicorn.tasklist.parameters.ParameterFactory imports org.w3.unicorn.tasklist.TParamType which is neither in the source tree nor in any included library.

I checked the source tree, this problem is still there.

vivienlacourba commented 8 years ago

Comment by tgambet on 8 Sep 2010 14:43 UTC If you run "ant generate_tasklist" you'll see that you have a new library unicorn_tasklist.jar in your lib folder. That library contains org.w3.unicorn.tasklist.TParamType.

vivienlacourba commented 8 years ago

Comment by ernitingoel@hotmail.com on 9 Sep 2010 09:55 UTC Thanks, it is working now.

Thanks, Nitin Goel