[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: AW: AW: Trying to run prowler-0.2.jar





> -----Ursprüngliche Nachricht-----
> Von: guettli@innocence.interface-business.de
> [mailto:guettli@innocence.interface-business.de]Im Auftrag von Thomas
> Guettler
> Gesendet: Dienstag, 30. Mai 2000 14:48
> An: ozone-users@ozone-db.org
> Betreff: Re: AW: AW: Trying to run prowler-0.2.jar
>
>
> Dirk Pappelbaum wrote:
> >
> > > -----Ursprüngliche Nachricht-----
> > > Von: guettli@innocence.interface-business.de
> > > [mailto:guettli@innocence.interface-business.de]Im Auftrag von Thomas
> > > Guettler
> > > Gesendet: Dienstag, 30. Mai 2000 14:04
> > > An: ozone-users@ozone-db.org
> > > Betreff: Re: AW: Trying to run prowler-0.2.jar
> > >
> > >
> > > Dirk Pappelbaum wrote:
> > >
> > > [....]
> > >
> > > > The proxy classes are not in this package.
> > > >
> > > > Dirk
> > >
> > > the proxy-classes are created by "opp". So, there are no
> xyz_proxy.java
> > > files.
> > > Have you tried to run make or ant?
> > >
> > > --
> > > Thomas Guettler <guettli@interface-business.de>
> > > http://www.interface-business.de
> > >
> >
> > When I run ant, I get the error no ClassDef found :
> > org.exolab.castor.builder.SourceGenerator.
> > I have an current version of castor.jar but this class is not there.
> >
> > Dirk
> strange, it is in my castor.jar:
> --guettli@gurkensalat:~/prowler/org$ jar -tf ../lib/castor.jar | grep
> SourceGe
> org/exolab/castor/builder/SourceGenerator.class
>
> you can acces my castor.jar (and all other sources at)
>
> http://www.interface-business.de/~guettli/home/prowler/lib/
>
>
>
> --
> Thomas Guettler <guettli@interface-business.de>
> http://www.interface-business.de
>

Thank you for help. I found the error. I'm compiling under windows. In the
build.xml file are in the definition of classpath ":" as seperators. I
changed them to ";" and now is all running - there is only one error I get
an casting error, when i trye to set the root document. I think I have to
compile the whole projekt, not only ozone.jar - or I take your jars.

Dirk