Kohsuke, just a question - should ScriptBaseClass extend TestCase
intstead of Assert? I guess really my question is: Why is one of the
more preferable?
thanks,
Ken
Kohsuke Kawaguchi wrote:
>
> I fixed a few more bugs and now the fromjava test runs to the point
> that client artifact generation is sort-of successful (without
> customization file.)
>
> But without customization file that directs the client artifacts into
> a separate package, the server artifacts will be overwritten, so when
> we try to load them into the VM, it fails with VerifyError and other
> problems.
>
> Ken is going to work on the custom-client.xml generation, and
> DeploymentExecutor.generateClientArtifacts() should then be able to
> generate things into a proper package. At that point, I think we'll
> get to the point where the fromjava test actually runs.
>
> I think we are almost there for the first successful test runs in both
> directions!
>