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.Workbench.html 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-Kie-Workbench-tp4027264.html Sent from the Drools: User forum mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
