Thanks Otho, but I'm still having no luck.

Ok, I haven't been keeping up with events and didn't know 5 was the
latest, so now I have 5.1.0.5, but...

If I don't include:

<dependency>
                <groupId>org.apache.tapestry</groupId>
                <artifactId>tapestry-ioc</artifactId>
                <version>${tapestry-release-version}</version>
        </dependency>

In the POM I get 5.1.0.5 for all jars *except* tapestry-ioc which always
downloads the 5.0.18 version  /:-(

(I don't understand why the dependency does that)

And if I add the above lines I get 5.1.0.5 but tapestry-ioc-5.1.0.5.jar
does not contain @Inject.

I'm even more confused now than when I started...


-----Original Message-----
From: Otho [mailto:taa...@googlemail.com] 
Sent: 14 July 2009 12:58
To: Tapestry users
Subject: Re: t5: moving to 5.1.0.4 and can't find @Inject

Why don't you update to the official final version 5.1.0.5?

@Inject is in org.apache.tapestry5.ioc.annotations definitely but in the
maven artifact tapestry5-annotations which should be automatically
included
from tapestry5-core


2009/7/14 Newham, Cameron <cameron.new...@bl.uk>

> I think I'm going mad...
>
>
>
> I'm moving from 5.0.18 to 5.1.0.4 and after doing a dependency update
> with Maven, Eclipse gives me errors saying it can't find
>
>
>
> org.apache.tapestry5.ioc.annotations.Inject
>
>
>
> Looking in tapestry-ioc-5.1.0.4.jar it isn't there, but looking in the
> 5.0.18 jar I can't see it there either - so which jar does it normally
> live in?
>
>
>
> Maven seems to have correctly downloaded all the 5.1.0.4 jars and I
> don't have any old Tapestry jars on the build path.
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to