No problem, we will hopfully make it, and learn something on the way also.
I'm able to reproduce your problem with resource doesn't exist. It is because you have placed in the generator project at the very top. You should place it after the source locations of the target project, but before the jar files. Not easy to guess, and I don't know why, but it works. /Patrik amphoras wrote: > > OK, in the Order and Export tab of my target project, I have the generator > project at the very top and checked the box. > > Now when I debug the workflow.oaw in my target project, I get: > > 0 INFO WorkflowRunner - > -------------------------------------------------------------------------------------- > 78 INFO WorkflowRunner - openArchitectureWare 4.3.0, Build > 20080508-1430PRD > 78 INFO WorkflowRunner - (c) 2005-2008 openarchiteNo ctureware.org > and contributors > 78 INFO WorkflowRunner - > -------------------------------------------------------------------------------------- > 78 INFO WorkflowRunner - running workflow: workflow.oaw > 78 INFO WorkflowRunner - > 1281 INFO WorkflowRunner - workflow completed in 703ms! > > It doesn't actually stop at the breakpoint. I also get a tab (where the > source code usually shows up when you debug) with error message "Resource > '/fornax-cartridges-sculptor-generator/src/main/resources' does not exist. > > Any ideas? Sorry for all these questions. I usually don't have this many > problems getting code to debug, which makes this particularly frustrating. > > Thanks, > Polly > > > > Patrik Nordwall wrote: >> >> One more thing. You must debug workflow.oaw in your target project, not >> sculptorworkflow.oaw in sculptor-generator project. >> >> >> > > -- View this message in context: http://www.nabble.com/-Sculptor--how-to-debug-oAW--tp18489872s17564p18535447.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
