Note that cloning and building droolsjbpm-tools is totally optional.
And if you do build it, you'll need to build it 3 times currently before
it succeeds
(was like that before the split-up already but really annoying), which I
'll look into fixing soon.
Op 14-02-11 14:37, Geoffrey De Smet schreef:
Another setting you should check:
The license header should start with /*, not /**.
and since we're 2011 now, eclipse users need to change 2010 into 2011
manually too.
Again, see README.txt for detailed instructions.
Op 14-02-11 14:25, Geoffrey De Smet schreef:
> The split-off of guvnor is done, the repository is ready to be used.
> See below how to get started.
>
> But before you get started, please *check these settings*:
>
> * *Do not include @author tags in new files*
> o For motivation see:
>
https://issues.jboss.org/browse/JBRULES-2869
> o All author tags have been stripped (done during split-up)
> * *Line endings are unix (\n)*
> o All files now have unix line endings (done during split-up)
> * *Do not use tab characters (\t)*
> o All flies now use spaces instead of tabs (done during
> split-up)
> * Encoding for all files (except property files) is UTF-8
> o Not changes during split-up
>
> For detailed instructions on how to configure this fast correctly,
> see the README.txt file, currently still at:
>
https://github.com/droolsjbpm/droolsjbpm/blob/master/README.txt#L118
>
>
> How to get started
> ============
>
> // Close eclipse/intellij
> cd ~/projects
> // Move the old repostory out of the way
> mv droolsjbpm monolitic-droolsjbpm
> // Make a directory to hold all the new repositories
> mkdir droolsjbpm
> cd droolsjbpm
> git clone git@github.com:droolsjbpm/guvnor.git guvnor
> git clone git@github.com:droolsjbpm/droolsjbpm-tools.git droolsjbpm-tools
> // As the split-up continues, you'll be able to add more repo's
> // Make a new workspace in Eclipse/IntelliJ
> // Add each of the new repo's as maven projects to that new workspace
>
>
> Temporary workaround during the next week
> ============================
>
> Because the split-up is still ongoing (not everything split up yet +
> the hudson jobs don't deploy snapshot yet),
> you 'll need to do this to get it to work, because the repo's still
> depend on the old parent pom for now:
>
> cd ~/projects
> // go the old repo and get it up to date
> cd monolitic-droolsjbpm
> git pull --rebase
> // Just build and install the parent pom
> mvn clean install -N
> cd ..
> cd droolsjbpm
> cd guvnor
> mvn clean install -DskipTests
> cd ..
> cd droolsjbpm-tools
> mvn clean install -DskipTests
>
>
> Status of split-up
> ===========
>
> Guvnor and droolsjbpm-tools are unfrozen and mostly ready.
> Integration is starting now, might take till tomorrow.
> Drools will be started Wednesday.
> droolsjbpm-knowledge and droolsjbpm-parent will be started later this
> week
> drools-planner has to be redone.
> droolsjbpm-dist will be started after those.
> General cleanup and improvements can run into next week.
> --
> With kind regards,
> Geoffrey De Smet
>
>
> _______________________________________________
> rules-dev mailing list
> rules-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/rules-dev
--
With kind regards,
Geoffrey De Smet
_______________________________________________
rules-dev mailing list
rules-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev