You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(26) |
Feb
(28) |
Mar
(11) |
Apr
(2) |
May
|
Jun
(8) |
Jul
(7) |
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
(8) |
Apr
(8) |
May
(4) |
Jun
(4) |
Jul
(4) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(3) |
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ueli B. <uel...@bl...> - 2011-04-13 03:17:48
|
Hi Daniel SysML is an extension of EA based on MDG Technology. MDG Technology uses UML-Profiles with some extra stuff. For using UML2Exporter you need the UML-Profile of SysML as a model in EA. In the MDG definition file SysML.xml (or something like that) in the subfolder MDGTechnologies of your EA installation you will find all the information for the Profile. With the profile you will be able to export the SysML model of EA into an eclipse.UML model with a profile. After that you will be able to use Eclipse Xpand/Xtend to process the modell. I hope, this helps. Regards, Ueli From: Daniel Sent: Tuesday, April 12, 2011 10:58 AM To: com...@li... Subject: [Components4oaw-discussion] EA SysML Export Hello everybody, I wonder if it is possible to export SysML Diagrams with little modification to UML2Exporter. In a recent project I want to use MDG Technology for SysML ( http://www.sparxsystems.com/products/mdg/tech/sysml/index.html ) in combination with the oaw-Features of Eclipse. Any ideas? regards, Daniel -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo -------------------------------------------------------------------------------- _______________________________________________ Components4oaw-discussion mailing list Com...@li... https://lists.sourceforge.net/lists/listinfo/components4oaw-discussion |
From: Daniel <big...@gm...> - 2011-04-12 08:58:50
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body bgcolor="#ffffff" text="#000099"> Hello everybody,<br> <br> I wonder if it is possible to export SysML Diagrams with little modification to UML2Exporter. <br> In a recent project I want to use MDG Technology for SysML ( <a class="moz-txt-link-freetext" href="http://www.sparxsystems.com/products/mdg/tech/sysml/index.html">http://www.sparxsystems.com/products/mdg/tech/sysml/index.html</a> ) <br> in combination with the oaw-Features of Eclipse.<br> <br> Any ideas?<br> <br> regards,<br> Daniel<br> </body> </html> |
From: David C. <dav...@gm...> - 2011-04-01 11:48:42
|
Hi! As you know, in my project we are working with ea_uml2exporter since the last year, personally I've implemented support for the transformation of sequence diagram with relatively good results. Unfortunately the transformation process is very tricky (the EA metamodel sucks!), and it requires the user to take a lot of care and attention when modelling and building EAP files. In our scenario, it is not necessary to transform an entire EAP file, only a specific package and its descendants. For example, we have a model with packages like 'Analysis', 'Design', 'Testing' and so on. Ea_uml2exporter handles this situation perfectly, but unfortunately it is usual for some elements to have relations with other elements stored in other non-translated packages; eg., an element from the 'Design' package could appear in the 'Testing' package. This is problematic for us because it usually leads to problems in the transformation and inconsistencies in the resulting models. One possible solution is to force the EA users to take care of the entire model and transform the whole EAP file, but this isn't practical because EA is so broken that would require a tremendous amount of effort --too much effort considering that it is only needed a small subset of the model. Another possibility is to have completely isolated models, so no element from a package appears in another sibling package. Although acceptable, that solution is not desired because our team wants to keep a traceability for some elements in the model. Some time ago I saw in the repository some commits with the message 'GhostElements supported' and a feature request called 'Add support for ghost elements'[1], and I was very excited because that feature would help us with the problem I've described before. I was curious about that and I've reviewed the changes, but I'm not really sure on how it actually works or if it only a stub for a further implementation. What is the current support for ghost elements?, does it really work? I wouldn't mind to lend a hand in that task if necessary. I'm pretty sure I've said that before so many times, but thank you for your in developing ea_uml2exporter :-) Cheers! P.D.: I'm still insisting to my managers to contribute back the changes I've realized in ea_uml2exporter, with a little luck I think I would be allowed to done that soon. [1] https://sourceforge.net/tracker/?func=detail&aid=3032152&group_id=203960&atid=987694 -- David Castellanos Serrano LouiSE Research Group http://www.i3a.uclm.es/ http://www.uclm.es |
From: Andres J. <adr...@gm...> - 2011-02-23 23:03:03
|
Hi, currently i am trying to export a SOMF (Enterprise architect 8 supports SOMF with the MDG technology) model. But as each element has a stereotype i think i need to export the profile. The problem is that a dont know how to export this profile (i have not the diagram of the profile). what can i do in this case? thanks. -- Andrés |
From: David C. <dav...@gm...> - 2010-11-30 11:07:51
|
Hi! I have some problems with some profile transformations between EA and MDT-UML. Until now I've been working with ea_uml2exporter without problem, but I'm facing a problem I think I can't manage alone. The main references I've found are the docs located in SF download section [1], mainly "Installation_of_oAW_4.3.1_and_EA.pdf", "EA_and_oAW_Tutorial_1_v1.1.pdf" (both of them are quiet outdated), and the example workflows provided in ea_uml2exporter-2.0-RC3 bundle. Right now I'm trying to transform a model with an UML profile, so I'm working with the example "MyDSL" and replicating the steps described in the "EA and oAW" tutorial with an ea_uml2exporter-2.0-RC3/MWE based environment, but I'm having some problems. For example, I created a workflow for the profile transformation like this: <?xml version="1.0" encoding="UTF-8"?> <workflow> <property file="profile.properties" /> <bean class="org.eclipse.emf.mwe.utils.StandaloneSetup" platformUri=".."/> <bean class="org.eclipse.xtend.typesystem.uml2.Setup" standardUML2Setup="true" /> <component class="net.cmp4oaw.uml2export.mwe.EA_Xmi2ProfileExporter" > <EapFile value="${profile.eap_file}" /> <ModelFile value="${profile.dir}/${profile.name}.profile.uml" /> <PackageName value="${profile.package}" /> <Cleanup value="true" /> </component> </workflow> And it results in an apparently MDT-UML correct model. Then I use that model in the EAP file transformation, but the new resulting model isn't profiled. The same example works smoothly in ea_uml2exporter-1.7.2-RC1, but using oAW instead of MWE. I don't know where is the error, but I wouldn't be surprised if there is an error in my workflow definitions. My contents of my workflow.mwe file are: <?xml version="1.0" encoding="ISO-8859-1"?> <workflow> <property file="workflow.properties" /> <bean class="org.eclipse.emf.mwe.utils.StandaloneSetup" platformUri=".."/> <bean class="org.eclipse.xtend.typesystem.uml2.Setup" standardUML2Setup="true" /> <!-- Metamodel-Definition --> <bean id="EmfMM" class="org.eclipse.xtend.typesystem.emf.EmfMetaModel" metaModelPackage ="org.eclipse.emf.ecore.EcorePackage"/> <bean id="UmlMM" class="org.eclipse.xtend.typesystem.uml2.UML2MetaModel"/> <bean id="MyDSLMM" class="org.eclipse.xtend.typesystem.uml2.profile.ProfileMetaModel"> <profile value="Profile/MyDSL.profile.uml" /> </bean> <cartridge file="UML2Export.mwe" inheritAll="true"> <UML2Exporter.file value="Model/EA_Tutorial1.eap" /> <UML2Exporter.package value="Models/Project Model/ExamplePkg" /> <model.dir value="Model/" /> <model.file value="tutorial.uml" /> </cartridge> </workflow> And the corresponding Uml2Export.mwe file: <?xml version="1.0" encoding="ISO-8859-1"?> <workflow> <bean class="org.eclipse.emf.mwe.utils.StandaloneSetup" platformUri=".."/> <bean class="org.eclipse.xtend.typesystem.uml2.Setup" standardUML2Setup="true" /> <property name="UML2Exporter.Cleanup" value="true" /> <property name="UML2Exporter.ChangedOnly" value="flase" /> <property name="UML2Exporter.profilepackage" value="" /> <property name="UML2Exporter.convertUMLTypes" value="true" /> <component class="net.cmp4oaw.uml2export.mwe.EA_Xmi2Exporter" > <EapFile value="Model/EA_Tutorial1.eap" /> <ModelFile value="${model.dir}${model.file}" /> <PackageName value="${UML2Exporter.package}" /> <Profile value="${profile.file}" /> <PackageProfile name="${UML2Exporter.profilepackage}" value="${profile.name}" /> <ChangedOnly value="${UML2Exporter.ChangedOnly}" /> <convertUMLTypes value="${UML2Exporter.convertUMLTypes}" /> <Cleanup value="${UML2Exporter.Cleanup}"/> </component> </workflow> I've tried too with ea_uml2exporter-2.0-RC2 and it throws the following error in console: 10030 ERROR WorkflowRunner - [ERROR]: Error in loading profile [Profile/MyDSL.profile.uml]. java.lang.NullPointerException(Element: -UNKNOWN-; Reported by: -UNKNOWN-) I really don't know where the error is, or if it's a bug in ea_uml2exporter-2.0-RC3, an error in the definition of my workflows, etc. I would be very grateful if you could point me to my error. Thank you very much for your attention :-) Cheers, [1] http://sourceforge.net/projects/components4oaw/files/ -- David Castellanos Serrano LouiSE Research Group http://www.i3a.uclm.es/ http://www.uclm.es |
From: Ueli B. <uel...@bl...> - 2010-09-14 16:47:20
|
Hi Markus A employee of mine had implemented Maven build script vor eclipse.uml 3.0. If you have some time he can guide you to the solution for us. Pls contact me and I will give you his email address. Cheers, Ueli |
From: Ueli B. <uel...@bl...> - 2010-09-11 19:27:23
|
Hi David Thank you for your effort improving the export interface. You met the point! EA has a very simple metamodel which is not compatible with UML2. So far I concentrated me on static model parts and for those the architecture was sufficient. If you need new concepts in the exporter for model validation, we can discuss it. There exists no policy about contributing to the project. All you have to spend is time and good ideas. If you like to contribute as developer your are heartly welcom. So far I was almost alone. Regards, Ueli |
From: David C. <dav...@gm...> - 2010-09-11 18:43:56
|
Hi Ueli and others, I'm sorry not having shown signs of life before, but I was very busy at work with EA->UML2 sequence transformations. I'm very grateful that you coded some function stubs for me, they helped me a lot at first :-) Little by little I'm progressing in the implementation of transformation of sequence diagram, although I'm facing some problems. Fortunately component4oaw source code is quite clear and rational, unlike the EA Java library which is insane and UML2-MDT which is an enormous monster. The main problem I'm facing is the alignment between EA elements and UML2-MDT ones, because for example in order to transform an only one EA Connector it's necessary to create about 6-7 UML2-MDT elements. I had to create a second list of postponed elements for connectors, because sequence connectors must be processed in order, etc. I've found some situations were the visitor pattern (which is very useful for the structural part of the model) doesn't suit very well with the processing of the behavioural part, mainly because there are dependencies between EA elements at the time they are transformed into UML2-MDT entities. Currently I'm fighting with the parameters of sequence messages, which are stored by EA as plain text. I'm having to perform a tedious processing in order to create the corresponding UML2-MDT model. I'm missing some mechanism to validate a model or to issue errors in ea_com_interface, because although the structural part of a model is difficult to be invalid, the behavioural part could be invalid because EA doesn't validate many attributes. There is some work that I have to complete before releasing any patch, but I would like to know if there is some special policy about contributions to the project. Kind regards! David Castellanos 2010/9/11 Ueli Brawand <uel...@bl...>: > Hi Markus > > Our project doesn't make an progress. > > I'm waiting for POM file for version 3.0.0 of eclipse.uml and releated > packages. > Do you still work for this project or did you end with spending time for > this? > > Regards, Ueli > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > > _______________________________________________ > Components4oaw-discussion mailing list > Com...@li... > https://lists.sourceforge.net/lists/listinfo/components4oaw-discussion > > -- David Castellanos Serrano LouiSE Research Group http://www.i3a.uclm.es/ http://www.uclm.es |
From: Ueli B. <uel...@bl...> - 2010-09-11 15:22:19
|
Hi Markus Our project doesn't make an progress. I'm waiting for POM file for version 3.0.0 of eclipse.uml and releated packages. Do you still work for this project or did you end with spending time for this? Regards, Ueli |
From: Ueli B. <uel...@bl...> - 2010-07-13 16:49:05
|
Hi David You're right. Here is my answer as post. Ueli -------------------------------------------------- From: "Ueli Brawand" <uel...@bl...> Sent: Tuesday, July 13, 2010 1:21 PM To: "David Castellanos" <dav...@gm...> Subject: Re: [Components4oaw-discussion] Unable to configure a developmentenvironment for ea_tool_support > Hi David > > It seems, that maven could not find eaapi.jar. > > Normaly we checkout projects from svn of sf and run maven. > It's very hard to analyse your problem with so less information. > > For debugging in eclipse maven installation is not nessecary. Add all > required jar files to eclipse projects. > Pls be aware to work with Version 2 RC3. There are some changes in the > structure of the projects. > You need following projects: > ea_com_interface > ea_uml2writer > ea_uml2exporter4oaw > > Hope this helps. > > Regards, Ueli > > -------------------------------------------------- > From: "David Castellanos" <dav...@gm...> > Sent: Tuesday, July 13, 2010 9:53 AM > To: "components4oaw-discussion" > <com...@li...> > Subject: [Components4oaw-discussion] Unable to configure a > developmentenvironment for ea_tool_support > >> Hi! >> >> As I commented before, I'm interested in sequence and state-machines >> support in ea_toolsupport. I've managed to get some time to hack >> ea_toolsupport in order to develop support for such diagrams. I've >> been some days studying the source code, and now I would like to run >> the tests and play a little with the debugger prior to start coding. >> >> I had no experience with Maven, but I thought I had managed to >> correctly configure the develop environment. I'm using Eclipse and >> m2eclipse, and after a little research I have a workspace without >> errors. I had problems with the artifacts >> "com.sparxsystems:eaapi:jar:0.7.846" and >> "com.sparxsystems:ssjavacom:dll:0.7.846", but I think I solved it with >> the commands: >> >> mvn install:install-file -DgroupId=com.sparxsystems -DartifactId=eaapi >> -Dversion=0.7.846 -Dpackaging=jar -Dfile=/path/to/file >> mvn install:install-file -DgroupId=com.sparxsystems >> -DartifactId=ssjavacom -Dversion=0.7.846 -Dpackaging=dll >> -Dfile=/path/to/file >> >> If I execute the command "mvn compile" into the directory >> "ea_com_interface", the build is successful both in Eclipse and >> terminal. Unfortunately the command "mvn test" fails with 17 errors, >> and the logs show the error "java.lang.NoClassDefFoundError: Could not >> initialize class org.sparx.Repository". I've attached one of the XML >> log files. >> >> I have no idea why the tests are failing, and how I can solve that. >> Could someone comment on how you have configured your development >> environment?, I would be very grateful if some someone could help me >> with the problems I pointed before. >> >> Thank you very much :-) >> >> Cheers! >> >> David Castellanos >> >> -- >> David Castellanos Serrano >> LouiSE Research Group >> http://www.i3a.uclm.es/ >> http://www.uclm.es >> > > > >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > > > >> _______________________________________________ >> Components4oaw-discussion mailing list >> Com...@li... >> https://lists.sourceforge.net/lists/listinfo/components4oaw-discussion >> |
From: David C. <dav...@gm...> - 2010-07-13 07:53:29
|
Hi! As I commented before, I'm interested in sequence and state-machines support in ea_toolsupport. I've managed to get some time to hack ea_toolsupport in order to develop support for such diagrams. I've been some days studying the source code, and now I would like to run the tests and play a little with the debugger prior to start coding. I had no experience with Maven, but I thought I had managed to correctly configure the develop environment. I'm using Eclipse and m2eclipse, and after a little research I have a workspace without errors. I had problems with the artifacts "com.sparxsystems:eaapi:jar:0.7.846" and "com.sparxsystems:ssjavacom:dll:0.7.846", but I think I solved it with the commands: mvn install:install-file -DgroupId=com.sparxsystems -DartifactId=eaapi -Dversion=0.7.846 -Dpackaging=jar -Dfile=/path/to/file mvn install:install-file -DgroupId=com.sparxsystems -DartifactId=ssjavacom -Dversion=0.7.846 -Dpackaging=dll -Dfile=/path/to/file If I execute the command "mvn compile" into the directory "ea_com_interface", the build is successful both in Eclipse and terminal. Unfortunately the command "mvn test" fails with 17 errors, and the logs show the error "java.lang.NoClassDefFoundError: Could not initialize class org.sparx.Repository". I've attached one of the XML log files. I have no idea why the tests are failing, and how I can solve that. Could someone comment on how you have configured your development environment?, I would be very grateful if some someone could help me with the problems I pointed before. Thank you very much :-) Cheers! David Castellanos -- David Castellanos Serrano LouiSE Research Group http://www.i3a.uclm.es/ http://www.uclm.es |
From: David C. <dav...@gm...> - 2010-06-30 12:37:35
|
Hi! I'm a student a PhD student in the UCLM, and I'm involved in a project where I need to perform some M2T transformations from EA models. After googling a lot I've found the tool ea_toolsupport, and I thought I could use it to obtain an UML file which could be used as an input for Xpand for example. I've successfully followed the tutorials that are available in the download page. However, when I tried to export a EA model to EMF's UML metamodel I've faced a problem with the exportation process. I'm really interested in the exportation of behavioural diagrams from EA, for example the sequence or state-machine diagrams. Unfortunately I'm not able to export that kind of diagrams and the resulting UML file lacks them. I was only able to export structural items of the EA model, like classes and relations. What kind of behavioural diagrams are supported by ea_toolsupport?, are sequence and state-machines diagrams among them?, could you point me some documentation about this topic? Thank you very much for your attention :-) Cheers! -- David Castellanos Serrano LouiSE Research Group http://www.i3a.uclm.es/ http://www.uclm.es |
From: <uel...@bl...> - 2010-04-04 15:59:34
|
Hi Markus Long time since last activity on our project. What is current state of work building version 2.0 and deploying in maven repository? There is a request of a user. Cheers Ueli |
From: Markus K. <Mar...@oo...> - 2010-01-07 13:27:27
|
Hiya, I made a new release for the update site, please check http://components4oaw.sf.net/updatesite/milestone Things to note: + Currently there is only a version for the mwe workflow component available. + the ea_api.jar is included in the feature as a plugin? How do we want to deal with that in the future, as the version should match the version of the EA version installed. + the DLL is not included, maybe that will be possible. the updatesites sometimes are cached by Eclipse. Make sure that you get a 2010 qualifier, otherwise the standard itemis distro will complain about the MWE workflow. If you can't see it, try to click on "Group by categories" to switch it off. Feedback welcome! i.A. Markus Klink (Berater und Trainer) https://www.xing.com/profile/Markus_Klink -- oose Innovative Informatik GmbH Tower Falkenried-Piazza, Straßenbahnring 7, D-20251 Hamburg HRB 66648 Amtsgericht Hamburg, USt-Id DE191433946 Geschäftsführer Bernd Schröder-Oestereich, Christian Weiss Fon: +49 (40) 41 42 50-0, Fax: +49 (40) 41 42 50-50 Internet: www.oose.de <http://www.oose.de/> , E-Mail: of...@oo... <mailto:of...@oo...> Der Inhalt dieser E-Mail ist nur für den Empfänger und nicht zur Veröffentlichung oder unautorisierten Weitergabe bestimmt. |
From: Markus K. <Mar...@oo...> - 2009-12-29 11:18:25
|
Hi all, I am about to create an eclipse update site. I do not have a lot of experience doing it. Could you please try with http://components4oaw.sourceforge.net/updatesite/milestone and see if it works for you? I think I still have dependencies on features from mwe, etc. which are probably from milestone releases, so it might not work yet. I would be very interested to see which error reports you get. Please provide me with lots of details, so that I can follow that up. Thanks, i.A. Markus Klink (Berater und Trainer) https://www.xing.com/profile/Markus_Klink -- oose Innovative Informatik GmbH Tower Falkenried-Piazza, Straßenbahnring 7, D-20251 Hamburg HRB 66648 Amtsgericht Hamburg, USt-Id DE191433946 Geschäftsführer Bernd Schröder-Oestereich, Christian Weiss Fon: +49 (40) 41 42 50-0, Fax: +49 (40) 41 42 50-50 Internet: www.oose.de <http://www.oose.de/> , E-Mail: of...@oo... <mailto:of...@oo...> Der Inhalt dieser E-Mail ist nur für den Empfänger und nicht zur Veröffentlichung oder unautorisierten Weitergabe bestimmt. |
From: Markus K. <Mar...@oo...> - 2009-12-28 17:53:47
|
Can you give me a bit of time. I will create an eclipse update site and dump the maven generation, as it is too much hassle. Should be done by the first week of January. Markus ________________________________ Von: Ueli Brawand [mailto:uel...@bl...] Gesendet: Mittwoch, 23. Dezember 2009 20:09 An: components 4 oaw Betreff: [Components4oaw-discussion] Building of new release 2.0 Hi Markus Could you please build the new release 2.0 and send me a message if it's done? I want to release them in 2009. Regards, Ueli |
From: Ueli B. <uel...@bl...> - 2009-12-23 19:41:02
|
Hi Markus Could you please build the new release 2.0 and send me a message if it's done? I want to release them in 2009. Regards, Ueli |
From: Markus K. <Mar...@oo...> - 2009-11-24 11:34:32
|
Hi all, I generated a new website which contains all the new modules. I finally managed to find most of the dependencies in various maven repositories. However there is still a problem, particularily with the new MWE exporter. The tests mostly fail, and I currently do not have the time to look into the reasons. http://components4oaw.sourceforge.net/ea_uml2exporter4mwe/surefire-report.html It could well be that it is due to the particular versions of libraries which I use. I especially just noticed that I still use a mix of fornax dependencies and other versions: http://components4oaw.sourceforge.net/dependency-convergence.html Regards, Markus i.A. Markus Klink (Berater und Trainer) https://www.xing.com/profile/Markus_Klink -- oose Innovative Informatik GmbH Tower Falkenried-Piazza, Straßenbahnring 7, D-20251 Hamburg HRB 66648 Amtsgericht Hamburg, USt-Id DE191433946 Geschäftsführer Bernd Schröder-Oestereich, Christian Weiss Fon: +49 (40) 41 42 50-0, Fax: +49 (40) 41 42 50-50 Internet: www.oose.de <http://www.oose.de/> , E-Mail: of...@oo... <mailto:of...@oo...> Der Inhalt dieser E-Mail ist nur für den Empfänger und nicht zur Veröffentlichung oder unautorisierten Weitergabe bestimmt. |
From: Markus K. <Mar...@oo...> - 2009-10-10 09:24:31
|
Ueli, did you commit all files, particularily the EAP file used for tests. I have 2 failures in the test, which cannot find particular diagrams. Please verify and let me know, so that I can proceed with the release. i.A. Markus Klink (Berater und Trainer) https://www.xing.com/profile/Markus_Klink -- oose Innovative Informatik GmbH Tower Falkenried-Piazza, Straßenbahnring 7, D-20251 Hamburg HRB 66648 Amtsgericht Hamburg, USt-Id DE191433946 Geschäftsführer Bernd Schröder-Oestereich, Christian Weiss Fon: +49 (40) 41 42 50-0, Fax: +49 (40) 41 42 50-50 Internet: www.oose.de <http://www.oose.de/> , E-Mail: of...@oo... <mailto:of...@oo...> Der Inhalt dieser E-Mail ist nur für den Empfänger und nicht zur Veröffentlichung oder unautorisierten Weitergabe bestimmt. |
From: Ueli B. <uel...@be...> - 2009-10-09 15:45:09
|
Hi Markus Could you pls create a new Release (1.7.1) ? All resources are checked in. Regards, Ueli |
From: Markus K. <Mar...@oo...> - 2009-10-04 09:33:12
|
Hiya, mein Rechner ist momentan noch immer nicht ganz betriebsbereit, komischerweise stürzt svn stets ab, egal welchen Client ich verwende. Die Tags kannst du aber mit den üblichen SVN Kommandos auch selbst setzen. Maven ist dafür nicht erforderlich. Ich wäre dir sehr dankbar, wenn du das machen könntest, da ich zur Zeit stets auf Auswärtseinsätzen weile, und mich nicht so recht drum kümmern kann. Gruss Markus ________________________________ Von: Ueli Brawand [mailto:uel...@bl...] Gesendet: Samstag, 3. Oktober 2009 17:50 An: components 4 oaw Betreff: [Components4oaw-discussion] Label setzen Hallo Markus Im SVN-Verzeichnis sind die aktuellen Dateien noch nicht mit dem Label 1.7.0 versehen. Ich möchte gerne die neuesten Änderungen wieder ablegen. Bitte möglichst rasch erledigen. Gruss, Ueli |
From: Ueli B. <uel...@bl...> - 2009-10-03 15:50:24
|
Hallo Markus Im SVN-Verzeichnis sind die aktuellen Dateien noch nicht mit dem Label 1.7.0 versehen. Ich möchte gerne die neuesten Änderungen wieder ablegen. Bitte möglichst rasch erledigen. Gruss, Ueli |
From: Ueli B. <uel...@bl...> - 2009-09-18 20:33:18
|
Hi Markus An employee of us told me today that SVN repository doesn't contain a tag for release 1.7.0. Is this the case? --> please add one. I like to commit the next changes. Regards, Ueli |
From: Ueli B. <uel...@bl...> - 2009-09-07 17:56:02
|
Hi Markus Here are some input for Maven configuration from an employee of us. Regards, Ueli -------------------------------------------------- Hoi Ueli Maven technisch ist eigentlich alles in Ordnung. Auch sonst hat ein erster (nur 1. !) Test zu keinen Komplikationen geführt. Man muss sich einfach bewusst sein, dass die beiden Artefakte: - eaapi - ssjavacom nicht gefunden werden. Es sollte erklärt werden, dass diese beiden Files abhängig vom installierten EA sind. Das hat dann aber zur folge, dass man beim "anziehen" der Abhängigkeiten von components4oaw diese beiden Artefakte exkludiert werden müssen. Ich habe das so gelöst: <dependency> <groupId>net.components4oaw</groupId> <artifactId>ea_com_interface</artifactId> <version>${components4oaw-version}</version> <type>jar</type> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.sparxsystems</groupId> <artifactId>eaapi</artifactId> </exclusion> <exclusion> <groupId>com.sparxsystems</groupId> <artifactId>ssjavacom</artifactId> </exclusion> </exclusions> </dependency> Und dann meine "eigenen" Versionen definiere (wobei ea-version=0.7.832): <dependency> <groupId>com.sparxsystems</groupId> <artifactId>eaapi</artifactId> <version>${ea-version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sparxsystems</groupId> <artifactId>SSJavaCOM</artifactId> <version>${ea-version}</version> <type>dll</type> <scope>runtime</scope> </dependency> Grüsse Frank |
From: Markus K. <Mar...@oo...> - 2009-09-05 09:41:07
|
Hi, I prepared the 1.7.0 release of the artifacts. They can be found in the maven repository, http://components4oaw.sourceforge.net/m2/repository/net/components4oaw/ea_com_interface/1.7.0/ and here http://components4oaw.sourceforge.net/m2/repository/net/components4oaw/ea_toolsupport/1.7.0/ Please try if it works for you, i.A. Markus Klink (Berater und Trainer) https://www.xing.com/profile/Markus_Klink -- oose Innovative Informatik GmbH Tower Falkenried-Piazza, Straßenbahnring 7, D-20251 Hamburg HRB 66648 Amtsgericht Hamburg, USt-Id DE191433946 Geschäftsführer Bernd Schröder-Oestereich, Christian Weiss Fon: +49 (40) 41 42 50-0, Fax: +49 (40) 41 42 50-50 Internet: www.oose.de <http://www.oose.de/> , E-Mail: of...@oo... <mailto:of...@oo...> Der Inhalt dieser E-Mail ist nur für den Empfänger und nicht zur Veröffentlichung oder unautorisierten Weitergabe bestimmt. |