Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Build Error Class Not Found

HI

That is the problem I did not understand. When I run the build from the jazz installed Windows Server using a desktop folder as the load directory and from there selecting the build file the build completes with out an error. But when I run the build from my laptop eclipse client using the $(buildrootdirectory)...... in the load field I get this error.

I don't seem to understand what I am missing.

Can you help me?

Thanks

This is the error
BUILD FAILED
/opt/IBM/jazz/buildsystem/buildengine/eclipse/testbuild/C20140306-1110/NGeP-
biz-fl/build/build.xml:9:
/opt/IBM/jazz/buildsystem/buildengine/eclipse/testbuild/C20140306-1110/NGeP-
biz-fl/build/classes not found.

Total time: 0 seconds
Build failed. Exit value was 1.

Here is the build file
<project name="FL" default="run">    
  <property name="projectHome" location="."/>
	     
	  <property name="destinationPath" location="../../NGeP-ear/EarContent"/>
	  <target name="run">
	    <jar jarfile="${destinationPath}/NGeP-biz-fl.jar">
        <fileset dir="${projectHome}/classes"/>                
        <metainf dir="../ejbModule/META-INF" includes="ejb-jar.xml,weblogic-ejb-jar.xml"/>     	
    </jar>
  </target>   	
</project>

0 votes



One answer

Permanent link
That's the "jar" task complains about the "fileset" attribute. Does this path exist?
/opt/IBM/jazz/buildsystem/buildengine/eclipse/testbuild/C20140306-1110/NGeP-
biz-fl/build/classes
	
In other words, is there a "classes" directory in the root of the workspace that you load into the sandbox?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 563

Question asked: Mar 06 '14, 9:45 a.m.

Question was seen: 2,501 times

Last updated: Mar 13 '14, 8:31 a.m.

Confirmation Cancel Confirm