Bob,
There is no misunderstanding : I was perfectly aware of the risks to use an advanced version of ArgoUML and if my little contribution is valuable for you, I feel satisfied!
Thanks for your work.
Regards
Benoît
-----Message d'origine-----
De : Bob Tarling [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 5 juillet 2006 10:39
À : [email protected]
Objet : Re: [argouml-users] Exception while trying to reload a project
Great, glad to hear you're back up and running. That's what's most
important to me.
Unfortunately with dev and alpha releases these types of problems are
bound to happen from time to time. We do appreciate your help in
testing these releases but you should always be aware that they're not
a stable release.
Considering the problems with alpha3 I'll make sure that alpha4 is
announced on the user llist.
Regards
Bob.
On 7/5/06, HERICHER Benoit DSIC SDEL <[EMAIL PROTECTED]> wrote:
>
>
> Thank you Jose,
>
> That works for me too! I effectively remeber to have changed the back to
> front order of an element, but I don't remember what I was trying to do...
>
>
> Best regards
>
> Benoît
>
>
> -----Message d'origine-----
> De : Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED]]
> Envoyé : mercredi 5 juillet 2006 08:56
>
> À : [email protected]
> Objet : Re: [argouml-users] Exception while trying to reload a project
>
> Bob,
>
> Thanks a lot, but I was able to "reopen" it. I extracted the XMI file,
> imported it from another project, and recreated the class diagram I was
> working on importing all the classes in a new class diagram (I only had
> sixteen classes when that happened). Anyway, I don't remember having changed
> the back to front order of any element, at least explicitly.
>
> Best regards
> Jose
>
>
> 2006/7/5, Bob Tarling <[EMAIL PROTECTED]>:
> > If you can provide me with a copy of your project I should be able to
> > fix it so that you can read it and work with it.
> >
> > The only thing you should avoid with alpha 3 is changing the back to
> > front order of diagram elements. If you then save you will not be able
> > to reload.
> >
> > This bug will be fixed in the next alpha release,
> >
> > Bob.
> >
> >
> > On 7/4/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote:
> > > Thanks... is there any place where I can download a nightly snapshot
> with
> > > this fix?
> > >
> > > 2006/7/4, HERICHER Benoit DSIC SDEL
> > > <[EMAIL PROTECTED] >:
> > > >
> > > >
> > > >
> > > > Hi!
> > > >
> > > > See Issue 4310
> > > >
> > > > -----Message d'origine-----
> > > > De : Jose Gonzalez Gomez [mailto: [EMAIL PROTECTED]
> > > > Envoyé : mardi 4 juillet 2006 11:28
> > > > À : [email protected]
> > > > Objet : [argouml-users] Exception while trying to reload a project
> > > >
> > > >
> > > > Hi there,
> > > >
> > > > I'm trying to use ArgoUML to model classes in a project, but I'm
> finding
> > > serious problems. I was using version 0.20, and after saving a model and
> > > reopening it I was getting an exception related to the PGML parser
> (IIRC). I
> > > moved to v0.22.alpha3, and I was able to reopen the mentioned project,
> but
> > > after making some modifications and saving it, I get the same kind of
> > > exceptions when reopening it. Here you have the exception:
> > > >
> > > > 2006-07-04 11:16:38,873 ERROR: Exception while loading project (
> > > ProjectBrowser.java:1330)
> > > > org.argouml.persistence.OpenException :
> > > java.lang.IllegalStateException: Both the source port and dest port fig
> must
> > > be defined on a
> org.argouml.uml.diagram.ui.FigAssociation
> > > before the edge can be layed out
> > > > at
> > >
> org.argouml.persistence.DiagramMemberFilePersister.load(DiagramMemberFilePersister.java:74)
> > > > at
> > >
> org.argouml.persistence.UmlFilePersister.doLoad(UmlFilePersister.java:356)
> > > > at
> org.argouml.persistence.ZargoFilePersister.doLoad
> > > (ZargoFilePersister.java:342)
> > > > at
> > >
> org.argouml.ui.ProjectBrowser.loadProject(ProjectBrowser.java:1270)
> > > > at
> > >
> org.argouml.uml.ui.ActionReopenProject.actionPerformed(ActionReopenProject.java
> :86)
> > > > at javax.swing.AbstractButton.fireActionPerformed
> > > (Unknown Source)
> > > > at
> > >
> javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> > > Source)
> > > > at
> > >
> javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> > > Source)
> > > > at javax.swing.DefaultButtonModel.setPressed
> (Unknown
> > > Source)
> > > > at javax.swing.AbstractButton.doClick (Unknown
> Source)
> > > > at
> > > javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown
> > > Source)
> > > > at
> > >
> javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased
> > > (Unknown Source)
> > > > at
> java.awt.AWTEventMulticaster.mouseReleased(Unknown
> > > Source)
> > > > at java.awt.Component.processMouseEvent(Unknown
> > > Source)
> > > > at javax.swing.JComponent.processMouseEvent
> (Unknown
> > > Source)
> > > > at java.awt.Component.processEvent(Unknown Source)
> > > > at java.awt.Container.processEvent(Unknown Source)
> > > > at java.awt.Component.dispatchEventImpl(Unknown
> > > Source)
> > > > at java.awt.Container.dispatchEventImpl(Unknown
> > > Source)
> > > > at java.awt.Component.dispatchEvent(Unknown
> Source)
> > > > at
> > > java.awt.LightweightDispatcher.retargetMouseEvent
> (Unknown
> > > Source)
> > > > at
> > >
> java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > Source)
> > > > at
> > > java.awt.LightweightDispatcher.dispatchEvent(Unknown
> > > Source)
> > > > at java.awt.Container.dispatchEventImpl(Unknown
> > > Source)
> > > > at java.awt.Window.dispatchEventImpl(Unknown
> Source)
> > > > at java.awt.Component.dispatchEvent (Unknown
> Source)
> > > > at java.awt.EventQueue.dispatchEvent(Unknown
> Source)
> > > > at
> > >
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> > > Source)
> > > > at
> > > java.awt.EventDispatchThread.pumpEventsForHierarchy
> (Unknown
> > > Source)
> > > > at
> java.awt.EventDispatchThread.pumpEvents(Unknown
> > > Source)
> > > > at
> java.awt.EventDispatchThread.pumpEvents(Unknown
> > > Source)
> > > > at java.awt.EventDispatchThread.run (Unknown
> Source)
> > > >
> > > > Best regards
> > > > Jose
> > > >
> > > >
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > 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]
