nhatminhle / cofoja

Contracts for Java
GNU Lesser General Public License v3.0
151 stars 18 forks source link

Make the dependence on code in org.objectweb.asm package explicit #13

Closed nhatminhle closed 10 years ago

nhatminhle commented 10 years ago

From MatrixFrog on February 04, 2011 21:20:44

What steps will reproduce the problem? 1. Do an svn checkout of the code

  1. Try to compile it

What is the expected output? Something on the project homepage or the wiki tells me where to download the jar for code in the org.objectweb.asm package, and which version I should get. Or just a downloadable jar that already has those classes included.

What do you see instead? I have to find and download it, and I'm not sure if I have the correct version or not. What version of the product are you using? On what operating system? revision 63 of cofoja

Original issue: http://code.google.com/p/cofoja/issues/detail?id=6

nhatminhle commented 10 years ago

From nhat.min...@gmail.com on February 05, 2011 06:04:44

I've added an entry to the FAQ. We should probably add a README to the sources too. I don't have permissions to the home page, but now I realize there aren't even instructions on how to download Cofoja...

This is a case of stripping down internal documentation going wrong --- Google-specific instructions on how to set up Cofoja were removed and nobody thought about writing new ones for the open source version.

Anyway, for now there is that question in the FAQ and I'm leaving this issue open till I or somebody else gets around to adding all the proper instructions.

Status: Started
Cc: andreasl...@google.com

nhatminhle commented 10 years ago

From nhat.min...@gmail.com on February 05, 2011 08:39:17

README with full build instructions added in r66 .

nhatminhle commented 10 years ago

From andreasl...@google.com on February 06, 2011 09:19:26

I made you project owner Nhat. Can you modify the web pages now?

nhatminhle commented 10 years ago

From nhat.min...@gmail.com on February 23, 2011 02:38:25

There is now enough documentation in the README, configuration file and build error messages in r78 . I'm closing this ticket.

Status: Done