I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo. NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo ----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Sean, if you are interested in Roassal-based solution, we are currently developing a modeler on top of it. Currently there is available only Finite State Machines and OntoUML (a profile of UML), but we are working on more (UML, source code generation from UML, petri nets, simulations, process models, and more). It's still early in development but you can try it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment. Metacello new baseline: 'DynaCASE'; repository: 'github://dynacase/dynacase/repository'; load. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter On Mon, Mar 30, 2015 at 6:33 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Tue, Mar 31, 2015 at 3:03 AM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi Sean,
if you are interested in Roassal-based solution, we are currently developing a modeler on top of it. Currently there is available only Finite State Machines and OntoUML (a profile of UML), but we are working on more (UML, source code generation from UML, petri nets, simulations, process models, and more).
It's still early in development but you can try it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment.
Metacello new baseline: 'DynaCASE'; repository: 'github://dynacase/dynacase/repository'; load.
That sounds great. I'll be paying attention. cheers -ben
On Mon, Mar 30, 2015 at 9:03 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi Sean,
if you are interested in Roassal-based solution, we are currently developing a modeler on top of it. Currently there is available only Finite State Machines and OntoUML (a profile of UML), but we are working on more (UML, source code generation from UML, petri nets, simulations, process models, and more).
It's still early in development but you can try it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment.
Metacello new baseline: 'DynaCASE'; repository: 'github://dynacase/dynacase/repository'; load. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Looks really impressive Peter ! I put some pictures on my twitter account: https://twitter.com/SergeStinckwich/status/582799867409526784 Apparently there is an icon bug when you don't use the Eclipse set of icons. I'm interested by Petri Nets in order to do Process Mining. What kind of process models are you expected to implement ? Do you plan to draw activity diagrams ? Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
Just curious... What is Process Mining ? * A process for digging rocks out of the ground and turning them into metal ? * Digging into business processes ? cheers -ben On Tue, Mar 31, 2015 at 3:05 PM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
On Mon, Mar 30, 2015 at 9:03 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi Sean,
if you are interested in Roassal-based solution, we are currently developing a modeler on top of it. Currently there is available only Finite State Machines and OntoUML (a profile of UML), but we are working on more (UML, source code generation from UML, petri nets, simulations, process models, and more).
It's still early in development but you can try it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment.
Metacello new baseline: 'DynaCASE'; repository: 'github://dynacase/dynacase/repository'; load. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Looks really impressive Peter ! I put some pictures on my twitter account: https://twitter.com/SergeStinckwich/status/582799867409526784
Apparently there is an icon bug when you don't use the Eclipse set of icons.
I'm interested by Petri Nets in order to do Process Mining. What kind of process models are you expected to implement ? Do you plan to draw activity diagrams ?
Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
On Tue, Mar 31, 2015 at 11:58 AM, Ben Coman <btc@openinworld.com> wrote:
Just curious... What is Process Mining ? * A process for digging rocks out of the ground and turning them into metal ? * Digging into business processes ?
Second option ;-) http://www.processmining.org/_media/presentations/mao-process-mining.pdf -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
Hi Serge, not sure if you read all threads (pharo-users), but I posted the answers there ( http://forum.world.st/DynaCASE-td4816281.html ) to not derail this thread too much. Peter On Tue, Mar 31, 2015 at 9:05 AM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
I'm interested by Petri Nets in order to do Process Mining. What kind of process models are you expected to implement ? Do you plan to draw activity diagrams ?
I am maintaining SmallUML. It is already running in pharo 4.0. But all help is welcomed. :) Maybe I can follow this up tomorrow (I don't have a cool internet access right now) Le 30 mars 2015 13:44, "Sean P. DeNigris" <sean@clipperadams.com> a écrit :
I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Ugh. I followed the instructions at https://www.gitbook.com/book/clariallende/smalluml/details to a non-working version :/ But I'm glad it's working! Please put the config in meta repo for 4.0!! On Mar 30, 2015, at 8:15 PM, "Clara Allende [via Smalltalk]" <ml-node+s1294792n4816243h21@n4.nabble.com> wrote:
I am maintaining SmallUML. It is already running in pharo 4.0. But all help is welcomed. :) Maybe I can follow this up tomorrow (I don't have a cool internet access right now)
Le 30 mars 2015 13:44, "Sean P. DeNigris" <[hidden email]> a écrit : I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... To unsubscribe from MinimalConnectors/SmallUML port to Pharo 4.0, click here. NAML
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Ah. Yeah. It probably needs an update, I will check it out. Thanks for pointing that out! I need to find some extra time to dedicate to SmallUML. There were some ideas that we discussed while I was at RMoD, but back then I put my focus on bteakpoints and stuff. As I said, all help is most welcomed :) Cheers! Le 30 mars 2015 21:58, "Sean P. DeNigris" <sean@clipperadams.com> a écrit :
Ugh. I followed the instructions at https://www.gitbook.com/book/clariallende/smalluml/details to a non-working version :/ But I'm glad it's working! Please put the config in meta repo for 4.0!!
On Mar 30, 2015, at 8:15 PM, "Clara Allende [via Smalltalk]" <[hidden email] <http:///user/SendEmail.jtp?type=node&node=4816245&i=0>> wrote:
I am maintaining SmallUML. It is already running in pharo 4.0. But all help is welcomed. :) Maybe I can follow this up tomorrow (I don't have a cool internet access right now) Le 30 mars 2015 13:44, "Sean P. DeNigris" <<a href="x-msg://325/user/SendEmail.jtp?type=node&node=4816243&i=0" target="_top" rel="nofollow" link="external">[hidden email]> a écrit :
I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
------------------------------ If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... To unsubscribe from MinimalConnectors/SmallUML port to Pharo 4.0, click here. NAML <http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant...>
Cheers, Sean
------------------------------ View this message in context: Re: MinimalConnectors/SmallUML port to Pharo 4.0 <http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153...> Sent from the Pharo Smalltalk Developers mailing list archive <http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html> at Nabble.com.
Well so I fixed the configuration, now it loads on last Pharo4.0 image. I have an issue with a deprecated class that I will try to fix today. 2015-03-30 23:37 GMT-03:00 Clara Allende <clari.allende@gmail.com>:
Ah. Yeah. It probably needs an update, I will check it out. Thanks for pointing that out! I need to find some extra time to dedicate to SmallUML. There were some ideas that we discussed while I was at RMoD, but back then I put my focus on bteakpoints and stuff. As I said, all help is most welcomed :)
Cheers! Le 30 mars 2015 21:58, "Sean P. DeNigris" <sean@clipperadams.com> a écrit :
Ugh. I followed the instructions at https://www.gitbook.com/book/clariallende/smalluml/details to a non-working version :/ But I'm glad it's working! Please put the config in meta repo for 4.0!!
On Mar 30, 2015, at 8:15 PM, "Clara Allende [via Smalltalk]" <[hidden email] <http:///user/SendEmail.jtp?type=node&node=4816245&i=0>> wrote:
I am maintaining SmallUML. It is already running in pharo 4.0. But all help is welcomed. :) Maybe I can follow this up tomorrow (I don't have a cool internet access right now) Le 30 mars 2015 13:44, "Sean P. DeNigris" <<a href="x-msg://325/user/SendEmail.jtp?type=node&node=4816243&i=0" target="_top" rel="nofollow" link="external">[hidden email]> a écrit :
I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
------------------------------ If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... To unsubscribe from MinimalConnectors/SmallUML port to Pharo 4.0, click here. NAML <http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant...>
Cheers, Sean
------------------------------ View this message in context: Re: MinimalConnectors/SmallUML port to Pharo 4.0 <http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153...> Sent from the Pharo Smalltalk Developers mailing list archive <http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html> at Nabble.com.
Aaaaand I fixed everything (AFAIK) and now it loads just fine, and you can open the diagram browser: â So that's it for now, if you find something else that is not working, let me know. I haven't tested it very much (I'm at the office, and I should get back to scala now :P) Thanks a lot! Cheers Clari 2015-03-31 10:07 GMT-03:00 Clara Allende <clari.allende@gmail.com>:
Well so I fixed the configuration, now it loads on last Pharo4.0 image. I have an issue with a deprecated class that I will try to fix today.
2015-03-30 23:37 GMT-03:00 Clara Allende <clari.allende@gmail.com>:
Ah. Yeah. It probably needs an update, I will check it out. Thanks for
pointing that out! I need to find some extra time to dedicate to SmallUML. There were some ideas that we discussed while I was at RMoD, but back then I put my focus on bteakpoints and stuff. As I said, all help is most welcomed :)
Cheers! Le 30 mars 2015 21:58, "Sean P. DeNigris" <sean@clipperadams.com> a écrit :
Ugh. I followed the instructions at https://www.gitbook.com/book/clariallende/smalluml/details to a non-working version :/ But I'm glad it's working! Please put the config in meta repo for 4.0!!
On Mar 30, 2015, at 8:15 PM, "Clara Allende [via Smalltalk]" <[hidden email] <http:///user/SendEmail.jtp?type=node&node=4816245&i=0>> wrote:
I am maintaining SmallUML. It is already running in pharo 4.0. But all help is welcomed. :) Maybe I can follow this up tomorrow (I don't have a cool internet access right now) Le 30 mars 2015 13:44, "Sean P. DeNigris" <<a href="x-msg://325/user/SendEmail.jtp?type=node&node=4816243&i=0" target="_top" rel="nofollow" link="external">[hidden email]> a écrit :
I got them seeming to work and uploaded to http://smalltalkhub.com/mc/SeanDeNigris/SeansOutbox/main/ as I have access rights to neither repo.
NB I temporarily changed the repo in the configs to the one above, so that will have to be changed if the package versions are copied to the canonical repo
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
------------------------------ If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... To unsubscribe from MinimalConnectors/SmallUML port to Pharo 4.0, click here. NAML <http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant...>
Cheers, Sean
------------------------------ View this message in context: Re: MinimalConnectors/SmallUML port to Pharo 4.0 <http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153...> Sent from the Pharo Smalltalk Developers mailing list archive <http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html> at Nabble.com.
Clara Allende wrote
Aaaaand I fixed everything (AFAIK) and now it loads just fine
Thanks :) Clara Allende wrote
if you find something else that is not working, let me know
SUMLDiagramWhiteboard>>#showActionsMenu is sending a deprecated message. I fixed that and a bit more in the packages I mentioned... Also, there is a weird "-- all --" package being created in MC. ----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Cool, I'll check those out :) Thanks again! Cheers Clari 2015-03-31 12:03 GMT-03:00 Sean P. DeNigris <sean@clipperadams.com>:
Clara Allende wrote
Aaaaand I fixed everything (AFAIK) and now it loads just fine
Thanks :)
Clara Allende wrote
if you find something else that is not working, let me know
SUMLDiagramWhiteboard>>#showActionsMenu is sending a deprecated message. I fixed that and a bit more in the packages I mentioned... Also, there is a weird "-- all --" package being created in MC.
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Mar 30, 2015, at 8:57 PM, DeNigris Sean <sean@clipperadams.com> wrote:
I'm glad it's working! Please put the config in meta repo for 4.0!!
I am maintaining SmallUML. It is already running in pharo 4.0.
Oh and where can I download the working version in the mean time?
----- Cheers, Sean -- View this message in context: http://forum.world.st/MinimalConnectors-SmallUML-port-to-Pharo-4-0-tp4816153... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (5)
-
Ben Coman -
Clara Allende -
Peter Uhnák -
Sean P. DeNigris -
Serge Stinckwich