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 >> |