very good idea :) thank you,
Florian On 5/3/07, Grégory Joseph <[email protected]> wrote:
Florian, I would suggest you read some intro/tutorial about maven. The reason that your project still uses the repository magnolia-module-samples jar is that <mvn package> just does that, packaging the jar. You want to do <mvn install> to actually install (copy) the packaged jar to your local repository. Cheers g On May 3, 2007, at 10:54 , Florian Fuchs wrote: > I have another question: > > When I change sth. in "magnolia-modules-samples" and run "package" on > the magnolia project. It always takes the Module-JAR File from the > m2-repository and not my changed module... > > What can I do?! > > Regards, > Florian > > On 3/21/07, Lara Pinato <[email protected]> wrote: >> Ok thanks a lot >> >> Lara >> >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, March 21, 2007 6:13 PM >> To: [email protected] >> Subject: Re: [magnolia-user] Where is 'magnolia-project' for >> building magnolia? >> >> Am Mittwoch, 21. März 2007 schrieb Lara Pinato: >> > Hi, >> > I'm too using maven 2.05 and jdk 1.5_06 and I do the following >> steps: >> > >> > 1) Checking out the magnolia trunk from : >> > http://svn.magnolia.info/svn/magnolia/trunk >> > 2) Opened a command prompt and run: mvn clean install >> > 3) Downloaded jcr1.0.jar and run: >> > >> > mvn install:install-file -DgroupId=javax.jcr -DartifactId=jcr >> > -Dversion=1.0 -Dpackaging=jar -Dfile=c:/usr/jcr-1.0.jar >> > >> > 4) then run : mvn package >> > >> > But Building magnolia-module-samples fails. >> > >> > There is somenthing wrong in my steps? >> > What can I do to avoid this problem? >> >> Don't know, but it's already in JIRA: >> http://jira.magnolia.info/browse/MAGNOLIA-1419 >> >> O. >> >> >> >> ---------------------------------------------------------------- >> for list details see >> http://www.magnolia.info/en/developer.html >> ---------------------------------------------------------------- >> >> ---------------------------------------------------------------- >> for list details see >> http://www.magnolia.info/en/developer.html >> ---------------------------------------------------------------- >> > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/docs/en/editor/stayupdated.html > ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
