[rules-users] target directory checked in?

Geoffrey De Smet ge0ffrey.spam at gmail.com
Thu Dec 8 04:51:18 EST 2011


The directory drools-ruleml/target directory was committed into git:
  https://github.com/droolsjbpm/drools/commit/b0dd7d463f4840100c31b780e21d38a0bd89d87f

I saw it yesterday and fixed it:
   
https://github.com/droolsjbpm/drools/commit/61adf24d75bb867102ef3d5dd585eb49e8f58b82
   
https://github.com/droolsjbpm/drools/commit/845104196e5db4eb37dd7f7eea454a5cb0857039

Op 08-12-11 10:40, Michael Anstis schreef:
> Hmm...
>
> I just tried this, which worked a treat:-
>
> manstis at manstis-ThinkPad-T510 Desktop [] $ mkdir test
> manstis at manstis-ThinkPad-T510 Desktop [] $ cd ./test
> manstis at manstis-ThinkPad-T510 test [] $ git clone 
> git at 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 at 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 at manstis-ThinkPad-T510 test [] $ cd ./drools
> manstis at 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 at manstis-ThinkPad-T510 drools [master<>] $ cd ./drools-core/
> manstis at 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 at manstis-ThinkPad-T510 drools-core [master<>] $
>
> No target folders, no drools-ruleml folders.
>
> 2011/12/7 Laird Nelson <ljnelson at gmail.com <mailto:ljnelson at 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
>     <http://github.com/droolsjbpm/drools.git> (fetch)
>     origin    git://github.com/droolsjbpm/drools.git
>     <http://github.com/droolsjbpm/drools.git> (push)
>
>     I hope that helps.
>
>     Best,
>     Laird
>
>
>     On Tue, Dec 6, 2011 at 1:16 PM, Laird Nelson <ljnelson at gmail.com
>     <mailto:ljnelson at 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 at lists.jboss.org <mailto:rules-users at lists.jboss.org>
>     https://lists.jboss.org/mailman/listinfo/rules-users
>
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

-- 
With kind regards,
Geoffrey De Smet

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20111208/a3e08e25/attachment.html 


More information about the rules-users mailing list