Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Ansgar Konermann
Am 14.04.2012 00:15 schrieb "Sean Su" : > > Just tried, and got the same error. Here is the full error log in case it helps: > > [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] > [ERROR] The build could not read 1 project -> [Help 1] > org.apache.ma

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Ansgar Konermann
Am 14.04.2012 00:18 schrieb "Sean Su" : > > I have "true" which may have caused the problem. That's alright. > trying without it. It's required, otherwise you won't be able to specify packaging "knowledge-module". Looking at error log... Ansgar > > > On Fri, Apr 13, 2012 at 6:15 PM, Sean Su

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Sean Su
Yes, that was the reason. I will provide more feedback along with the testing. Thanks Sean On Fri, Apr 13, 2012 at 6:18 PM, Sean Su wrote: > I have "true" which may have caused the problem. > trying without it. > > > On Fri, Apr 13, 2012 at 6:15 PM, Sean Su wrote: > >> Just tried, and got the

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Sean Su
I have "true" which may have caused the problem. trying without it. On Fri, Apr 13, 2012 at 6:15 PM, Sean Su wrote: > Just tried, and got the same error. Here is the full error log in case it > helps: > > [DEBUG] Looking up lifecyle mappings for packaging jar from > ClassRealm[plexus.core, paren

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Sean Su
Just tried, and got the same error. Here is the full error log in case it helps: [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [ERROR] The build could not read 1 project -> [Help 1] org.apache.maven.project.ProjectBuildingException: Some problems

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Ansgar Konermann
Hi Sean, thanks for giving it a try. Release 0.2.4 is horribly old. Latest release is 0.2.11. Could you retry with 0.2.11 and let me know how that works out? Best regards, Ansgar Am 14.04.2012 00:04 schrieb "Sean Su" : > Ansgar, > > I am able to connect to the repository and start to download t

Re: [rules-users] maven drools compiler (plugin)

2012-04-13 Thread Sean Su
Ansgar, I am able to connect to the repository and start to download the dependencies. However it failed with this error. Any idea? Caused by: org.sonatype.aether.resolution.VersionRangeResolutionException: No versions available for org.easytesting:fest-assert:jar:[1.4, 2.0) within specified rang

Re: [rules-users] maven drools compiler (plugin)

2012-04-10 Thread Ansgar Konermann
Am 06.04.2012 15:35, schrieb Sean Su: > Ansgar, I tried the plugin yesterday before sending the email to the > list but did not succeed. The problem, I believe, is the repository > specification inside my pom. Could you send it over so that I can be sure? Hi Sean, could you paste the respective r

Re: [rules-users] maven drools compiler (plugin)

2012-04-06 Thread Sean Su
Ansgar, I tried the plugin yesterday before sending the email to the list but did not succeed. The problem, I believe, is the repository specification inside my pom. Could you send it over so that I can be sure? Thanks Sean On Fri, Apr 6, 2012 at 2:32 AM, Geoffrey De Smet wrote: > ** > Hey Ansg

Re: [rules-users] maven drools compiler (plugin)

2012-04-06 Thread Wolfgang Laun
I have two comments in connection with this Maven plugin: * The documentation only mentions .drl as input. I can see that users will ask for (at leasT) .dsl/.dslr and .xls. * Type .dkm is introduced, but isn't this the same as ResourceType.PKG, for which the file type .pkg could have been used. O

Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Geoffrey De Smet
Hey Ansgar, Your plugin is by far the best maven plugin for drools out there. Nice work. Would you be interested in moving the code into https://github.com/droolsjbpm/droolsjbpm-tools next to drools-ant? Advantages: - It would be released together with the rest of the drools, using the lates

Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Ansgar Konermann
Am 05.04.2012 21:48 schrieb "Sean Su" : > > Hello, guys, > > I did some search online and it seems we do not have any official plugin that allows us to compile Drools rules as part of the maven build. There is already a jira issue for it: https://issues.jboss.org/browse/JBRULES-1273 Result so far

Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Davide Sottara
p://drools.46999.n3.nabble.com/rules-users-maven-drools-compiler-plugin-tp3888418p3888531.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] maven drools compiler (plugin)

2012-04-05 Thread Sean Su
Hello, guys, I did some search online and it seems we do not have any official plugin that allows us to compile Drools rules as part of the maven build. Is this the case or I have not found it yet? Thanks for the help. Sean -- "But beware of the Dark Side. Anger, fear, aggression - the Dark S

Re: [rules-users] maven repository for drools 5.2.0.Final

2012-03-16 Thread Esteban Aliverti
This is the repo you should use: https://repository.jboss.org/nexus/content/groups/public/ Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Fri, Mar 16, 2012 at 2:42 PM, Sujit Biswas wrote:

[rules-users] maven repository for drools 5.2.0.Final

2012-03-16 Thread Sujit Biswas
Hi I am trying to make use of drools 5.2.0.Final jars , I tried the following repository in the pom jboss-public-repository-group JBoss Public Repository Group http://repository.jboss.org/nexus/content/groups/public-jboss/ the above repository does seems

[rules-users] Maven Drools Plugin needs proper de-serialization support from DroolsStreamUtils

2011-09-26 Thread Ansgar Konermann
Hi all, I think I've found a bug in DroolsStreamUtils. It does not allow to deserialize a collection of KnowledgePackages with dependencies between the packages. In this case, it fails with ClassNotFoundException. Example: Package A contains a type declaration, package B contains a rule using thi

Re: [rules-users] maven-drools-plugin, anyone?

2011-03-10 Thread Geoffrey De Smet
Angar, I 've been looking at the code: great stuff, nice quality, nice work! We definitely want to pull the directory maven-drools-plugin of your git repository into the git repository droolsjbpm-tools, if you let us. A couple of notes: - Are the other modules (api-tests, cities-fact-model, ...)

Re: [rules-users] maven-drools-plugin, anyone?

2011-03-10 Thread Geoffrey De Smet
Op 10-03-11 09:27, Ansgar Konermann schreef: > Hi Geoffrey, > > On 10.03.2011 08:58, Geoffrey De Smet wrote: >> There's a jira for a maven-drools-plugin with possible requirements >> and I believe there already 2 implementations in the wild. >> >> IMHO: >> 1) It should be centralized into the

Re: [rules-users] maven-drools-plugin, anyone?

2011-03-10 Thread Ansgar Konermann
Hi Geoffrey, On 10.03.2011 08:58, Geoffrey De Smet wrote: > There's a jira for a maven-drools-plugin with possible requirements >and I believe there already 2 implementations in the wild. > > IMHO: > 1) It should be centralized into the droolsjbpm-tools repository. > Make a pull request on tha

Re: [rules-users] maven-drools-plugin, anyone?

2011-03-10 Thread Geoffrey De Smet
There's a jira for a maven-drools-plugin with possible requirements and I believe there already 2 implementations in the wild. IMHO: 1) It should be centralized into the droolsjbpm-tools repository. Make a pull request on that repository and I 'll peer review it. 2) The goals etc should follow m

Re: [rules-users] maven-drools-plugin, anyone?

2011-03-09 Thread Mauricio Salatino
I will take a look on that right now.. I was planning to do the same for some of my example projects. I will come back with some feedback! Greetings. On Wed, Mar 9, 2011 at 6:29 PM, Ansgar Konermann < ansgar.konerm...@googlemail.com> wrote: > Hi, > > I prepared a tiny drools compiler plugin for M

[rules-users] maven-drools-plugin, anyone?

2011-03-09 Thread Ansgar Konermann
Hi, I prepared a tiny drools compiler plugin for Maven 3. It currently contains the smallest feature-set which is potentially useful for my colleagues at work, so up to now it's no more than a starting point for my team. Nevertheless, I invite you to take a look at it, comment on it and sugges

Re: [rules-users] Maven builds for drools-flow

2010-11-27 Thread Brian Wallis
On 28/11/2010, at 2:03 PM, Brian Wallis wrote: > I'm trying to get a simple standalone drools-flow build working using maven > and cannot seem to resolve the dependencies. > > What are the dependencies for drools-flow? I've found mention of > drools-flow-core and drools-flow-compiler but they

[rules-users] Maven builds for drools-flow

2010-11-27 Thread Brian Wallis
I'm trying to get a simple standalone drools-flow build working using maven and cannot seem to resolve the dependencies. What are the dependencies for drools-flow? I've found mention of drools-flow-core and drools-flow-compiler but they are only available for 5.2.0 snapshot and I was wanting to

Re: [rules-users] Maven Plugin to build pkg files

2009-09-09 Thread Andrew Waterman
You might want to take a look at this JIRA on the subject: https://jira.jboss.org/jira/browse/JBRULES-1273 There's some nice attached source (contributed by Rainer Langbehn) that builds into a compiler plugin and examples. It seems to be working; no documentation, however. best wishes, And

Re: [rules-users] Maven Plugin to build pkg files

2009-09-02 Thread Bernd Rücker
s-boun...@lists.jboss.org] Im Auftrag von Miles, Eric Gesendet: Mittwoch, 2. September 2009 14:27 An: Rules Users List Betreff: Re: [rules-users] Maven Plugin to build pkg files Bernd, Something didn’t exist as of Drools 4.x (at least nothing official). With the latest release of Drools, the amount o

Re: [rules-users] Maven Plugin to build pkg files

2009-09-02 Thread Miles, Eric
[mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Bernd Rücker Sent: Monday, August 31, 2009 10:57 AM To: rules-users@lists.jboss.org Subject: [rules-users] Maven Plugin to build pkg files Hi all. I wonder if there exists a maven plugin to build pkg files out of the rule base during

[rules-users] Maven Plugin to build pkg files

2009-08-31 Thread Bernd Rücker
Hi all. I wonder if there exists a maven plugin to build pkg files out of the rule base during the maven packaging. Because we don’t use the Guvnor repository in this project and I want to package the pkg files with the overall ear. I searched a bit, but didn’t found anything… Okay, not hard

Re: [rules-users] maven repo

2008-05-09 Thread Edson Tirelli
I guess what you need is drools-core, drools-compiler, etc, not the drools pom. org.drools drools-core 4.0.7 []s Edson 2008/5/9 Ingomar Otter <[EMAIL PROTECTED]>: > >> >> It was updated during the release. Chec

[rules-users] maven repo

2008-05-09 Thread Ingomar Otter
It was updated during the release. Check it out: http://repository.jboss.com/maven2/org/drools/ []s Edson Strange, it does not work for me: [INFO] Using default encoding to copy filtered resources. Downloading: http://repository.jboss.com/maven2/org/drools/drools/4.0.7/drools-4.0.7.pom

Re: [rules-users] maven

2008-04-24 Thread Christine
> http://repository.jboss.com/maven2/org/drools/ Thanks! Christine ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] maven

2008-04-24 Thread Mark Proctor
Christine wrote: We use mvn in our project, but maven can only find drools-core up to version 3.0.4, is that correct? Should I create our own repository and put the drools jars there, or is there a way mvn can find them? Christine http://repository.jboss.com/maven2/org/drools/ ___

[rules-users] maven

2008-04-24 Thread Christine
We use mvn in our project, but maven can only find drools-core up to version 3.0.4, is that correct? Should I create our own repository and put the drools jars there, or is there a way mvn can find them? Christine ___ rules-users mailing list rules-us

[rules-users] Maven compilation mojo?

2008-03-07 Thread Eric Miles
Is there a Maven Drools compilation mojo, provided either by the Drools team or some open source project? If not, I have one that I'd be willing to submit. I think it's pretty slick and would only require a few tweaks to truly make it useful (hard coded to currently use XStream serialization). __