To get maven 1.1 working correctly, I had to remove maven 1.0 (they don't seem to co-exist), and I think I blew away my maven repository. I remember having wierd problems straight after I upgraded. (I think I uninstalled maven 1.0).
Also, try maven drools:clean-build to make sure it cleans things up fresh, and see how that goes. Drools 3 will be using Maven2, which is so much nicer so far. It is all vanilla, no custom goals. Also, its ant script generation actually works ! (I was able to generate a ant build for someone, and they were able to use it). Drools 2.x is getting a little neglected now, as drools 3 is requiring a lot of time, so apologies for the still-slightly-clunky build process. On 2/3/06, André Ludwig <[EMAIL PROTECTED]> wrote: > > Dear all, > > I spend another day trying to get Drools built ... > The most part of the build process runs fine but still I get the error > message below. I tried Maven 1.1 on Eclipse 3.1 and also with Maven 2.0. > Checking out the sources from CVS went okay so all sources should be > there. > > Can anyone give a hint to solve the problem? > > Thanks in advance, > > André > > > C:\Programme\eclipse\workspace\drools>"C:\Programme\Apache Software > Foundation\Maven 1.1-beta-2\bin\maven" > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-2 > > build:start: > drools:set-excludes: > > > drools:default: > [echo] drools > drools:jar: > multiproject:projects-init: > [echo] Gathering project list > Starting the reactor... > Our processing order: > Drools :: Rete-OO Core > Drools :: Base Semantics Module > Drools :: Decision Tables Module > +---------------------------------------- > | Gathering project list Drools :: Rete-OO Core > | Memory: 3M/5M > +---------------------------------------- > +---------------------------------------- > | Gathering project list Drools :: Base Semantics Module > | Memory: 3M/5M > +---------------------------------------- > +---------------------------------------- > | Gathering project list Drools :: Decision Tables Module > | Memory: 3M/5M > +---------------------------------------- > > multiproject:goal: > Starting the reactor... > Our processing order: > Drools :: Rete-OO Core > Drools :: Base Semantics Module > Drools :: Decision Tables Module > +---------------------------------------- > | Executing drools:subproject-jar Drools :: Rete-OO Core > | Memory: 3M/5M > +---------------------------------------- > build:start: > drools:set-excludes: > > > drools:subproject-jar: > [echo] Jar exist. Skipping build module drools-core. > +---------------------------------------- > | Executing drools:subproject-jar Drools :: Base Semantics Module > | Memory: 4M/5M > +---------------------------------------- > > build:end: > > > BUILD FAILED > File...... C:\Dokumente und > Einstellungen\ALudwig\.maven\cache\maven-multiprojec > t-plugin-1.4.1\plugin.jelly > Element... maven:reactor > Line...... 218 > Column.... 9 > The build cannot continue because of the following unsatisfied dependency: > > drools-smf-.jar; path override doesn't exist: > C:\Programme\eclipse\workspace\drools\drools-base\..\target\drools- > smf-2.5-b > eta-2.jar > > Total time : 3 seconds > Finished at : Donnerstag, 2. Februar 2006 16:36:37 CET > > > C:\Programme\eclipse\workspace\drools> > > > > -----Ursprüngliche Nachricht----- > > Von: Michael Neale [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 1. Februar 2006 23:38 > > An: [email protected] > > Betreff: Re: [drools-dev] Problem with build > > > > Andre, which version of Maven are you using? I am using 1.1 and it is > OK. > > However, I did see this problem once before, and was never able to get > to > > the bottom of it. I then destroyed my pc, and on the new one I put > > maven 1.1and it hasn't happened since. > > > > > > > > On 2/2/06, André Ludwig <[EMAIL PROTECTED]> wrote: > > > > > > Thanks Mark, > > > > > > I checked out the whole drools project from CVS and there's the jci > jar > > in > > > the lib directory. > > > Also the properties file is unchanged. > > > I find it a bit strange that Maven tries to find the jci file in the > > > drools\drools-smf\..\lib\ folder instead of in drools\lib. Could this > be > > > the > > > problem? > > > > > > André > > > > > > > -----Ursprüngliche Nachricht----- > > > > Von: Mark Proctor [mailto:[EMAIL PROTECTED] > > > > Gesendet: Mittwoch, 1. Februar 2006 14:26 > > > > An: [email protected] > > > > Betreff: Re: [drools-dev] Problem with build > > > > > > > > looks like you haven't checked out the jci jar in the lib directory. > > > > Also double check correct names in the lib directory and the > > properties > > > > file. > > > > > > > > Mark > > > > André Ludwig wrote: > > > > > Hi everyone, > > > > > > > > > > I'm about to build Drools with Maven following the online > tutorial. > > > > > However when trying to build I always get the following error > > message: > > > > > > > > > > BUILD FAILED > > > > > File...... C:\Dokumente und > > > > > Einstellungen\ALudwig\.maven\cache\maven-multiproject-plugin- > > > > 1.3.1\plugin.je > > > > > lly > > > > > Element... maven:reactor > > > > > Line...... 217 > > > > > Column.... 9 > > > > > The build cannot continue because of the following unsatisfied > > > > dependency: > > > > > > > > > > jci-SNAPSHOT20051110.jar; path override doesn't exist: > > > > > C:\eclipse\workspace\drools\drools-smf\..\lib\commons-jci- > > > > SNAPSHOT20051110.j > > > > > ar > > > > > > > > > > Can anyone give me a hint what's the problem? > > > > > > > > > > Thanks a lot in advance! > > > > > > > > > > André > > > > > > > > > > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 01.02.2006 > > >
