i did not resolve this problem yet, can anybody help me?

this error pointed to build.xml file line 623.
there is compileui configs:

  | <target name="compileui" depends="initui,select-compiler"
  |             description="Compile the Java source code for the UI package">
  |         <javac
  |             source="1.5"
  |             target="1.5"
  |             destdir="${uiclasses.dir}"
  |             classpathref="build.classpath"
  |             debug="${javac.debug}"
  |             deprecation="${javac.deprecation}"
  |             nowarn="on">
  |             <src path="${src.ui.dir}"/>
  |         </javac>
  |     </target>
  | 

i don't know how to resolve this problem :(.

Regards,
Paata



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022226#4022226

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022226
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to