Alright, I got this to work within the IDE. need to make sure that
bpel-script was avaiable on the classpath and setup as a java project
appropriately. I know that this is a buildr bug that has been fixed in
the upcoming release when running: buildr eclipse.
Thanks for the hint on what I was doing wrong.
Dave
On 04/14/2010 11:42 AM, Antoine Toulme wrote:
They are in the bpel-scripts project, next to it.
HTH!
Antoine
On Wed, Apr 14, 2010 at 11:32, David Carver<[email protected]> wrote:
I have a BPEL Compiler issue I'm trying to debug, and I found that there is
a test suite called GoodCompileTest that is refering to some sample BPEL's
that should compile cleanly. However, I can not locate the actual files
themselves. They are not in the resources folder, and the path refers to
the following:
/2.0/good/assign/Assign3-2.0.bpel
Which are hard coded paths looking from the root it would appear. Are
these tests even running? Do we know where these files are located? It
would help the community to have them so that we can add additional tests as
we run into issues with compilation.
Dave