Howard,

On 1/18/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> Just did an update from branches/branch-1-1
>
> Still seeing that build error:
>

I took a look at this. At some point I must have gotten the Groovy
versions in the .classpath file and the build.xml mixed up:

.classpath:
        <classpathentry kind="lib" 
path="ext-package/lib/groovy-all-1.0-beta-10.jar"/>

library/build.xml:
        <ibiblio-dependency artifact="groovy-all" version="1.0-jsr-03" 
group="groovy"/>

I've now corrected this by updating the .classpath file. I also had to
revert the latest change in the test code to get it passing. (Now I
don't understand why it was failing in the first place.)

There is however one more problem here. Somehow the build fails when
downloading that jsr-03 jar from the Maven repo. It is listed just
fine (see http://www.ibiblio.org/maven/groovy/jars/) but it can't be
downloaded (try clicking on groovy-all-1.0-jsr-03.jar). Previous beta
jars seem to be fine. As a result the build will fail when downloading
the dependencies.

Who should we talk to about this Maven repo problem?

--knut

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to