RE: Dependancies without repositories. Was: Re: Dependencies

2004-05-11 Thread Carlos Sanchez
I've also set up my own repository to share libraries not available in ibiblio, in order not to add them to CVS or to the source distribution. Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Removing bugs from JIRA

2004-05-11 Thread Brett Porter
Many bugs were moved to the plugin projects last year. That may be what happened. JIRA should probably keep the old name as a synonym :) - Brett -Original Message- From: Norbert Pabis [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 May 2004 12:12 AM To: Maven Users List Subject:

RE: How to genereate the maven.log

2004-05-11 Thread Brett Porter
See the FAQ. Override log4j.properties with your own version as per log4j configuration. (maven -X gives you everything you'll ever get). - Brett -Original Message- From: Eric Chow [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 May 2004 5:18 PM To: Maven Users List Subject: How to

RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread dsearle
Hi, I have found an issue in RC2 in maven.bat on line 56: if exist %JAVA_HOME%\nul goto chkMHome As there is no quotes around it, it fails when there is spaces in the JAVA_HOME value e.g. program files. I got it to work by changing the line to the following: if exist %JAVA_HOME% goto

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread Brett Porter
Fixed in CVS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 May 2004 9:23 AM To: [EMAIL PROTECTED] Subject: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME Hi, I have found an issue in RC2 in maven.bat on line 56: if

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread dsearle
Brett, I am a newbie at this, but I checked the Web Access CVS before I posted. I navigated to maven/src/bin/maven.bat and the latest revision was 1.40 which still had the fault. If it is already fixed in CVS how do I see the latest revision using the Web Access? Cheers Dave Brett Porter

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread Brett Porter
You're right. The fix was for JAVA_HOME. Can you submit a tested patch for JAVA_HOME? - Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 May 2004 9:37 AM To: Maven Users List Subject: RE: RC2 Windows - Maven.bat does not allow spaces

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread dsearle
Brett, I do not have CVS access because of our firewall (will be sorted out next week). I have just copy and pasted revision 1.40 from Web Access CVS into WebSphere Studio done the change and created a unified patch. As the paths and revisions were then not right I have updated them by hand

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread Brett Porter
I think the \nul is still necessary for Windows 98. If this is the only location in the file, I can test this quickly on my work machine. Thanks, Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 May 2004 1:14 PM To: Maven Users List

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread dsearle
Unfortunately the \nul and the quotes appear to be mutually exclusive (at least on Win2000). I have tried: if exist %JAVA_HOME%\nul goto chkMHome and if exist %JAVA_HOME%\nul goto chkMHome But for both tests get ERROR: JAVA_HOME is set to an invalid directory. Might

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread Brett Porter
I've committed the following: -if exist %JAVA_HOME%\nul goto chkMHome +if exist %JAVA_HOME%\bin\java.exe goto chkMHome Can you make that change and check that it works under your installation with spaces? Thanks, Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: RC2 Windows - Maven.bat does not allow spaces in JAVA_HOME

2004-05-11 Thread dsearle
That works fine on my machine. Thank You. Dave Brett Porter [EMAIL PROTECTED] wrote on 12/05/2004 16:58:16: I've committed the following: -if exist %JAVA_HOME%\nul goto chkMHome +if exist %JAVA_HOME%\bin\java.exe goto chkMHome Can you make that change and check that it works under your

Bug in the junit plugin?

2004-05-11 Thread Frederic Gedin
Hello I am facing a problem with maven junit plugin: I put some asserts inside my code and gave the following options in the project.properties file: maven.junit.fork=true maven.junit.jvmargs=-ea When running maven -X test, I clearly see that the JVM is invoked with the -ea option. However

Réf. : Bug in the junit plugin?

2004-05-11 Thread julien . kirch
Hi maven.junit.jvmargs is supposed only enabled when junit fork is enabled, in your case you seem to invoke the test:match on a single testcase, could you verify if junit is still forking ? if not perhaps give a try to maven.test.source = 1.4 K. Extranet [EMAIL PROTECTED] - 11/05/2004

Re: Réf. : Bug in the junit plugin?

2004-05-11 Thread Frederic Gedin
[EMAIL PROTECTED] a écrit : Hi maven.junit.jvmargs is supposed only enabled when junit fork is enabled, in your case you seem to invoke the test:match on a single testcase, could you verify if junit is still forking ? if not perhaps give a try to maven.test.source = 1.4 Hi Yes maven is still

pls give details regarding torque of maven

2004-05-11 Thread Avinash G
hi all, when i tried to build jetspeed-1.5 using maven dist:install the following error came. D:\jetspeed-1.5maven dist:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

Re: pls give details regarding torque of maven

2004-05-11 Thread Charles N. Harvey III
Avinash, The torque plugin does not come with Maven. You have to download it and install it as a plugin. http://db.apache.org/torque/maven-howto.html Charlie Avinash G wrote: hi all, when i tried to build jetspeed-1.5 using maven dist:install the following error came.

Removing bugs from JIRA

2004-05-11 Thread Norbert Pabi
Hi, Was that an accident or do you developer guys intentionally removed some bugs from JIRA? For example: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-610 and http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-913 Would not it be better to close a bug and as a last comment

sftp deploying artifacts problem

2004-05-11 Thread Marcin Gurbisz
Hi, I've got a problem with deploy goal. I use following settings in properties.xml: maven.repo.remote=http://www.ibiblio.org/maven,http://www.pentacomp.pl/maven maven.repo.list=pentarepo maven.repo.pentarepo=sftp://192.168.3.6 maven.repo.pentarepo.username=mgu maven.repo.pentarepo.password=xxx

RE: sftp deploying artifacts problem

2004-05-11 Thread Maczka Michal
I have no clue why files are not there... Have you tried with scp://? Are you sure that you have access right to this direcory? Have you tried if you can use sftp with tools like SSH Secure Shell for Workstations? Michal -Original Message- From: Marcin Gurbisz [mailto:[EMAIL

Starteam scm?

2004-05-11 Thread Watson, Cory
The Maven docs speak of starteam support, but when I use scm:starteam... as my respository:connection, I get 'Unknown SCM method: starteam'. I poked through the metadata for the scm plugin, and it says it only support CVS, what's am I doing wrong? I'm using 1.0-rc2

mks and maven

2004-05-11 Thread John O'Reilly
Hi, Is there any integration between Maven and MKS Source Integrity. Thanks, John This e-mail and any files transmitted with it are confidential and may be privileged and are intended solely for the individual named/ for

RE: mks and maven

2004-05-11 Thread ECCLES, Stuart
im very interested in this as well. doesnt MKS support a CVS interface? -Original Message- From: John O'Reilly [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 17:00 To: '[EMAIL PROTECTED]' Subject: mks and maven Hi, Is there any integration between Maven and MKS Source Integrity.

Re: sftp deploying artifacts problem

2004-05-11 Thread Marcin Gurbisz
I have tried with scp:// with the same result. But I've found that files are created after some time (about an hour). Could it be a problem with fulshing or disconectiong ssh session ?? Maczka Michal wrote: I have no clue why files are not there... Have you tried with scp://? Are you sure

Re: sftp deploying artifacts problem

2004-05-11 Thread Marcin Gurbisz
I also wonder why for scp:// I don't get output form line: System.out.println(Executing command: + command); //ScpDeployer - line: 269 Maven RC-2 logs: Will deploy to 1 repository(ies): pentarepo Deploying to repository: pentarepo host: '192.168.3.6' Deploying: