Thanks ge0ffrey.
I hadn't seen drools-ruleml.....
Laird, sorry for the wild goose chase.
2011/12/8 Geoffrey De Smet <ge0ffrey.spam(a)gmail.com>
**
The directory drools-ruleml/target directory was committed into git:
https://github.com/droolsjbpm/drools/commit/b0dd7d463f4840100c31b780e21d3...
I saw it yesterday and fixed it:
https://github.com/droolsjbpm/drools/commit/61adf24d75bb867102ef3d5dd585e...
https://github.com/droolsjbpm/drools/commit/845104196e5db4eb37dd7f7eea454...
Op 08-12-11 10:40, Michael Anstis schreef:
Hmm...
I just tried this, which worked a treat:-
manstis@manstis-ThinkPad-T510 Desktop [] $ mkdir test
manstis@manstis-ThinkPad-T510 Desktop [] $ cd ./test
manstis@manstis-ThinkPad-T510 test [] $ git clone
git@github.com:droolsjbpm/drools.git
Cloning into drools...
remote: Counting objects: 155547, done.
remote: Compressing objects: 100% (42455/42455), done.
remote: Total 155547 (delta 89169), reused 155291 (delta 88934)
Receiving objects: 100% (155547/155547), 93.90 MiB | 115 KiB/s, done.
Resolving deltas: 100% (89169/89169), done.
manstis@manstis-ThinkPad-T510 test [] $ ll
total 12
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:24 ./
drwxr-xr-x 10 manstis manstis 4096 2011-12-08 09:23 ../
drwxr-xr-x 15 manstis manstis 4096 2011-12-08 09:36 drools/
manstis@manstis-ThinkPad-T510 test [] $ cd ./drools
manstis@manstis-ThinkPad-T510 drools [master<>] $ ll
total 84
drwxr-xr-x 15 manstis manstis 4096 2011-12-08 09:36 ./
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:24 ../
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-clips/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-compiler/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-core/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-decisiontables/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-distribution/
drwxr-xr-x 4 manstis manstis 4096 2011-12-08 09:36 drools-docs/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-examples/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-jsr94/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36
drools-persistence-jpa/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-ruleml/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-templates/
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 drools-verifier/
drwxr-xr-x 8 manstis manstis 4096 2011-12-08 09:36 .git/
-rw-r--r-- 1 manstis manstis 158 2011-12-08 09:36 .gitignore
-rw-r--r-- 1 manstis manstis 11358 2011-12-08 09:36 LICENSE-ASL-2.0.txt
-rw-r--r-- 1 manstis manstis 2428 2011-12-08 09:36 pom.xml
-rw-r--r-- 1 manstis manstis 536 2011-12-08 09:36 README.md
manstis@manstis-ThinkPad-T510 drools [master<>] $ cd ./drools-core/
manstis@manstis-ThinkPad-T510 drools-core [master<>] $ ll
total 28
drwxr-xr-x 3 manstis manstis 4096 2011-12-08 09:36 ./
drwxr-xr-x 15 manstis manstis 4096 2011-12-08 09:36 ../
-rw-r--r-- 1 manstis manstis 342 2011-12-08 09:36 build.properties
-rw-r--r-- 1 manstis manstis 183 2011-12-08 09:36 .gitignore
-rw-r--r-- 1 manstis manstis 7347 2011-12-08 09:36 pom.xml
drwxr-xr-x 4 manstis manstis 4096 2011-12-08 09:36 src/
manstis@manstis-ThinkPad-T510 drools-core [master<>] $
No target folders, no drools-ruleml folders.
2011/12/7 Laird Nelson <ljnelson(a)gmail.com>
> (I found a reply to this on Nabble; it never came through the email
> gateway, and Nabble won't let me reply directly using its interface.
> Anyhow, the replier wanted to know what Git URL I used since he said that
> drools-ruleml was not under the droolsjbpm umbrella.)
>
> I am a hopeless git newbie. Here's what I did to attempt to come up with
> that information:
>
> Laird-Nelsons-MacBook-Pro:drools-ruleml ljnelson$ git remote -v
> origin
git://github.com/droolsjbpm/drools.git (fetch)
> origin
git://github.com/droolsjbpm/drools.git (push)
>
> I hope that helps.
>
> Best,
> Laird
>
>
> On Tue, Dec 6, 2011 at 1:16 PM, Laird Nelson <ljnelson(a)gmail.com> wrote:
>
>> I just did a git pull on the drools repositories and noticed that at
>> least one of the projects has the target directory checked in. Was
>> this intentional?
>>
>> My apologies if this is a known issue or deliberate. It just struck me
>> as odd, that's all.
>>
>> Arbitrary excerpt:
>>
>> create mode 100644
>> drools-ruleml/target/test-classes/ruleml/translator/TestDataModel$Sell.class
>> create mode 100644
>> drools-ruleml/target/test-classes/ruleml/translator/TestDataModel.class
>> create mode 100644
>> drools-ruleml/target/test-classes/ruleml/translator/TestDrools2RuleML.class
>> create mode 100644
>> drools-ruleml/target/test-classes/ruleml/translator/TestRuleML2Drools.class
>> create mode 100644
>> drools-ruleml/target/test-classes/ruleml/translator/Util.class
>>
>> Best,
>> Laird
>>
>> --
>>
http://about.me/lairdnelson
>>
>
>
>
> --
>
http://about.me/lairdnelson
>
>
> _______________________________________________
> rules-users mailing list
> rules-users(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/rules-users
>
>
_______________________________________________
rules-users mailing
listrules-users@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/rules-users
--
With kind regards,
Geoffrey De Smet
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users