latest means you local version in the build terminology I set up

so you need to checkout commons-annotations / annotations / entitymanager and run ant jar on them. The jar will be taken from ../ [name]/target/latest/hibernate-[name].jar

On  May 2, 2008, at 02:50, Hardy Ferentschik wrote:

Hi,

On Fri, 02 May 2008 01:38:02 +0200, Emmanuel Bernard <[EMAIL PROTECTED] > wrote:

I would appreciate feedback on the build, the POMs and the rest. Let me know if there are any issues.

I just did an update to trunk of Hibernate Search and tried to run 'ant dist', but got problems with the following dependencies:

<dependency name="commons-annotations" rev="latest" conf="default->default"/> <dependency name="annotations" rev="latest" conf="test- >default"/> <dependency name="entitymanager" rev="latest" conf="test- >default"/>

They would not resolve. I am not so familiar with how ivy works and whether it automatically should resolve 'latest' or whether I am ment to check out these modules seperately and install them in my local repository. I was actually hoping that Hibernate Search would build now without any other module/project checked out.

Changing 'latest' to the appropriate version numbers made the build work. How is this supposed to work?

Cheers,
Hardy

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to