Wayne Fay wrote:
> 
>> I have uploaded my project file here in Rapishare
>> http://rapidshare.com/files/443396415/je.zip . If possible , pls Run it
>> from
>> your Computer  . May be the error detection will be easier then.
> 
> I downloaded your project and ran it. The only failure I encountered
> was related to a missing dependency that was causing all of your
> javax.persistence references to fail.
> 
> I added the following to the chapter02/pom.xml file:
> <dependency>
>     <groupId>javax.persistence</groupId>
>     <artifactId>persistence-api</artifactId>
>     <version>1.0</version>
> </dependency>
> 
> and poof, everything worked just fine. I don't know what is causing
> your problems with the compiler etc, but try adding this dependency
> and see if things work a little better for you.
> 
> Wayne
> 

Wow .Thats so great of u to do that much..Far too kind!! ,ay I know which
Version of Maven r u using ? 
U know what Wayne . When I removed Maven 2 and used maven 3 .. I met with
the same error of missing dependency.

Now This is what I'm gonna do : Remove Maven 2 completely and run it with
maven 3 and of course apply the change that u suggest. Thanks a lot   
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Error-while-compiling-annotations-are-not-supported-in-source-1-3-tp3343153p3349080.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to