> -----Original Message-----
> From: Michiel Meeuwissen [mailto:[EMAIL PROTECTED]]
>
>
> Sander van den Broek <[EMAIL PROTECTED]> wrote:
> > After installing and testing the 1.5.1 version of MMABSE, I
> now am ready for
> > setup and testing the EditWizard environment.
>
> The editwizards are not released with 1.5, and will not work
> with them until
> someone backports them.
I have been told on the MMBASE users meeting that you can test the CVS
version of the EditWizard
>
> > I took the following steps :
> > - download the source version 1.5.1
> > - replaced the ../html, ../config and ../src/org/mmbase
> directories with CVS
> > versions
>
> Ah, so why did you download 1.5.1 at all?
I am new to Java compiling and had to setup the compile environment. So I
first compiled the 1.5.1 version and tested if I could install it - which
worked fine.
>
> > - start compiling
>
> How?
ant distbin
>
> > I get the error
> >
> > -------
> >
> > compile.remote:
> > [javac] Compiling 1 source file to
> > D:\mmbase\m\m\mmbase-src-1.5.1\build\classes
> > [javac] Note: sun.tools.javac.Main has been deprecated.
> > [javac]
> >
> D:\mmbase\m\m\mmbase-src-1.5.1\src\org\mmbase\module\RemoteMMC
> I.java:17:
> > Package org.mmbase.bridge.remote.rmi not found in import.
> > [javac] import org.mmbase.bridge.remote.rmi.*;
> > [javac] ^
> > [javac]
> >
> D:\mmbase\m\m\mmbase-src-1.5.1\src\org\mmbase\module\RemoteMMC
> I.java:18:
> > Package org.mmbase.bridge.remote.implementation not found in import.
> > [javac] import org.mmbase.bridge.remote.implementation.*;
> > [javac] ^
> > [javac] 2 errors, 1 warning
>
> Obviously the remote classes are not generated.
for you it is obvious, for me it is not :-)
how CAN they be generated ?