The downloads web site allows download of not only the stable releases but
also the development releases and the alpha and beta releases. This is by
design. They are however grouped in releases so it should be clear what
version of what file that belongs to what release.
Are you referring to the Java Web Start files? In that case there is a
mechanism in place that checks if there are changes done between releases
and in that case, it could look like the 0.24 release is built from jar
files from the 0.24.beta1 release. That is if there were no changes done to
that jar file.
/Linus
2007/7/18, David Orejuela <[EMAIL PROTECTED]>:
>
> Really the code only shows the splash screen on the "about" plugin menu,
> nothing important, I guess.
>
> Now all works fine, very thanks.
>
> The last thing: I realized that the binary argouml version in the
> downloads web section is the PRE 0.24 beta 1 ... ¿?
>
>
> 2007/7/18, Bob Tarling <[EMAIL PROTECTED]>:
> >
> > Raise an issue.
> >
> > Although I'm surprised you need to access the splash screen.
> >
> > Bob.
> >
> >
> > On 18/07/07, David Orejuela < [EMAIL PROTECTED] > wrote:
> > > I have refactorized the plugin classes to my own namespace and now I
> > have
> > > some problems with the visibility, like the org.argouml.ui.SplashPanel,
> > that
> > > has package visibility. What can I do?
> > >
> > > 2007/7/18, Bob Tarling <[EMAIL PROTECTED]>:
> > > >
> > > > I don't actually know if this is related but I find it odd that your
> >
> > > > module is in a package owned by ArgoUML. You could have a class
> > > > conflict with an ArgoUML class in that same package.
> > > >
> > > > Try refactoring to your own namespace
> > > >
> > > > Something like org.macmas.ui etc...
> > > >
> > > > Or is there some reason that you have chosen to share package name
> > to
> > > > get access to package scope classes and methods? If that's the case
> > > > then please request a change to ArgoUML rather than share its
> > > > namespace.
> > > >
> > > > Regards
> > > >
> > > > Bob.
> > > >
> > > >
> > > >
> > > > On 18/07/07, David Orejuela
> > > < [EMAIL PROTECTED]> wrote:
> > > > > Hello,
> > > > > I'm developing a plugin for ArgoUML (Macmas). My project runs fine
> > with
> > > > > Eclipse 3.2, but when I create the plugin jar file and I launch it
> > with
> > > > > build\argouml.bat, the following message appears:
> > > > >
> > > > > java.lang.Security exception: class "org.argouml.ui.MacmasModule"'s
> > > signer
> > > > > information does not match signer information of other classes in
> > the
> > > same
> > > > > package
> > > > >
> > > > > I have read that it can be a duplicate jars problem, but I don't
> > find
> > > > > duplicate jars at build directory
> > > > >
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>