Bug 11160 - Package doesn't contain /usr/share/java/junit.jar
Summary: Package doesn't contain /usr/share/java/junit.jar
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: junit (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: viy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 10:04 MSK by Damir Shayhutdinov
Modified: 2007-03-22 08:57 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damir Shayhutdinov 2007-03-20 10:04:22 MSK
As of 4.1-alt1, junit package doesn't contain a junit.jar file in /usr/share/java.

According to jpackage policy, /usr/share/java/junit.jar must be a symlink to
/usr/share/java/junit-4.1.jar.

Many programs (including ant) add /usr/share/java/junit.jar to their CLASSPATH.
Without it, they can't work.

For example, ant package building is broken now. Adding a symlink make ant happy.

I think many recent building problem in Java packages in Sisyphus can be solved
that easy.
Comment 1 Denis Smirnov 2007-03-20 12:44:51 MSK
Thanks! Fixed, sent to incoming/

Where I can download java policy? Is it packaged?
Comment 2 Damir Shayhutdinov 2007-03-20 13:16:23 MSK
Sisyphus Java policy in freezetime equals to jpackage policy. See jpackage-utils
package in Sisyphus for current jpackage policy.