I worked out what the folder not a jar is. It is because I had 
cayenne-migrations open as a project in eclipse.

However cayenne-migrations is still not on the classpath. I have compile errors 
in my code. When I do 

mvn eclipse:clean
mvn eclipse:eclipse -DdownloadSources=true
cat .classpath | grep cayenne

All I get is 

  <classpathentry kind="var" 
path="M2_REPO/org/apache/cayenne/cayenne-server/3.2M1/cayenne-server-3.2M1.jar" 
sourcepath="M2_REPO/org/apache/cayenne/cayenne-server/3.2M1/cayenne-server-3.2M1-sources.jar"/>
  <classpathentry kind="src" path="/cayenne-di"/>

I think the cayenne-di is a mistake. In eclipse I get a build error saying 
project cayenne-di can not be found. I remove the project from the build path 
and error goes away.

I would expect to see another line like the first for cayenne-migrations.

Tim




On 24 Mar 2014, at 11:12, D Tim Cummings <[email protected]> wrote:

> 
> Another thing I find unusual is that when I add a maven dependency of 
> cayenne-migrations to my tapestry app using the following 
> 
>         <dependency>
>               <groupId>org.apache.cayenne</groupId>
>               <artifactId>cayenne-server</artifactId>
>               <version>3.2M1</version>
>         </dependency>
>         <dependency>
>               <groupId>org.apache.cayenne</groupId>
>               <artifactId>cayenne-migrations</artifactId>
>               <version>0.1</version>
>         </dependency>
> 
> 
> then cayenne-migrations shows up as a folder not a jar in the dependency view 
> of the pom, and it does not appear to be on the classpath.
> 
> <Screen Shot 2014-03-24 at 10.57.35.png>
> 
> I don't know what this means?
> 
> Thanks
> 
> Tim
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to