i know the "Run configuration.."--> "Web applicaton"-->Guvnor.html. i actually, the first picture named run.jpg shows the classpath tab in Launch Configuration.
-- - 在 2011年1月28日 下午9:20,Michael Anstis <[email protected]>写道: > Doing so creates a Launch Configuration (click on the drop-down next to the > green "Run as..." icon on the toolbar and you'll see your Launch > Configurations. > > Click on "Run configuration..." and check the one for "Guvnor.html" (under > Web Applications) has the correct classpath; i.e. references projects not > JARs for Drools. > > If it is incorrect, delete it and create another (I suspect the first you > created was before you added in the projects source). > > > 2011/1/28 李领康 <[email protected]> > >> right-click on the drools-guvnor , select ''Run As "--> Web Applicaton, >> then a "Host page selection" pop up. select "Guvnor.html" >> >> then it run , copy " >> http://127.0.0.1:8888/org.drools.guvnor.Guvnor/Guvnor.html?gwt.codesvr=127.0.0.1:9997" >> from Development Mode to the google Chrome, >> >> >> >> >> 在 2011年1月28日 下午9:09,Michael Anstis <[email protected]>写道: >> >> You will not find it; it is not in the source. >>> >>> How are you running Guvnor in your IDE? >>> >>> >>> 2011/1/28 李领康 <[email protected]> >>> >>>> no , i do not find it. >>>> >>>> there is also a picture i ship with. you can check. >>>> >>>> >>>> >>>> 在 2011年1月28日 下午8:19,Michael Anstis <[email protected]>写道: >>>> >>>> Looks OK. >>>>> >>>>> The Run Configuration is not a file in GIT but what you create in >>>>> Eclipse when you run the GWT application. >>>>> >>>>> Can you check this? >>>>> >>>>> >>>>> 2011/1/28 李领康 <[email protected]> >>>>> >>>>>> >>>>>> i imported all the projects that eclipse can find in the directory >>>>>> 5.2.0.36439-M1 into eclipse. >>>>>> >>>>>> i ship one picture with this email. you can check. >>>>>> >>>>>> i have all the drools sub-project in my workspace,but i dont add all >>>>>> of them to my classpath. >>>>>> >>>>>> by the way , i did not find a launch configuration file as you said. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> 在 2011年1月28日 下午7:27,Michael Anstis <[email protected]>写道: >>>>>> >>>>>>> What Drools projects do you have in your workspace? >>>>>>> >>>>>>> Are all of these projects referenced by Guvnor, rather than the >>>>>>> equivalent JARs in your build path? >>>>>>> >>>>>>> Also check your Launch Configuration is not referencing Drools JARs >>>>>>> when it should reference the projects. >>>>>>> >>>>>>> 2011/1/28 李领康 <[email protected]> >>>>>>> >>>>>>> Hi, Geoffrey >>>>>>>> >>>>>>>> when i saw the error like :"No source code is available for >>>>>>>> type org.drools.ide.common.client.modeldriven.dt.GuidedDecisionTable; >>>>>>>> did you forget to inherit a required module?" . i add the >>>>>>>> drools-ide-common >>>>>>>> to Source in "Run configuration"->Source --> add-->java project, >>>>>>>> and i selected all the drools sub-project. but it does work. i also >>>>>>>> added the project to the classpath in "Run configuration". >>>>>>>> i try everything i can, no works. >>>>>>>> >>>>>>>> >>>>>>>> 在 2011年1月28日 下午7:02,Geoffrey De Smet <[email protected]>写道: >>>>>>>> >>>>>>>> The problem is clearly that the drools-ide-common (and >>>>>>>>> drools-factconstraints) sources files aren't given to the gwt >>>>>>>>> compiler. >>>>>>>>> >>>>>>>>> Maybe our eclipse users (I am not one of them), do something >>>>>>>>> special like >>>>>>>>> add in an extra source path dependency from drools-guvnor to >>>>>>>>> drools-ide-common (and drools-factconstraints)? >>>>>>>>> >>>>>>>>> Op 28-01-11 10:39, 李领康 schreef: >>>>>>>>> > Hi, Geoffrey >>>>>>>>> > * >>>>>>>>> > * >>>>>>>>> > **yes, i had readed that readme.txt. i do execute mvn >>>>>>>>> eclipse:eclipse >>>>>>>>> > in directory 5.2.0.36439-M1, and import all the sub-project in >>>>>>>>> eclipse. >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > 2011/1/28 Geoffrey De Smet <[email protected] >>>>>>>>> > <mailto:[email protected]>> >>>>>>>>> > >>>>>>>>> > Hi Derek, >>>>>>>>> > >>>>>>>>> > The content of that page should probably be centralized in >>>>>>>>> the >>>>>>>>> > README.txt: >>>>>>>>> > >>>>>>>>> https://github.com/droolsjbpm/droolsjbpm/blob/master/README.txt >>>>>>>>> > >>>>>>>>> > Did you also follow the "Configuring Eclipse" info in the >>>>>>>>> README.txt? >>>>>>>>> > >>>>>>>>> > After the split-up I'll take a look and where and how we'll >>>>>>>>> centralize >>>>>>>>> > all "how do I setup my build" documentation. >>>>>>>>> > >>>>>>>>> > Op 28-01-11 04:03, 李领康 schreef: >>>>>>>>> > > HI, >>>>>>>>> > > i want to debug guvnor in eclipse, i follow the derection >>>>>>>>> in >>>>>>>>> > > >>>>>>>>> http://community.jboss.org/wiki/RulesRepositoryBuildInstructions. >>>>>>>>> > > un fortunately, i Failure. >>>>>>>>> > > >>>>>>>>> > > the following are my environment. >>>>>>>>> > > >>>>>>>>> > > window xp sp3 >>>>>>>>> > > eclipse sdk 3.6.1,( install gwt plugin from >>>>>>>>> > > http://dl.google.com/eclipse/plugin/3.6. )(gwt-2.1.1) >>>>>>>>> > > java .1.6.0_18 >>>>>>>>> > > maven 3.0.2 >>>>>>>>> > > ant 1.8.2 >>>>>>>>> > > drools 5.2.0.36439-M1 >>>>>>>>> > > >>>>>>>>> > > >>>>>>>>> > > and when run --> web application. the Development Mode show >>>>>>>>> these: >>>>>>>>> > > ------------------------------- >>>>>>>>> > > >>>>>>>>> > > [DEBUG] [org.drools.guvnor.Guvnor] - Validating newly >>>>>>>>> compiled units >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Errors in >>>>>>>>> > > >>>>>>>>> > >>>>>>>>> 'file:/F:/JAVA/Drool/5.2.0.36439-M1/drools-guvnor/src/main/java/org/drools/guvnor/client/decisiontable/ActionInsertColumn.java' >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 58: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.dt.GuidedDecisionTable; did >>>>>>>>> > > you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 59: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine; >>>>>>>>> > > did you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 60: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.dt.ActionInsertFactCol; did >>>>>>>>> > > you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 179: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > org.drools.ide.common.client.modeldriven.dt.ActionCol; did >>>>>>>>> you >>>>>>>>> > forget >>>>>>>>> > > to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 198: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.FieldAccessorsAndMutators; >>>>>>>>> > > did you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Errors in >>>>>>>>> > > >>>>>>>>> > >>>>>>>>> 'file:/F:/JAVA/Drool/5.2.0.36439-M1/drools-guvnor/src/main/java/org/drools/guvnor/client/decisiontable/ActionSetColumn.java' >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 55: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.dt.ActionSetFieldCol; >>>>>>>>> > did you >>>>>>>>> > > forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 58: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.dt.GuidedDecisionTable; did >>>>>>>>> > > you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 59: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > >>>>>>>>> org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine; >>>>>>>>> > > did you forget to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 183: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > org.drools.ide.common.client.modeldriven.dt.ActionCol; did >>>>>>>>> you >>>>>>>>> > forget >>>>>>>>> > > to inherit a required module? >>>>>>>>> > > [ERROR] [org.drools.guvnor.Guvnor] - Line 265: No source >>>>>>>>> code is >>>>>>>>> > > available for type >>>>>>>>> > > org.drools.ide.common.client.modeldriven.dt.ConditionCol; >>>>>>>>> did you >>>>>>>>> > > forget to inherit a required module? >>>>>>>>> > > ............................... >>>>>>>>> > > .......................... >>>>>>>>> > > >>>>>>>>> > > thanks >>>>>>>>> > > >>>>>>>>> > > derek lee. >>>>>>>>> > > >>>>>>>>> > > >>>>>>>>> > > _______________________________________________ >>>>>>>>> > > rules-dev mailing list >>>>>>>>> > > [email protected] <mailto: >>>>>>>>> [email protected]> >>>>>>>>> > > https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>>>> > >>>>>>>>> > -- >>>>>>>>> > With kind regards, >>>>>>>>> > Geoffrey De Smet >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > _______________________________________________ >>>>>>>>> > rules-dev mailing list >>>>>>>>> > [email protected] <mailto:[email protected]> >>>>>>>>> > https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > -- >>>>>>>>> >>>>>>>>> > >>>>>>>>> > _______________________________________________ >>>>>>>>> > rules-dev mailing list >>>>>>>>> > [email protected] >>>>>>>>> > https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>>>> >>>>>>>>> -- >>>>>>>>> With kind regards, >>>>>>>>> Geoffrey De Smet >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> rules-dev mailing list >>>>>>>>> [email protected] >>>>>>>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> rules-dev mailing list >>>>>>>> [email protected] >>>>>>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> rules-dev mailing list >>>>>>> [email protected] >>>>>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> rules-dev mailing list >>>>>> [email protected] >>>>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> rules-dev mailing list >>>>> [email protected] >>>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> rules-dev mailing list >>>> [email protected] >>>> https://lists.jboss.org/mailman/listinfo/rules-dev >>>> >>>> >>> >>> _______________________________________________ >>> rules-dev mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/rules-dev >>> >>> >> >> _______________________________________________ >> rules-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-dev >> >> > > _______________________________________________ > rules-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-dev > >
_______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
