Re: SOLVED Re: [M2] Difference between 'mvn test' and 'mvn install'

2006-07-18 Thread Jakub Pawlowicz
Hi Daniel, I've just started a new thread on the Spring forums. http://forum.springframework.org/showthread.php?t=27048 Regards, Jakub Pawlowicz On Jul 18, 2006, at 4:33 PM, Daniel Serodio wrote: Jakub Pawlowicz wrote: Hi Jörg, I used the -X switch and I found that 'mvn test'

SOLVED Re: [M2] Difference between 'mvn test' and 'mvn install'

2006-07-18 Thread Jakub Pawlowicz
or contexts packaged in other jars. So I've changed wildcard pattern to the real names and now everything works perfectly well. Thanks for your help! Best regards, Jakub Pawlowicz On Jul 18, 2006, at 9:17 AM, Jörg Schaible wrote: Jakub Pawlowicz wrote on Monday, July 17, 2006 8:06 PM:

Re: [M2] Difference between 'mvn test' and 'mvn install'

2006-07-17 Thread Jakub Pawlowicz
Hi Jörg, Unfortunately this does not work for me, probably, because all my modules have the same version. I've installed maven-project-plugin snapshot version and my tests fail in the same place as before. Regards, Jakub On Jul 17, 2006, at 5:33 PM, Jörg Schaible wrote: Jakub Pawl

[M2] Difference between 'mvn test' and 'mvn install'

2006-07-17 Thread Jakub Pawlowicz
;mvn install' some tests fail, because a configuration XML file (which resides in one module's jar) could not be found. Any thoughts? Best regards, Jakub Pawlowicz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Proper In-Container Integration Tests

2006-06-12 Thread Jakub Pawlowicz
Hi Jeremy, Have you read "Better builds with Maven" (http://www.mergere.com/m2book_download.jsp)? In chapter 4.13 (Testing J2EE Applications) there's an instruction on how to start a container (Geronimo in that case) with Cargo in the pre-integration phase and to stop it in the post-integration ph

Re: How to native properties files with maven2

2006-05-26 Thread Jakub Pawlowicz
g.apache.tools.ant.Target.performTasks(Target.java:369)at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) >... 21 more [INFO] --- > - [INFO] Total time: 3 seconds > [INFO] Finished at: Fri May 2

Re: Release Failure [SOLVED]

2006-05-25 Thread Jakub Pawlowicz
process should stop and an apropriate message should send to console. If it's a bug, I will file a JIRA issue and send a patch. What do you think? Regards, Jakub On May 25, 2006, at 7:56 AM, Jakub Pawlowicz wrote: Hi Andrew, I'm using the latest version available on ibiblio - ie 2.

Re: How to native properties files with maven2

2006-05-25 Thread Jakub Pawlowicz
Hi, One way to process your properties files with native2ascii is to add Ant's native2ascii goal to the Maven's compilation phase. Here you could find how to do it (unfortunately only the version cached by Google works): http://216.239.59.104/search?q=cache:kJFwr1QUsy4J:www.jroller.com/page/wakale

Re: Release Failure

2006-05-24 Thread Jakub Pawlowicz
nd that I had > less trouble when specifying the 2.0-beta-4 version rather than > 2.0-beta-5-SNAPSHOT. > > On 5/24/06, Jakub Pawlowicz <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I'm facing the same problem with m

Re: Release Failure

2006-05-24 Thread Jakub Pawlowicz
Hi everyone, I'm facing the same problem with my project. Have anybody solved this problem by now? Regards, Jakub On May 16, 2006, at 2:22 AM, Chas Douglass wrote: I was successfully using "mvn release:prepare" on Friday. After the upgrades and problems over the weekend I'm assuming somethi

RE: FW: FW: Using Maven behind a proxy.

2006-05-22 Thread Jakub Pawlowicz
.org/maven2 >central > > > > > And, i've attached the stack trace from the 'mvn -e compile' command. > > Thanks for your help. > > > > From: Jakub Pawlowicz [mailto:[EMAIL PROTECTED] > Sent: Fri 5/19/2006 6:01 PM > To:

Re: FW: FW: Using Maven behind a proxy.

2006-05-19 Thread Jakub Pawlowicz
ip-address > > > > > > > > > > dotsrc.org > > http://mirrors.dotsrc.org/maven2 > > central > > > > > > > > > > > > With this settings i'm getting the same checksome error.

Re: FW: Using Maven behind a proxy.

2006-05-19 Thread Jakub Pawlowicz
t this errors even after providing the proxy > settings. Can you help out? > > Thanks. > > > > From: Jakub Pawlowicz [mailto:[EMAIL PROTECTED] > Sent: Thu 5/18/2006 6:24 PM > To: Maven Users List > Cc: Deep M Mistry > Subject: Re: Usi

Re: Using Maven behind a proxy.

2006-05-18 Thread Jakub Pawlowicz
Hi, Check the mailing list archives from yesterday. There were many complaints about planetmirror repository, which sends incorrect response when apropriate artifact could not be found. For more info check this thread: http://www.nabble.com/install-file-generatePom-t1626008.html#a4405660 You can

Re: Build error

2006-05-18 Thread Jakub Pawlowicz
Hi, Simply there's no dist plugin in maven 2. To install an artifact try: 'mvn install' (which is a shortcut for mvn install:install) instead. Regards, Jakub On Thu, 18 May 2006 12:24:15 +0300, Evi wrote > Hi! > > I am just beginning with Maven and while building Jetspeed got the following > bu

Re: install-file generatePom

2006-05-16 Thread Jakub Pawlowicz
Hi! It seems that maven-metadata-central.xml is corrupted. Try to delete it and then rerun the mvn install. HTH Regards, Jakub On Tue, 16 May 2006 11:12:12 +0200, Borut Bolčina wrote > I am loosing battle with maven... > > I removed .m2\repository\org\apache\maven\plugins\maven-install- > plu

Re: [m2] installing plugins from codehaus repository

2006-04-21 Thread Jakub Pawlowicz
lement): > > > CodeHaus > Codehaus Repository > http://snapshots.maven.codehaus.org/maven2 > default > > true > > > false > never > > > > It should do the job (well it

Re: [m2] installing plugins from codehaus repository

2006-04-21 Thread Jakub Pawlowicz
is greater, then > you will never download the plugin until a new version is out ;) > > Just an idea... > > Jakub Pawlowicz a écrit : > > Hi! > > > > I would like to install Codehaus tomcat-maven-plugin into my local > > repository. > > One way i

[m2] installing plugins from codehaus repository

2006-04-21 Thread Jakub Pawlowicz
Hi! I would like to install Codehaus tomcat-maven-plugin into my local repository. One way is to download the sources from subversion repository, compile them and install with the 'mvn install:install', which works like a charm (but it's not automatic, though). AFAIK the other way is to use Codeha

Re: mvn test causes my Spring 2 AOP project to fail

2006-04-14 Thread Jakub Pawlowicz
han loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078 "Jakub Pawlowicz" <[EMAIL PRO

mvn test causes my Spring 2 AOP project to fail

2006-04-14 Thread Jakub Pawlowicz
r.java:454) What's more, my tests works perfectly well when executed from Eclipse 3.1. I'm using Java 1.5.0_04 and Maven 2.0.3 on Windows XP SP2. Does anybody know what causes my problems and how to solve them? Regards, Jakub Pawlowicz --

Re: test cases failing in Maven but not Eclipse

2006-04-13 Thread Jakub Pawlowicz
Hi, Did you take a look at files in the 'target/surefire-reports' directory of your project? The maven surefire plugin places all reports there, so you could easily check what went wrong. Hopes this helps you find the problem. Regards, Jakub On Thu, 13 Apr 2006 21:29:18 -0700, gdub wrote > I am

Re: [M2] surefire plugin and JUnit 4

2006-04-10 Thread Jakub Pawlowicz
in has a direct dependency on JUnit 3.8.1, so I guess there is the problem. But I don't know if there's a way to change it (in my pom.xml) to JUnit 4. I'm using Maven 2.0.3 and maven-surefire-plugin 2.1.3 and have all sources compiled for Java 5.

[M2] surefire plugin and JUnit 4

2006-04-09 Thread Jakub Pawlowicz
guess there is the problem. But I don't know if there's a way to change it (in my pom.xml) to JUnit 4. I'm using Maven 2.0.3 and maven-surefire-plugin 2.1.3 and have all sources compiled for Java 5. Thanks in advance.

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Jakub Pawlowicz
Hi Szczepan, Try removing the "maven.assembly." prefix, eg. use this: mvn assembly:assembly -DdescriptorId=bin It works perfectly for me (maven 2.0.3). HTH Regards, Jakub On Wed, 5 Apr 2006 13:53:35 +0200, Szczepan Faber wrote > I tried all of them: > > mvn assembly:assembly -Dmaven.assembly.d