NB 3.4 RC1 VCS: java.lang.NoClassDefFoundError: vcs/list/AbstractListCommand
I am using the generic VCS module with the ClearCase profile for Windows NT. I
get an exception that vcs/list/AbstractListCommand is not found. I checked the
IDE log file and both vcscore and vcs.advanced modules are mounted (version
1.6). When I examined the contents of vcsgen.jar, though, it indicates that the
AbstractListCommand class is the package vcs.profiles.list. Is this a bug, or is
this something caused by importing settings from 3.3.2 into 3.4 RC1?
I am using JDK1.4 in WinNT SP6.
Thanks,
Peter
# 1
Apologies if this shows up twice, but I did not see my post in my newsreader...
"Peter Kalab" <kalabp@netscape.net> wrote in message news:...
> I am using the generic VCS module with the ClearCase profile for Windows NT. I
> get an exception that vcs/list/AbstractListCommand is not found. I checked the
> IDE log file and both vcscore and vcs.advanced modules are mounted (version
> 1.6). When I examined the contents of vcsgen.jar, though, it indicates that
the
> AbstractListCommand class is the package vcs.profiles.list. Is this a bug, or
is
> this something caused by importing settings from 3.3.2 into 3.4 RC1?
>
> I am using JDK1.4 in WinNT SP6.
>
> Thanks,
> Peter
# 2
This problem has occurred due to repackaging of VCS commands from vcs.list.*
and vcs.commands.* (in 3.3.2) to
org.netbeans.modules.vcs.profiles.clearcase.list.* and
org.netbeans.modules.vcs.profiles.clearcase.commands.* (in 3.4) so that the
packages will be more standard.
The packages are translated from old names to new names in the command
execution strings.
But ClearCase uses vcs.list.ClearCaseListCommand, which has the old path to
vcs.list.AbstractListCommand compiled in it's class file. Therefore the
translation is not performed.
This problem can be resolved by using the new clearcase-profile.nbm module
available at http://vcsgeneric.netbeans.org/profiles/. Please use that profile
in 3.4 builds. If you install the new ClearCase module into 3.4 build which
uses a different userdir from 3.3.2 and import just the project with ClearCase
filesystem, it should work without problems.
Regards,
Martin
Peter Kalab wrote:
>
> I am using the generic VCS module with the ClearCase profile for Windows NT. I
> get an exception that vcs/list/AbstractListCommand is not found. I checked the
> IDE log file and both vcscore and vcs.advanced modules are mounted (version
> 1.6). When I examined the contents of vcsgen.jar, though, it indicates that the
> AbstractListCommand class is the package vcs.profiles.list. Is this a bug, or is
> this something caused by importing settings from 3.3.2 into 3.4 RC1?
>
> I am using JDK1.4 in WinNT SP6.
>
> Thanks,
> Peter
# 3
This problem of ClearCase was already reported. The problem is, that the
vcs/list/AbstractListCommand was repackaged, but ClearCase module is referring
to the old version. Please update the ClearCase module from the web. It should
be fixed there.
Regards,
Martin
Peter Kalab wrote:
>
> Apologies if this shows up twice, but I did not see my post in my newsreader...
>
> "Peter Kalab" <kalabp@netscape.net> wrote in message news:...
> > I am using the generic VCS module with the ClearCase profile for Windows NT. I
> > get an exception that vcs/list/AbstractListCommand is not found. I checked the
> > IDE log file and both vcscore and vcs.advanced modules are mounted (version
> > 1.6). When I examined the contents of vcsgen.jar, though, it indicates that
> the
> > AbstractListCommand class is the package vcs.profiles.list. Is this a bug, or
> is
> > this something caused by importing settings from 3.3.2 into 3.4 RC1?
> >
> > I am using JDK1.4 in WinNT SP6.
> >
> > Thanks,
> > Peter
# 4
Thanks,
I did a clean reinstall of 3.4 with the new ClearCase module and things are
working well.
Peter
"Martin Entlicher" <Martin.Entlicher@Sun.COM> wrote in message
news:netbeans.nbusers/3D75D56E.7CA6D395@Sun.COM...
> This problem of ClearCase was already reported. The problem is, that the
> vcs/list/AbstractListCommand was repackaged, but ClearCase module is
referring
> to the old version. Please update the ClearCase module from the web. It
should
> be fixed there.
>
> Regards,
> Martin
>
> Peter Kalab wrote:
> >
> > Apologies if this shows up twice, but I did not see my post in my
newsreader...
> >
> > "Peter Kalab" <kalabp@netscape.net> wrote in message news:...
> > > I am using the generic VCS module with the ClearCase profile for
Windows NT. I
> > > get an exception that vcs/list/AbstractListCommand is not found. I
checked the
> > > IDE log file and both vcscore and vcs.advanced modules are mounted
(version
> > > 1.6). When I examined the contents of vcsgen.jar, though, it indicates
that
> > the
> > > AbstractListCommand class is the package vcs.profiles.list. Is this a
bug, or
> > is
> > > this something caused by importing settings from 3.3.2 into 3.4 RC1?
> > >
> > > I am using JDK1.4 in WinNT SP6.
> > >
> > > Thanks,
> > > Peter
