Thank you for your response.<div>Now everything is ok except i still get these errors about SUSE packages: </div><div><br></div><div><div>Compiling 2606 source files to /home/nat/spacewalk/build/web/WEB-INF/classes</div><div>
/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:35: package com.suse.studio.client does not exist</div><div>import com.suse.studio.client.SUSEStudio;</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:36: package com.suse.studio.client.model does not exist</div>
<div>import com.suse.studio.client.model.Appliance;</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:37: package com.suse.studio.client.model does not exist</div><div>
import com.suse.studio.client.model.Build;</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:115: cannot find symbol</div><div>symbol  : class Appliance</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div>
<div>    private List<Image> convertAppliances(List<Appliance> appliances) {</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:89: cannot find symbol</div>
<div>symbol  : class Appliance</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>        List<Appliance> ret = new ArrayList<Appliance>();</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:89: cannot find symbol</div>
<div>symbol  : class Appliance</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>        List<Appliance> ret = new ArrayList<Appliance>();</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:99: cannot find symbol</div>
<div>symbol  : class SUSEStudio</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>            SUSEStudio studio = new SUSEStudio(studioUser, studioKey, studioUrl);</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:99: cannot find symbol</div>
<div>symbol  : class SUSEStudio</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>            SUSEStudio studio = new SUSEStudio(studioUser, studioKey, studioUrl);</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:117: cannot find symbol</div>
<div>symbol  : class Appliance</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>        for (Appliance appliance : appliances) {</div><div>/home/nat/spacewalk/java/code/src/com/redhat/rhn/frontend/action/renderers/ImagesRenderer.java:119: cannot find symbol</div>
<div>symbol  : class Build</div><div>location: class com.redhat.rhn.frontend.action.renderers.ImagesRenderer</div><div>            for (Build build : appliance.getBuilds()) {</div><div>Note: Some input files use or override a deprecated API.</div>
<div>Note: Recompile with -Xlint:deprecation for details.</div><div>Note: Some input files use unchecked or unsafe operations.</div><div>Note: Recompile with -Xlint:unchecked for details.</div><div>10 errors</div><div>/home/nat/spacewalk/nbproject/build-impl.xml:543: The following error occurred while executing this line:</div>
<div>/home/nat/spacewalk/nbproject/build-impl.xml:297: Compile failed; see the compiler error output for details.</div><div>BUILD FAILED (total time: 1 minute 38 seconds)</div><div><br></div><div>I don't find these packages ... does anyone know something about these packages ? Where they could be downloaded ?</div>
<div><br></div><div>Thanks a lot !!</div><div><br></div><div><br></div><div>Nat</div><div><br><div class="gmail_quote">2012/8/1 Tomas Lestach <span dir="ltr"><<a href="mailto:tlestach@redhat.com" target="_blank">tlestach@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'Sans Serif';font-size:10pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Hello,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">I've never used Netbeans, but from the build output you do not link junit.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Looking at my machine:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">$ rpm -q junit</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit-3.8.2-8.fc15.noarch</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">$ rpm -ql junit | grep jar</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">/usr/share/java/junit-3.8.2.jar</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">/usr/share/java/junit.jar</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">$ jar tf /usr/share/java/junit.jar | grep ^junit\/framework</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/Assert.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/AssertionFailedError.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/ComparisonCompactor.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/ComparisonFailure.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/Protectable.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/Test.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestCase.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestFailure.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestListener.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestResult$1.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestResult.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestSuite$1.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">junit/framework/TestSuite.class</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Regards,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Tomas</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">-- </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Tomas Lestach</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">RHN Satellite Engineering</p><div><div class="h5">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">On Wednesday 01 of August 2012 15:50:43 Nathanaël MIETTON wrote:<br></p>
<p style="margin-top:12px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Hello all,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Once i import and build my spacewalk project i get these errors.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">I note the package junit.framework does not exist and the classTestListener not found.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Are these packages are missing when i "downloaded and gitted" the project ? Any ideas ?</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">I use Netbeans IDE with Struts pluggin.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Thanks in advance !</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Regards,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">init:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">deps-clean:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Updating property file: /home/nat/workspace1/spacewalk/nbbuild/built-clean.properties</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Deleting directory /home/nat/workspace1/spacewalk/nbbuild</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">clean:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">init:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">deps-jar:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Created dir: /home/nat/workspace1/spacewalk/nbbuild</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Updating property file: /home/nat/workspace1/spacewalk/nbbuild/built-jar.properties</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Created dir: /home/nat/workspace1/spacewalk/nbbuild/classes</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Created dir: /home/nat/workspace1/spacewalk/nbbuild/empty</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Created dir: /home/nat/workspace1/spacewalk/nbbuild/generated-sources/ap-source-output</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">Compiling 18 source files to /home/nat/workspace1/spacewalk/nbbuild/classes</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:29: package junit.framework does not exist</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">import junit.framework.AssertionFailedError;</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:30: package junit.framework does not exist</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">import junit.framework.Test;</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:40: cannot access junit.framework.TestListener</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">class file for junit.framework.TestListener not found</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">public class RhnCustomFormatter implements JUnitResultFormatter {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:185: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void startTest(Test t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:195: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void endTest(Test test) { }</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:204: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void addFailure(Test test, Throwable t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:215: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void addFailure(Test test, AssertionFailedError t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:215: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class AssertionFailedError</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void addFailure(Test test, AssertionFailedError t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:226: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    public void addError(Test test, Throwable t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java:231: cannot find symbol</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">symbol  : class Test</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">location: class com.redhat.rhn.internal.junit.RhnCustomFormatter</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">    private void formatError(String type, Test test, Throwable t) {</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">10 errors</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/nbproject/build-impl.xml:638: The following error occurred while executing this line:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">/home/nat/workspace1/spacewalk/nbproject/build-impl.xml:274: Compile failed; see the compiler error output for details.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:40px;margin-right:40px;text-indent:0px">BUILD FAILED (total time: 10 seconds)</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p></div></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Nathanaël<div>06 51 88 84 96</div><br>
</div></div>