|
From: Diana S. <dia...@gm...> - 2019-03-26 15:34:36
|
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! |