|
From: Ross Y. <ros...@em...> - 2019-03-26 15:38:45
|
I use IntelliJ with out issues. > On Mar 26, 2019, at 8:34 AM, Diana Susca <dia...@gm...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi > > I'm trying to create a development environment for quickfixj on eclipse. I cloned the repository, downloaded the sources, and ran the command: > mvn clean package -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin > just as suggested on the website. This part worked without any errors. > > Afterwards, I try to import the projects in eclipse. The projects are identified as maven projects and added to the workspace, but when compiling, after the import, it shows the error: > Could not find artifact org.quickfixj:quickfixj-codegenerator:jar:2.2.0-SNAPSHOT > Which does not allow quickfixj-core to build, which in turn does not allow any other projects to compile, since they all depend on the core project. > > I have tried a suggestion I found on the net, to run > mvn eclipse:eclipse to help build the eclipse projects but by the time it reaches the core engine project, it throws the same error: > [ERROR] Plugin org.quickfixj:quickfixj-codegenerator:2.2.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.quickfixj:quickfixj-codegenerator:jar:2.2.0-SNAPSHOT -> [Help 1] > > Can someone help me with the setup, please? > > Any help is greatly appreciated! > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- NOTICE: This communication may contain information that is privileged or confidential. It may be read and used solely by the intended recipient(s), and any review, use or distribution by others is STRICTLY PROHIBITED. If you are not the intended recipient, you are prohibited from disclosing, copying, distributing or using any of this information. If you received this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. No assurance is given that this e-mail or any attachments are free of viruses or other harmful code. |