Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Understanding this huge pile of code... ;-)


Dave,

That explains it. In development, you need to use the source from CVS. The source code from the SDK is not sufficient to reconstruct a runnable image. That is because it doesn't know how to build the remote VM jars. If you pull the code from CVS, there are control files that are pulled to allow access to the development images of the remote VM jars.

The SDK for VE is only for developers who want to add new plugins that extends or references our code. That way they can see the source of any classes they use or extend. They should never load the source code from the SDK. Any development of our code should be done with the CVS source.

Thanks,
Rich

Back to the top