This is on Linux 2.2.16. IBM JDK 1.3. I am trying to get clean compile. I ran
build script  like sh build.sh 2>>error.

I get tons of errors. Without redirect it compiles fine. I have managed to fix
some of erros like I add junit.jar to my class path etc.

=============================== ======
[Preparing org/apache/tools/ant/IntrospectionHelper$16]
[Loaded com.dreambean.xmlbeans.ant.XMLBeans]
[Loading superclasses of com/dreambean/xmlbeans/ant/XMLBeans]
[Signaling in VM: java/lang/NoSuchMethodException, message: <init>]

===============================================
[Loaded com.dreambean.codegen.CodeGeneratorEvent]
[Loading superclasses of com/dreambean/codegen/CodeGeneratorEvent]
[Preparing com/dreambean/codegen/CodeGeneratorEvent]
[Preparing java/lang/NoSuchFieldException]
[Preparing java/lang/reflect/InvocationTargetException]
[Signaling in VM: java/lang/NoSuchMethodException, message: now]
 at java.lang.Class.getMethod0(Native Method)
>> I add codegen.jar but still get the error.
==================================================
[Signaling in VM: java/lang/NoSuchMethodException, message: beanClass]
 at java.lang.Class.getMethod0(Native Method)
 at java.lang.Class.getMethod(Class.java:920)
 at com.dreambean.codegen.CodeGenerator.invokeMethod(CodeGenerator.java:413)
 at com.dreambean.codegen.CodeGenerator.generate(CodeGenerator.java:201)
 at com.dreambean.codegen.CodeGenerator.generate(CodeGenerator.java(Compiled
Code))
>> lots of these
====================================================
[Signaling in VM: java/lang/NoSuchMethodException, message: propertyName]
 at java.lang.Class.getMethod0(Native Method)
 at java.lang.Class.getMethod(Class.java:920)
 at com.dreambean.codegen.CodeGenerator.invokeMethod(CodeGenerator.java:413)
 at com.dreambean.codegen.CodeGenerator.generate(CodeGenerator.java:201)
>> lots of these
=====================================================
If I get these off my way, I guess 95% of the warnings/errors will go away in
compile.

Thank you

awc

Rickard �berg wrote:

> Hi!
>
> awc wrote:
> > Where can I get this package??
>
> You can't. Not the sources anyway.
>
> > I am trying to compile cvs-source. When I compile I get this warning and
> > lots of others.
>
> Use the build scripts. Are you trying to compile by hand?
>
> > But It compiles and installs fine. When I start jboss I get StringEditor
> > class not found warning. (java/lang/NoSuchFieldException, message:
> > serialPersistentFields etc)
>
> Is this on a IBM JDK?
>
> > any body have compile from source instractions some where? like packages
> > needed etc.
>
> Yes, use the scripts in /src/build to build JBoss.
>
> /Rickard
>
> --
> Rickard �berg
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to