<div>Hello all,</div><div><br></div><div>Once i import and build my spacewalk project i get these errors.</div><div><br></div><div>I note the package junit.framework does not exist and the classTestListener not found.</div>
<div><br></div><div>Are these packages are missing when i "downloaded and gitted" the project ? Any ideas ?</div><div><br></div><div>I use Netbeans IDE with Struts pluggin.</div><div><br></div><div>Thanks in advance !</div>
<div><br></div><div>Regards,</div><div><br></div><div>init:</div><div>deps-clean:</div><div>Updating property file: /home/nat/workspace1/spacewalk/nbbuild/built-clean.properties</div><div>Deleting directory /home/nat/workspace1/spacewalk/nbbuild</div>
<div>clean:</div><div>init:</div><div>deps-jar:</div><div>Created dir: /home/nat/workspace1/spacewalk/nbbuild</div><div>Updating property file: /home/nat/workspace1/spacewalk/nbbuild/built-jar.properties</div><div>Created dir: /home/nat/workspace1/spacewalk/nbbuild/classes</div>
<div>Created dir: /home/nat/workspace1/spacewalk/nbbuild/empty</div><div>Created dir: /home/nat/workspace1/spacewalk/nbbuild/generated-sources/ap-source-output</div><div>Compiling 18 source files to /home/nat/workspace1/spacewalk/nbbuild/classes</div>
<div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:29: package junit.framework does not exist</div><div>import junit.framework.AssertionFailedError;</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:30: package junit.framework does not exist</div>
<div>import junit.framework.Test;</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:40: cannot access junit.framework.TestListener</div><div>class file for junit.framework.TestListener not found</div>
<div>public class RhnCustomFormatter implements JUnitResultFormatter {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:185: cannot find symbol</div><div>symbol  : class Test</div>
<div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void startTest(Test t) {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:195: cannot find symbol</div>
<div>symbol  : class Test</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void endTest(Test test) { }</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:204: cannot find symbol</div>
<div>symbol  : class Test</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void addFailure(Test test, Throwable t) {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:215: cannot find symbol</div>
<div>symbol  : class Test</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void addFailure(Test test, AssertionFailedError t) {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:215: cannot find symbol</div>
<div>symbol  : class AssertionFailedError</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void addFailure(Test test, AssertionFailedError t) {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:226: cannot find symbol</div>
<div>symbol  : class Test</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    public void addError(Test test, Throwable t) {</div><div>/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:231: cannot find symbol</div>
<div>symbol  : class Test</div><div>location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</div><div>    private void formatError(String type, Test test, Throwable t) {</div><div>10 errors</div><div>/home/nat/workspace1/spacewalk/nbproject/build-impl.xml:638: The following error occurred while executing this line:</div>
<div>/home/nat/workspace1/spacewalk/nbproject/build-impl.xml:274: Compile failed; see the compiler error output for details.</div><div>BUILD FAILED (total time: 10 seconds)</div>