You want to sync the changes you’ve done with a remote git repo?
The WB has a git server. What you’ll need to do from command line is clone, so that you
have a local copy you can play with. That local copy you can then push to your remote
repo, you might need to reconfigure origin, in order to do so.
Mark
On 12 Dec 2013, at 23:34, anjana.ackroyd <anjana.ackroyd(a)gmail.com> wrote:
I was able to do all my steps successfully on the work bench , Cloned
my
repository, added a new project, package,drl file, build and deployed it.
I see wb created the repositories on my local machine which is good but I
dont see a way to push those changes to my cloned reposity
Git Push?
I am not even sure what branch of the cloned repository the work bench is
using
I noticed on this URL below there is recommendation to use the
./kie-config-cli.sh script to push changes
http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Work...
I downloaded the zip file from
https://github.com/droolsjbpm/kie-wb-distributions/tree/6.0.x
Ran the script from \kie-config-cli\src\main\dist but I get a error message
Exception in thread "main" java.lang.NoClassDefFoundError:
org/kie/config/cli/CmdMain
Caused by: java.lang.ClassNotFoundException: org.kie.config.cli.CmdMain
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: org.kie.config.cli.CmdMain. Program will
exit.
I was hoping there would be a way to push my changes from the Workbench UI
itself.
--
View this message in context:
http://drools.46999.n3.nabble.com/How-to-push-changes-to-cloned-repo-on-K...
Sent from the Drools: User forum mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users