Serenity BDD Timeout Error - jbehave

I am running Serenity Jbehave Scripts with example table with 19 rows of values but the script is executing only 7 rows which are present in the example table and giving exception as below when executing the 8th row
The Stack trace from console is :
Example: {workspaceName=admin, menuName=Admin, menuOption=Parameter Maintenance, portletTitle=Parameter Maintenance}
Given login to CMS as colinw and colinw
Then I Navigate to admin Workspace
When I Select Parameter Maintenance Option from Admin Menu
Then I Verify Portlet Parameter Maintenance is Displayed
Then I Close the Portlet Parameter Maintenance
Then logout from CMS
Example: {workspaceName=admin, menuName=Admin, menuOption=Product Maintenance, portletTitle=Product Type}
Story stories/smoke/ShakeDownScript.story duration of 301 seconds has exceeded timeout of 300 seconds
(AfterStories)
[pool-2-thread-1] INFO net.thucydides.core.webdriver.SystemPropertiesConfiguration - project.build.directory : null
[pool-2-thread-1] INFO net.thucydides.core.webdriver.SystemPropertiesConfiguration - project.reporting.OutputDirectory : null
[pool-2-thread-1] INFO net.thucydides.core.webdriver.SystemPropertiesConfiguration - OutputDirectory : C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
Given login to CMS as colinw and colinw
Then I Navigate to admin Workspace
Generating reports view to 'C:\WCG Automation\CMS\CMS_Automation\target\jbehave' using formats '[stats, console, html, xml, serenityreporter, junitscenarioreporter]' and view properties '{decorateNonHtml=true}'
Reports view generated with 0 stories (of which 0 pending) containing 0 scenarios (of which 0 pending)
Tests run: 47, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 313.246 sec <<< FAILURE! - in wcg.cms.CMSTestSuite
wcg.cms.CMSTestSuite Time elapsed: 3.651 sec <<< ERROR!
java.lang.RuntimeException:org.jbehave.core.embedder.Embedder$RunningStoriesFailed: Failures in running stories:
stories/smoke/ShakeDownScript.story: java.util.concurrent.CancellationException
at org.jbehave.core.embedder.Embedder$ThrowingRunningStoriesFailed.handleFailures(Embedder.java:553)
at org.jbehave.core.embedder.Embedder.handleFailures(Embedder.java:238)
at org.jbehave.core.embedder.Embedder.runStoriesAsPaths(Embedder.java:216)
at net.serenitybdd.jbehave.embedders.ExtendedEmbedder.runStoriesAsPaths(ExtendedEmbedder.java:60)
at net.serenitybdd.jbehave.runners.SerenityReportingRunner.run(SerenityReportingRunner.java:175)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
Results :
Tests in error:
JUnit4Provider.invoke:128->executeTestSet:153->executeWithRerun:173->execute:283 ยป Runtime
Tests run: 47, Failures: 0, Errors: 1, Skipped: 0
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO]
[INFO] --- serenity-maven-plugin:1.1.36:aggregate (serenity-reports) # CMS_Automation ---
[INFO] LOADING LOCAL PROPERTIES FROM C:\WCG Automation\CMS\CMS_Automation\serenity.properties
[INFO] LOADING LOCAL PROPERTIES FROM C:\WCG Automation\CMS\CMS_Automation\serenity.properties
[INFO] LOADING LOCAL PROPERTIES FROM C:\WCG Automation\CMS\CMS_Automation\serenity.properties
[INFO] webdriver.base.url=http://nssrvdfsdev01/calms2cms/
[INFO] serenity.project.name=Automation Testing
[INFO] webdriver.timeouts.implicitlywait=60000
[INFO] project.build.directory : C:\WCG Automation\CMS\CMS_Automation
[INFO] project.reporting.OutputDirectory : null
[INFO] OutputDirectory : C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
[INFO] current_project.base.dir: C:\WCG Automation\CMS\CMS_Automation
Generating HTML Story Reports from C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
Generating HTML Story Reports to C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
[INFO] project.build.directory : C:\WCG Automation\CMS\CMS_Automation
[INFO] project.reporting.OutputDirectory : null
[INFO] OutputDirectory : C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
Merging requirements = [Requirement{name='Smoke', type='feature' parent = 'null', cardNumber='null'}]
Merging requirements = []
Merged requirements set = [Requirement{name='Smoke', type='feature' parent = 'null', cardNumber='null'}]
[INFO] REPORTS GENERATED IN C:\WCG Automation\CMS\CMS_Automation\target\site\serenity
[INFO] REPORT HOME PAGE: C:\WCG Automation\CMS\CMS_Automation\target\site\serenity\index.html
[INFO] Generating release reports for: []
GENERATE CUSTOM REPORTS
[INFO]
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) # CMS_Automation ---
[INFO] Failsafe report directory: C:\WCG Automation\CMS\CMS_Automation\target\failsafe-reports
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Sample Serenity project using JBehave and WebDriver
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:25 min
[INFO] Finished at: 2016-08-22T17:26:18+05:30
[INFO] Final Memory: 37M/416M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (default) on project CMS_Automation: There are test failures.
[ERROR]
[ERROR] Please refer to C:\WCG Automation\CMS\CMS_Automation\target\failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
it appears that story execution is exceeding the timeout of 300 seconds . is there any way so that we can reset the 300 seconds to 600 seconds in the framework

The solution is quite simple.
I found a related question and answer here.
You can either run the tests with an extra argument like:
mvn clean verify -DstoryTimeoutInSecs=600
Or put a property in the serenity.properties file (which should be in the root of your project if you have it) like this:
story.timeout.in.secs=600

Related

Salesforce test suit failing in azure devops release pipeline

My azure release pipeline is working fine when I run individual salesforce test suit image 1 attached. But when I combine multiple salesforce test suit into under "variables" section in azure release pipeline, it getting failed image 2 attached
Logs image attached for the reference [Note - XXX is mentioned to hide the sensitive items) image 3 attached. Version are mentioned clearly in pom.xml so no issue there. Any help on this highly appreciable.
Log added here as requested by Dan in comments section.
2021-09-22T12:46:11.7887285Z Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
2021-09-22T12:46:11.7887560Z
2021-09-22T12:46:11.8032623Z [INFO] ------------------------------------------------------------------------
2021-09-22T12:46:11.8033084Z [INFO] Reactor Summary:
2021-09-22T12:46:11.8033498Z [INFO]
2021-09-22T12:46:11.8033912Z [INFO] xxxx.salesforce.regression 1.0 ..................... SUCCESS [ 1.050 s]
2021-09-22T12:46:11.8041862Z [INFO] xxxx.regression.core 0.0.1-SNAPSHOT ................ SUCCESS [ 1.425 s]
2021-09-22T12:46:11.8047350Z [INFO] xxxx.salesforce.regression.api 0.0.1-SNAPSHOT ...... SUCCESS [ 6.110 s]
2021-09-22T12:46:11.8049728Z [INFO] xxxx.salesforce.regression.framework 0.0.1-SNAPSHOT SUCCESS [ 17.345 s]
2021-09-22T12:46:11.8055798Z [INFO] xxxx.salesforce.regression.script 0.0.1-SNAPSHOT ... FAILURE [01:17 min]
2021-09-22T12:46:11.8060546Z [INFO] ------------------------------------------------------------------------
2021-09-22T12:46:11.8061249Z [INFO] BUILD FAILURE
2021-09-22T12:46:11.8068152Z [INFO] ------------------------------------------------------------------------
2021-09-22T12:46:11.8072043Z [INFO] Total time: 01:43 min
2021-09-22T12:46:11.8077042Z [INFO] Finished at: 2021-09-22T08:46:11-04:00
2021-09-22T12:46:11.8079514Z [INFO] ------------------------------------------------------------------------
2021-09-22T12:46:11.8121567Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project xxxx.salesforce.regression.script:
Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an error in the forked process
2021-09-22T12:46:11.8123247Z [ERROR] java.lang.RuntimeException: Unable to load category: RegressionBrokerCommunityCensusScripts
2021-09-22T12:46:11.8132417Z [ERROR] at org.apache.maven.surefire.group.match.SingleGroupMatcher.loadGroupClasses(SingleGroupMatcher.java:139)
2021-09-22T12:46:11.8135200Z [ERROR] at org.apache.maven.surefire.group.match.JoinGroupMatcher.loadGroupClasses(JoinGroupMatcher.java:49)
2021-09-22T12:46:11.8139427Z [ERROR] at org.apache.maven.surefire.common.junit48.FilterFactory.createGroupFilter(FilterFactory.java:100)
2021-09-22T12:46:11.8144812Z [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.createJUnit48Filter(JUnitCoreProvider.java:279)
2021-09-22T12:46:11.8169178Z [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:130)
2021-09-22T12:46:11.8170407Z [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
2021-09-22T12:46:11.8171319Z [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
2021-09-22T12:46:11.8171999Z [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
2021-09-22T12:46:11.8176714Z [ERROR] Caused by: java.lang.ClassNotFoundException: RegressionBrokerCommunityCensusScripts
2021-09-22T12:46:11.8177403Z [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
2021-09-22T12:46:11.8191357Z [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2021-09-22T12:46:11.8191846Z [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2021-09-22T12:46:11.8210436Z [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2021-09-22T12:46:11.8212191Z [ERROR] at org.apache.maven.surefire.group.match.SingleGroupMatcher.loadGroupClasses(SingleGroupMatcher.java:135)
2021-09-22T12:46:11.8212992Z [ERROR] ... 7 more
2021-09-22T12:46:11.8213257Z [ERROR]
2021-09-22T12:46:11.8213629Z [ERROR] -> [Help 1]
2021-09-22T12:46:11.8214006Z [ERROR]
2021-09-22T12:46:11.8214686Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2021-09-22T12:46:11.8215594Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2021-09-22T12:46:11.8216175Z [ERROR]
2021-09-22T12:46:11.8218205Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2021-09-22T12:46:11.8219550Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
2021-09-22T12:46:11.8220244Z [ERROR]
2021-09-22T12:46:11.8221416Z [ERROR] After correcting the problems, you can resume the build with the command
2021-09-22T12:46:11.8224889Z [ERROR] mvn <args> -rf :xxxx.salesforce.regression.script
2021-09-22T12:46:12.1235561Z The process 'D:\Tools\apache-maven-3.6.3\bin\mvn.cmd' failed with exit code 1
2021-09-22T12:46:12.1239927Z Could not retrieve code analysis results - Maven run failed.
2021-09-22T12:46:13.8305598Z No test result files matching D:\agents\A5\_wk\r4\a\**\surefire-reports\TEST-*.xml were found, so publishing JUnit test results is being skipped.
2021-09-22T12:46:13.8351432Z ##[error]Build failed.

SBT ScalaTest not showing any error details

I am running test cases after change code in business logic. I run test case, but it failing by simply saying NullPoinerException. But it not showing any detais about the issue. It is that:
> it:testOnly com.company.project.Module.write.AlertModuleSpraySpec -F
[trace] Stack trace suppressed: run last project-Module-read/it:testOnly for the full output.
[error] Could not run test com.company.project.Module.write.AlertModuleSpraySpec: java.lang.NullPointerException
[info] Run completed in 1 second, 973 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 0, aborted 0
[info] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[error] Error during tests:
[error] com.company.project.Module.write.AlertModuleSpraySpec
[error] (project-Module-read/it:testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 2 s, completed 28 Nov, 2016 2:04:45 PM

How can I fix evicted libraries and ambiguous reference error in Scala (Akka 2.4.0)?

I have code that uses the new Akka 2.4.0. Apparently I've got some libs that are compiled with earlier versions, so I get the warnings/errors shown.
Most problematic, I get an ambiguous reference problem shown below.
OK, so the compiler is warning me (I think) that it's bumped older Akka versions in favor of 2.4.0, then it's confused about akka.pattern.ask.
What should I do about it?
My output is below:
> test:compile
[info] Compiling 5 Scala sources to /Users/wmy965/git/hello/common/target/scala-2.11/test-classes...
[error] /Users/wmy965/git/hello/common/src/test/scala/common.test.service/FacilitiesTests.scala:16: ambiguous reference to overloaded definition,
[error] both method ask in trait AskSupport of type (actorSelection: akka.actor.ActorSelection, message: Any, sender: akka.actor.ActorRef)(implicit timeout: akka.util.Timeout)scala.concurrent.Future[Any]
[error] and method ask in trait AskSupport of type (actorSelection: akka.actor.ActorSelection, message: Any)(implicit timeout: akka.util.Timeout)scala.concurrent.Future[Any]
[error] match expected type ?
[error] import akka.pattern.ask._
[error] ^
[error] /Users/wmy965/git/hello/common/src/test/scala/common.test.service/FacilitiesTests.scala:43: value ? is not a member of akka.actor.ActorRef
[error] Error occurred in an application involving default arguments.
[error] val result = Misc.await(harness.facilities.mongoControl ? MongoAction({ mongo =>
[error] ^
[error] two errors found
[error] (common/test:compileIncremental) Compilation failed
[error] Total time: 1 s, completed Oct 23, 2015 5:57:17 PM
> evicted
[info] Updating {file:/Users/wmy965/git/hello/}hello...
[info] Updating {file:/Users/wmy965/git/hello/}common...
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.4 ...
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * com.typesafe.akka:akka-actor_2.11:(2.3.12, 2.3.7) -> 2.4.0 (caller: com.cof:common_2.11:reactive2_a6d8f9, com.typesafe.akka:akka-stream-experimental_2.11:1.0, co.blocke:laterabbit_2.11:0.3, com.typesafe.akka:akka-slf4j_2.11:2.4.0, com.thenewmotion.akka:akka-rabbitmq_2.11:1.2.4)
[info] Here are other libraries that were evicted:
[info] * org.slf4j:slf4j-api:(1.7.7, 1.6.0) -> 1.7.12 (caller: com.bionicspirit:shade_2.11:1.7.Z, org.mongodb:casbah-core_2.11:2.8.2, org.mongodb:casbah-gridfs_2.11:2.8.2, org.slf4j:slf4j-simple:1.7.7, com.typesafe.akka:akka-slf4j_2.11:2.4.0, org.mongodb:casbah-commons_2.11:2.8.2, org.mongodb:casbah-query_2.11:2.8.2)
[info] * org.mongodb:casbah_2.11:2.8.0 -> 2.8.2 (caller: com.cof:common_2.11:reactive2_a6d8f9, co.blocke:scalajack_mongo_2.11:4.4.1)
[info] * org.scala-lang:scala-reflect:2.11.0 -> 2.11.7 (caller: co.blocke:scalajack_2.11:4.4.1, org.monifu:monifu-core_2.11:0.7.0)
[info] * org.joda:joda-convert:1.2 -> 1.7 (caller: com.github.nscala-time:nscala-time_2.11:1.0.0, co.blocke:scalajack_2.11:4.4.1)
[info] * org.scala-lang:scala-library:(2.11.0, 2.11.5, 2.11.4) -> 2.11.7 (caller: com.bionicspirit:shade_2.11:1.7.Z, com.github.nscala-time:nscala-time_2.11:1.0.0, com.typesafe.akka:akka-http-experimental_2.11:1.0, com.typesafe.akka:akka-stream-experimental_2.11:1.0, co.blocke:laterabbit_2.11:0.3, org.mongodb:casbah-gridfs_2.11:2.8.2, co.blocke:scalajack_2.11:4.4.1, com.typesafe.akka:akka-slf4j_2.11:2.4.0, org.monifu:monifu-core_2.11:0.7.0, org.mongodb:casbah-core_2.11:2.8.2, com.cof:common_2.11:reactive2_a6d8f9, com.typesafe.akka:akka-http-core-experimental_2.11:1.0, com.typesafe.akka:akka-actor_2.11:2.4.0, org.scala-lang:scala-reflect:2.11.7 (), org.mongodb:casbah_2.11:2.8.2, com.typesafe.akka:akka-parsing-experimental_2.11:1.0, org.mongodb:casbah-commons_2.11:2.8.2, org.mongodb:casbah-query_2.11:2.8.2, co.blocke:scalajack_mongo_2.11:4.4.1, com.thenewmotion.akka:akka-rabbitmq_2.11:1.2.4)
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[success] Total time: 1 s, completed Oct 23, 2015 5:57:30 PM
To avoid ambiguity, you can either add sender() or ActorRef.noSender - depends on the context. Or add a timeout mongoControl.ask(MongoAction({...}))(1.second)

Execute multiple Scalatests in sbt

I have multiple IntelliJ (Scala) modules that have build.sbt file and scalatest code.
I also created ScalaTest configurations for each of them.
I can run the test one by one from the execution of sbt test.
Is it possible to execute all the tests at once? I can think of making a Python/Bash script, but I wonder if there is a simple way to do it.
for d in dirs:
execute("sbt test")
ADDED
From Alexey Romanov's answer, I created a build.sbt in the root directory with the following content
lazy val root = (project in file(".")).aggregate(context, contextProcessor)
lazy val context = project
lazy val contextProcessor = project
Then, I executed set test to make all the tests run.
[info] ContextTest:
[info] - Create context
[info] - Create context 2
[info] Run completed in 195 milliseconds.
[info] Total number of tests run: 2
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 2, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[info] Compiling 1 Scala source to /Users/smcho/Desktop/code/ContextSharingSimulation/contextProcessor/target/scala-2.11/test-classes...
[info] DatabaseTest:
[info] - Create test
[info] - Create test2
[info] Run completed in 147 milliseconds.
[info] Total number of tests run: 2
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 2, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 5 s, completed Aug 12, 2015 3:03:41 PM
Reference - http://www.scala-sbt.org/0.13.5/docs/Getting-Started/Multi-Project.html
; <module1>/test; <module2>/test; <module3>/test
Or create an aggregate project:
// in build.sbt
lazy val root = (project in file(".")).
aggregate(<module1>, ...)
Now you can just run sbt test. Actually, it should already be there by default:
If a project is not defined for the root directory in the build, sbt creates a default one that aggregates all other projects in the build.

Failed to execute goal jbpm-console-ng-showcase error=206 filename or extension is too long

i am trying to develop jbpm6 using maven..i am using maven 3.0.5 version in windows platform.i used https://github.com/droolsjbpm/jbpm-console-ng link to get the source code.when i try to "mvn clean install" in most of modules in my project they build successfully.
but in one module i have problems face...
when i try to "mvn clean install" it, it gives below error,
[INFO] --- gwt-maven-plugin:2.5.0:compile (gwt-compile) # jbpm-console-ng-showcase ---
[WARNING] Declared compileSourcesArtifact was not found in project dependencies org.drools:drools-wb-workitems-editor-api:jar
[WARNING] Declared compileSourcesArtifact was not found in project dependencies org.drools:drools-wb-workitems-editor-client:jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.465s
[INFO] Finished at: Wed Apr 30 12:48:31 IST 2014
[INFO] Final Memory: 66M/474M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.5.0:compile (gwt-compile) on project jbpm-console-ng-showcase: Failed to execute command line :
[ERROR] [-Xmx2048m, -XX:MaxPermSize=256m, -Djetty.custom.sys.classes=bitronix;javax.transaction, -Dorg.kie.demo=true, -Dorg.kie.clean.onstartup=true, -classpath, C:\Users\AKILA\.m2\repository\com\google\gwt\gwt-user\2.5.0\gwt-user-2.5.0.jar;C:\Users\AKILA\.m2\repository\com\google\gwt\gwt-dev\2.5.0\
gwt-dev-2.5.0.jar;C:\Users\AKILA\workspace\jbpm-console-ng-r6.0.1.Final\jbpm-console-ng-showcase\target\classes;C:\Users\AKILA\workspace\jbpm-console-ng-r6.0.1.Final\jbpm-console-ng-showcase\src\main\java;C:\Users\AKILA\workspace\jbpm-console-ng-r6.0.1.Final\jbpm-console-ng-showcase\src\main\resourc
es;C:\Users\AKILA\.m2\repository\org\kie\kie-ci\6.0.1.Final\kie-ci-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\drools\drools-core\6.0.1.Final\drools-core-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\drools\drools-compiler\6.0.1.Final\drools-compiler-6.0.1.Final.jar;C:\Users\AKILA\.m2\repo
sitory\org\antlr\antlr-runtime\3.5\antlr-runtime-3.5.jar;C:\Users\AKILA\.m2\repository\org\eclipse\jdt\core\compiler\ecj\3.7.2\ecj-3.7.2.jar;C:\Users\AKILA\.m2\repository\org\apache\maven\maven-core\3.0.5\maven-core-3.0.5.jar;C:\Users\AKILA\.m2\repository\org\apache\maven\maven-settings\3.0.5\maven-
settings-3.0.5.jar;C:\Users\AKILA\.m2\repository\org\apache\maven\maven-settings-builder\3.0.5\maven-settings-builder-3.0.5.jar;C:\Users\AKILA\.m2\repository\org\apache\maven\maven-repository-metadata\3.0.5\maven-repository-metadata-3.0.5.jar;C:\Users\AKILA\.m2\repository\org\apache\maven\maven-arti
let\jse\org.restlet\2.1.4\org.restlet-2.1.4.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-commons\0.3.1.Final\uberfire-commons-0.3.1.Final.jar;C:\Users\AKILA
\.m2\repository\org\jboss\errai\errai-jboss-as-support\2.4.3.Final\errai-jboss-as-support-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-bus\2.4.3.Final\errai-bus-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-config\2.4.3.Final\errai-config-2.4.3.Final.jar;
C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-marshalling\2.4.3.Final\errai-marshalling-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\com\google\inject\guice\3.0\guice-3.0.jar;C:\Users\AKILA\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Users\AKILA\.m2\repository\org\javass
ist\javassist\3.15.0-GA\javassist-3.15.0-GA.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\io\netty\netty\4.0.0.Alpha1.errai.r1\netty-4.0.0.Alpha1.errai.r1.jar;C:\Users\AKILA\.m2\repository\com\google\guava\guava\13.0.1\guava-13.0.1.jar;C:\Users\AKILA\.m2\repository\org\jgroups\jgroups\3.2.10.Fin
al\jgroups-3.2.10.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-ioc\2.4.3.Final\errai-ioc-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-codegen\2.4.3.Final\errai-codegen-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-codegen-gwt\2.4.3.Final\
errai-codegen-gwt-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-cdi-client\2.4.3.Final\errai-cdi-client-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-ioc-bus-support\2.4.3.Final\errai-ioc-bus-support-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\
errai\errai-javax-enterprise\2.4.3.Final\errai-javax-enterprise-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-weld-integration\2.4.3.Final\errai-weld-integration-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-cdi-jetty\2.4.3.Final\errai-cdi-jetty-2.4.3.Fina
l.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-ui\2.4.3.Final\errai-ui-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\org\jsoup\jsoup\1.7.1\jsoup-1.7.1.jar;C:\Users\AKILA\.m2\repository\org\apache\stanbol\org.apache.stanbol.enhancer.engines.htmlextractor\0.10.0\org.apache.stanbol.enhancer.
engines.htmlextractor-0.10.0.jar;C:\Users\AKILA\.m2\repository\org\apache\clerezza\rdf.core\0.12-incubating\rdf.core-0.12-incubating.jar;C:\Users\AKILA\.m2\repository\org\apache\clerezza\utils\0.1-incubating\utils-0.1-incubating.jar;C:\Users\AKILA\.m2\repository\org\apache\httpcomponents\httpcore\4.
1\httpcore-4.1.jar;C:\Users\AKILA\.m2\repository\org\wymiwyg\wymiwyg-commons-core\0.7.6\wymiwyg-commons-core-0.7.6.jar;C:\Users\AKILA\.m2\repository\commons-logging\commons-logging-api\1.1\commons-logging-api-1.1.jar;C:\Users\AKILA\.m2\repository\org\lesscss\lesscss\1.3.3\lesscss-1.3.3.jar;C:\Users\
AKILA\.m2\repository\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\AKILA\.m2\repository\org\mozilla\rhino\1.7R4\rhino-1.7R4.jar;C:\Users\AKILA\.m2\repository\org\jboss\errai\errai-data-binding\2.4.3.Final\errai-data-binding-2.4.3.Final.jar;C:\Users\AKILA\.m2\repository\com\goog
le\guava\guava-gwt\14.0.1\guava-gwt-14.0.1.jar;C:\Users\AKILA\.m2\repository\com\h2database\h2\1.3.168\h2-1.3.168.jar;C:\Users\AKILA\.m2\repository\org\hibernate\hibernate-entitymanager\4.2.0.SP1\hibernate-entitymanager-4.2.0.SP1.jar;C:\Users\AKILA\.m2\repository\org\jboss\logging\jboss-logging\3.1.
2.GA\jboss-logging-3.1.2.GA.jar;C:\Users\AKILA\.m2\repository\org\jboss\spec\javax\transaction\jboss-transaction-api_1.1_spec\1.0.1.Final\jboss-transaction-api_1.1_spec-1.0.1.Final.jar;C:\Users\AKILA\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar;C:\Users\AKILA\.m2\repository\org\hibernate\common\
hibernate-commons-annotations\4.0.1.Final\hibernate-commons-annotations-4.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\hibernate\hibernate-core\4.2.0.SP1\hibernate-core-4.2.0.SP1.jar;C:\Users\AKILA\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar;C:\Users\AKILA\.m2\repository\org\hibernate\hibern
ate-validator\4.3.1.Final\hibernate-validator-4.3.1.Final.jar;C:\Users\AKILA\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Users\AKILA\.m2\repository\org\mortbay\jetty\jetty\6.1.25\jetty-6.1.25.jar;C:\Users\AKILA\.m2\repository\org\mortbay\jetty\jetty-util\6.
1.25\jetty-util-6.1.25.jar;C:\Users\AKILA\.m2\repository\org\mortbay\jetty\servlet-api\2.5-20081211\servlet-api-2.5-20081211.jar;C:\Users\AKILA\.m2\repository\org\mortbay\jetty\jetty-plus\6.1.25\jetty-plus-6.1.25.jar;C:\Users\AKILA\.m2\repository\org\mortbay\jetty\jetty-naming\6.1.25\jetty-naming-6.
1.25.jar;C:\Users\AKILA\.m2\repository\org\jboss\weld\se\weld-se-core\1.1.13.Final\weld-se-core-1.1.13.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\weld\weld-spi\1.1.Final\weld-spi-1.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\weld\weld-api\1.1.Final\weld-api-1.1.Final.jar;C:\Users\AKIL
A\.m2\repository\org\jboss\weld\weld-core\1.1.13.Final\weld-core-1.1.13.Final.jar;C:\Users\AKILA\.m2\repository\org\slf4j\slf4j-ext\1.7.2\slf4j-ext-1.7.2.jar;C:\Users\AKILA\.m2\repository\ch\qos\cal10n\cal10n-api\0.7.4\cal10n-api-0.7.4.jar;C:\Users\AKILA\.m2\repository\javax\el\el-api\2.2\el-api-2.2
.jar;C:\Users\AKILA\.m2\repository\org\jboss\weld\servlet\weld-servlet-core\1.1.13.Final\weld-servlet-core-1.1.13.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\solder\solder-impl\3.2.1.Final\solder-impl-3.2.1.Final.jar;C:\Users\AKILA\.m2\repository\org\hamcrest\hamcrest-core\1.3.RC2\hamcrest-cor
e-1.3.RC2.jar;C:\Users\AKILA\.m2\repository\org\jboss\solder\solder-logging\3.2.1.Final\solder-logging-3.2.1.Final.jar;C:\Users\AKILA\.m2\repository\com\google\gwt\gwt-user\2.5.0\gwt-user-2.5.0.jar;C:\Users\AKILA\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources
.jar;C:\Users\AKILA\.m2\repository\org\osgi\org.osgi.core\4.2.0\org.osgi.core-4.2.0.jar;C:\Users\AKILA\.m2\repository\com\sun\xml\bind\jaxb-impl\2.2.5\jaxb-impl-2.2.5.jar;C:\Users\AKILA\.m2\repository\com\sun\xml\bind\jaxb-xjc\2.2.5\jaxb-xjc-2.2.5.jar;C:\Users\AKILA\.m2\repository\javax\transaction\
jta\1.1\jta-1.1.jar;C:\Users\AKILA\.m2\repository\org\codehaus\btm\btm\2.1.4\btm-2.1.4.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-shared-services\6.0.1.Final\jbpm-shared-services-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\drools\drools-persistence-jpa\6.0.1.Final\drools-persistence-jpa-6
.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-bpmn2-emfextmodel\6.0.1.Final\jbpm-bpmn2-emfextmodel-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\eclipse\emf\org.eclipse.emf.common\2.6.0.v20100614-1136\org.eclipse.emf.common-2.6.0.v20100614-1136.jar;C:\Users\AKILA\.m2\repository\org\
eclipse\emf\org.eclipse.emf.ecore\2.6.0.v20100614-1136\org.eclipse.emf.ecore-2.6.0.v20100614-1136.jar;C:\Users\AKILA\.m2\repository\org\eclipse\emf\org.eclipse.emf.ecore.xmi\2.5.0.v20100521-1846\org.eclipse.emf.ecore.xmi-2.5.0.v20100521-1846.jar;C:\Users\AKILA\.m2\repository\org\eclipse\org.eclipse.
bpmn2\0.7.3\org.eclipse.bpmn2-0.7.3.jar;C:\Users\AKILA\.m2\repository\org\kie\remote\kie-services-remote\6.0.1.Final\kie-services-remote-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\remote\kie-services-client\6.0.1.Final\kie-services-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\java
x\jms\jms\1.1\jms-1.1.jar;C:\Users\AKILA\.m2\repository\org\jboss\spec\javax\servlet\jboss-servlet-api_3.0_spec\1.0.2.Final\jboss-servlet-api_3.0_spec-1.0.2.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\resteasy\resteasy-jaxrs\2.3.6.Final\resteasy-jaxrs-2.3.6.Final.jar;C:\Users\AKILA\.m2\reposit
ory\org\scannotation\scannotation\1.0.3\scannotation-1.0.3.jar;C:\Users\AKILA\.m2\repository\javassist\javassist\3.12.1.GA\javassist-3.12.1.GA.jar;C:\Users\AKILA\.m2\repository\org\apache\httpcomponents\httpclient\4.2.1\httpclient-4.2.1.jar;C:\Users\AKILA\.m2\repository\net\jcip\jcip-annotations\1.0
\jcip-annotations-1.0.jar;C:\Users\AKILA\.m2\repository\org\jboss\resteasy\resteasy-jaxb-provider\2.3.6.Final\resteasy-jaxb-provider-2.3.6.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\resteasy\resteasy-jackson-provider\2.3.6.Final\resteasy-jackson-provider-2.3.6.Final.jar;C:\Users\AKILA\.m2\rep
ository\org\codehaus\jackson\jackson-jaxrs\1.9.9\jackson-jaxrs-1.9.9.jar;C:\Users\AKILA\.m2\repository\org\codehaus\jackson\jackson-xc\1.9.9\jackson-xc-1.9.9.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-audit\6.0.1.Final\jbpm-audit-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\resteasy\
jaxrs-api\2.3.6.Final\jaxrs-api-2.3.6.Final.jar;C:\Users\AKILA\.m2\repository\org\jboss\resteasy\resteasy-jettison-provider\2.3.6.Final\resteasy-jettison-provider-2.3.6.Final.jar;C:\Users\AKILA\.m2\repository\org\codehaus\jettison\jettison\1.3.1\jettison-1.3.1.jar;C:\Users\AKILA\.m2\repository\org\j
boss\spec\javax\ejb\jboss-ejb-api_3.1_spec\1.0.2.Final\jboss-ejb-api_3.1_spec-1.0.2.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-services-api\6.0.1.Final\guvnor-services-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-m2repo-editor-api\6.0.1.Final\guvnor-m2repo-edito
r-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-m2repo-editor-client\6.0.1.Final\guvnor-m2repo-editor-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-m2repo-editor-backend\6.0.1.Final\guvnor-m2repo-editor-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\reposit
ory\org\guvnor\guvnor-project-api\6.0.1.Final\guvnor-project-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\drools\drools-workbench-models-datamodel-api\6.0.1.Final\drools-workbench-models-datamodel-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-project-backend\6.0.1.Fina
l\guvnor-project-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-services-backend\6.0.1.Final\guvnor-services-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-workingset-api\6.0.1.Final\guvnor-workingset-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository
\org\guvnor\guvnor-workingset-client\6.0.1.Final\guvnor-workingset-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-project-builder\6.0.1.Final\guvnor-project-builder-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar;C
:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-explorer-backend\6.0.1.Final\kie-wb-common-project-explorer-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-explorer-api\6.0.1.Final\kie-wb-common-project-explorer-api-6
.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-explorer-client\6.0.1.Final\kie-wb-common-project-explorer-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-editor-client\6.0.1.Final\kie-wb-common-project
-editor-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-editor-api\6.0.1.Final\kie-wb-common-project-editor-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-view-source-widget\6.0.1.Final\kie-wb-view-source-widget
-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-default-editor-api\6.0.1.Final\kie-wb-common-default-editor-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-default-editor-client\6.0.1.Final\kie-wb-common-default-editor-
client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-editor-backend\6.0.1.Final\kie-wb-common-project-editor-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-imports-editor-client\6.0.1.Final\kie-wb-
common-project-imports-editor-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-imports-editor-api\6.0.1.Final\kie-wb-common-project-imports-editor-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-datamodel-
api\6.0.1.Final\kie-wb-common-datamodel-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-security\6.0.1.Final\kie-wb-common-security-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-common-ui\6.0.1.Final\kie-wb-common-ui-6.0.1.F
inal.jar;C:\Users\AKILA\.m2\repository\org\drools\drools-workbench-models-commons\6.0.1.Final\drools-workbench-models-commons-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-datamodel-backend\6.0.1.Final\kie-wb-common-datamodel-backend-6.0.1.Final.jar;C:\Users\
AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-services-api\6.0.1.Final\kie-wb-common-services-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-services-backend\6.0.1.Final\kie-wb-common-services-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repo
sitory\org\kie\workbench\widgets\kie-wb-metadata-widget\6.0.1.Final\kie-wb-metadata-widget-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-config-resource-widget\6.0.1.Final\kie-wb-config-resource-widget-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-conso
le-ng-dashboard-client\6.0.1.Final\jbpm-console-ng-dashboard-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-dashboard-backend\6.0.1.Final\jbpm-console-ng-dashboard-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-dashboard-api\6.0.1.Final\
jbpm-console-ng-dashboard-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-app\6.0.1.Final\jbpm-form-modeler-app-6.0.1.Final.war;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-renderer-api\6.0.1.Final\jbpm-form-modeler-renderer-api-6.0.1.Final.jar;C:\Users\AKILA
\.m2\repository\org\jbpm\jbpm-form-modeler-renderer-client\6.0.1.Final\jbpm-form-modeler-renderer-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-renderer-backend\6.0.1.Final\jbpm-form-modeler-renderer-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbp
m-form-modeler-editor-api\6.0.1.Final\jbpm-form-modeler-editor-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-editor-client\6.0.1.Final\jbpm-form-modeler-editor-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-editor-backend\6.0.1.Final\jb
pm-form-modeler-editor-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-data-modeller-core\6.0.1.Final\kie-wb-common-data-modeller-core-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-form-provider\6.0.1.Final\jbpm-form-modeler-f
orm-provider-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-data-modeller-api\6.0.1.Final\kie-wb-common-data-modeller-api-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-data-modeller-backend\6.0.1.Final\kie-wb-common-data-
modeller-backend-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-data-modeller-client\6.0.1.Final\kie-wb-common-data-modeller-client-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-data-modeler\6.0.1.Final\jbpm-form-modeler-data-modeler-
6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-service-core\6.0.1.Final\jbpm-form-modeler-service-core-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-common\6.0.1.Final\jbpm-form-modeler-common-6.0.1.Final.jar;C:\Users\AKILA\.m2\repository\net\sf\o
pencsv\opencsv\2.3\opencsv-2.3.jar;C:\Users\AKILA\.m2\repository\commons-jxpath\commons-jxpath\1.3\commons-jxpath-1.3.jar;C:\Users\AKILA\.m2\repository\org\beanshell\bsh\1.3.0\bsh-1.3.0.jar;C:\Users\AKILA\.m2\repository\org\jboss\spec\javax\servlet\jsp\jboss-jsp-api_2.2_spec\1.0.1.Final\jboss-jsp-ap
i_2.2_spec-1.0.1.Final.jar;C:\Users\AKILA\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-m2repo-editor-api\6.0.1.Final\guvnor-m2repo-editor-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-m2repo-editor-client\6.0.1.Final
\guvnor-m2repo-editor-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-workingset-api\6.0.1.Final\guvnor-workingset-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-workingset-client\6.0.1.Final\guvnor-workingset-client-6.0.1.Final-sources.jar
;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-services-api\6.0.1.Final\guvnor-services-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\guvnor\guvnor-project-api\6.0.1.Final\guvnor-project-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-comm
on-project-editor-api\6.0.1.Final\kie-wb-common-project-editor-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-editor-client\6.0.1.Final\kie-wb-common-project-editor-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workben
ch\screens\kie-wb-common-project-imports-editor-api\6.0.1.Final\kie-wb-common-project-imports-editor-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-imports-editor-client\6.0.1.Final\kie-wb-common-project-imports-editor-client-6.0.1.Final-sou
rces.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-explorer-api\6.0.1.Final\kie-wb-common-project-explorer-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-project-explorer-client\6.0.1.Final\kie-wb-common-project-e
xplorer-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-common-ui\6.0.1.Final\kie-wb-common-ui-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-view-source-widget\6.0.1.Final\kie-wb-view-source-widget-6.0.1.Final-sou
rces.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-metadata-widget\6.0.1.Final\kie-wb-metadata-widget-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\widgets\kie-wb-config-resource-widget\6.0.1.Final\kie-wb-config-resource-widget-6.0.1.Final-sources.jar;C
:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-services-api\6.0.1.Final\kie-wb-common-services-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\services\kie-wb-common-security\6.0.1.Final\kie-wb-common-security-6.0.1.Final-sources.jar;C:\Users\AKILA\
.m2\repository\org\kie\workbench\services\kie-wb-common-datamodel-api\6.0.1.Final\kie-wb-common-datamodel-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-data-modeller-api\6.0.1.Final\kie-wb-common-data-modeller-api-6.0.1.Final-sources.jar;C:\Users\A
KILA\.m2\repository\org\kie\workbench\screens\kie-wb-common-data-modeller-client\6.0.1.Final\kie-wb-common-data-modeller-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-commons\0.3.1.Final\uberfire-commons-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\u
berfire\uberfire-nio2-model\0.3.1.Final\uberfire-nio2-model-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-js\0.3.1.Final\uberfire-js-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-security-api\0.3.1.Final\uberfire-security-api-0.3.1.Final-so
urces.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-security-client\0.3.1.Final\uberfire-security-client-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-client-api\0.3.1.Final\uberfire-client-api-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire
\uberfire-widgets-core-client\0.3.1.Final\uberfire-widgets-core-client-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-widgets-commons\0.3.1.Final\uberfire-widgets-commons-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\uberfire\uberfire-workbench\0.3.1.Final\ub
erfire-workbench-0.3.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-bpm-home-client\6.0.1.Final\jbpm-console-ng-bpm-home-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-human-tasks-api\6.0.1.Final\jbpm-console-ng-human-tasks-api-6.0.1
.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-human-tasks-client\6.0.1.Final\jbpm-console-ng-human-tasks-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-process-runtime-api\6.0.1.Final\jbpm-console-ng-process-runtime-api-6.0.1.Final-s
ources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-process-runtime-client\6.0.1.Final\jbpm-console-ng-process-runtime-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-business-domain-api\6.0.1.Final\jbpm-console-ng-business-domain-api-6.0.1.Final-s
ources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-business-domain-client\6.0.1.Final\jbpm-console-ng-business-domain-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-designer-api\6.0.1.Final\jbpm-designer-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\reposi
tory\org\jbpm\jbpm-designer-client\6.0.1.Final\jbpm-designer-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-dashboard-api\6.0.1.Final\jbpm-console-ng-dashboard-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-console-ng-dashboard-client\6
.0.1.Final\jbpm-console-ng-dashboard-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-editor-api\6.0.1.Final\jbpm-form-modeler-editor-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-editor-client\6.0.1.Final\jbpm-form-modele
r-editor-client-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-renderer-api\6.0.1.Final\jbpm-form-modeler-renderer-api-6.0.1.Final-sources.jar;C:\Users\AKILA\.m2\repository\org\jbpm\jbpm-form-modeler-renderer-client\6.0.1.Final\jbpm-form-modeler-renderer-client-6.0.
1.Final-sources.jar, com.google.gwt.dev.Compiler, -logLevel, INFO, -style, OBF, -war, C:\Users\AKILA\workspace\jbpm-console-ng-r6.0.1.Final\jbpm-console-ng-showcase\target\jbpm-console-ng-showcase-6.0.1.Final, -localWorkers, 4, -XfragmentCount, -1, -gen, C:\Users\AKILA\workspace\jbpm-console-ng-r6.0
.1.Final\jbpm-console-ng-showcase\target\.generated, org.jbpm.console.ng.FastCompiledjBPMShowcase]: Error while executing process. Cannot run program "C:\Program Files\Java\jdk1.6.0_45\jre\bin\java": CreateProcess error=206, The filename or extension is too long
please help me to resolve this problem
and i saw some people said this project working properly in linux platform...but i want to use it in windows platform
You can change it to gradle project , It can be built under win7+gradle2.0+jdk 1.7.51 .
This is a maven issue with long paths in windows, you need to ask in their forums for answer. Try googling the specific issues, you will find some answers there.