Forums: Troubleshooting and Problems
Did you ever get an answer?
I am having very similar problems, reported them, but never got any answer.
If you know how one gets to the pom.xml for "net.pinnacle21.ops" (which seems to be the missing link), please let me know.
Matthew and Jozef,
Here you go! https://maven.community.pinnacle21.com/
Thanks,
Trevor
Product Manager
I'm trying to build Pinnacle21 from the source code available at: https://bitbucket.org/opencdisc/
I'm not having any success. I've tried following the directions available in the README.md file in the desktop folder but I'm still having problems. The build process is failing in a couple places but the parts that I'm not sure how to resolve are:
In the data-converter pom.xml:
<parent>
<groupId>net.pinnacle21.ops</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
</parent>
and
<dependency>
<groupId>org.opencdisc</groupId>
<artifactId>ipc-bridge</artifactId>
<version>${IpcBridgeVersion}</version>
</dependency>
In the clinicaltrials-miner:
<repository>
<id>pinnacle-deploy</id>
<name>pinnacle21-releases</name>
<url>https://pinnacle21.artifactoryonline.com/pinnacle21/libs-releases-local</url>
</repository>
Any help resolving these issues would greatly be appreciated. Thanks,