From: Miguel de M. <mig...@go...> - 2011-09-22 18:59:12
|
Ok, so only two additions to exist-core pom, and it builds. Only exificient needs to go in the repo. I have also added a build sequence to the parent pom. Can't commit as guest though ... ... <modules> <module>eXist-db/existdb-core</module> <module>eXist-db/existdb-web</module> <module>eXist-db/xquery-test</module> </modules> ... Changes to exist-core pom <!-- mdm: needs to go in eXists maven repository --> <dependency> <groupId>com.siemens.ct.exi</groupId> <artifactId>exificient</artifactId> <version>0.7</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> <version>1.6.2</version> </dependency> [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] eXist-db Core [INFO] eXist-db Webapp [INFO] eXist-db XQuery Test [INFO] eXist-db Platform ... [INFO] eXist-db Core ..................................... SUCCESS [38.444s] [INFO] eXist-db Webapp ................................... SUCCESS [41.885s] [INFO] eXist-db XQuery Test .............................. SUCCESS [2.279s] [INFO] eXist-db Platform ................................. SUCCESS [0.217s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:23.323s On 22/09/2011 19:14, "Miguel de Melo" <mig...@go...> wrote: > Thanks I found it now. I am trying to get the build going first, with the > local repository, and let you know all the missing dependencies that need to > go in exist’s maven repository. > > > On 22/09/2011 15:16, "Adam Retter" <ad...@ex...> wrote: > >> Hi Miguel, >> >> The Maven branch's pom.xml is a little out of date I am afraid. You can find >> the exificient.jar in lib/user - do you want me to put it up in our >> artifactory repo as an external jar? >> >> On 22 September 2011 14:54, Miguel de Melo <mig...@go...> wrote: >>> I have checked out the maven branch and have been trying to build and >>> discover other missing dependencies in the exist-core project. But can¹t for >>> the life of me find out where to get com.siemens.ct.exi from, required by >>> org.exist.util.serializer.EXISerializer >>> >>> Have found this dependency declaration, which looks at >>> http://repository.jboss.org/maven2/, discontinued since April 2010, and >>> replaced with https://repository.jboss.org/nexus where the dependency >>> doesn't exist. >>> >>> <dependency> >>> ? <groupId>com.siemens.ct.exi</groupId> >>> ? <artifactId>exificient</artifactId> >>> ? <version>0.7</version> >>> </dependency> >>> >>> Can anyone suggest where I can find a candidate jar to go on the exist maven >>> repository to satisfy this dependency ? >>> >>> Thanks >>> Miguel >>> >>> >>> >>> ---------------------------------------------------------------------------- >>> -- >>> All the data continuously generated in your IT infrastructure contains a >>> definitive record of customers, application performance, security >>> threats, fraudulent activity and more. Splunk takes this data and makes >>> sense of it. Business sense. IT sense. Common sense. >>> http://p.sf.net/sfu/splunk-d2dcopy1 >>> _______________________________________________ >>> Exist-development mailing list >>> Exi...@li... >>> https://lists.sourceforge.net/lists/listinfo/exist-development >> >> > |