Hi,
mvn install bundles your class files and puts them into a common jar into
local maven repository  so that other projects can use it. You need to do
"mvn clean compile" first so that .class files are generated and then you
can do mvn install to build a jar out of those.
Although, I am not too sure that we need mvn install out here as .jar files
that mvn install will create won't be needed directly if  we have the code
already.

On Tue, May 5, 2009 at 10:04 PM, Anurag Rai <[email protected]> wrote:

>
> Hi Rick,
> I was following instructions on [1]. After using "svn co" i changed to
> "trunk" directory   and executed "mvn install" which gave me the error.
>
> [1] http://openjpa.apache.org/building-openjpa.html
>
>
> Rick Curtis wrote:
> >
> > Anurag-
> >
> > What is the exact command that you are running, and from where? I wasn't
> > able to recreate what you're seeing.
> >
> > -Rick
> >
>
> --
> View this message in context:
> http://n2.nabble.com/Problems-in-setting-up-the-work-enviroment.-tp2668172p2799496.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>
>


-- 
Ashish Paliwal
Mobile : 9305128367
IIT Kanpur
India

Reply via email to