Re: Maven build error not detected

2007-11-29 Thread Olivier ETIENNE

Oups,

I forgot the RTFM rule :)

Thx


Martin Höller a écrit :

Am Donnerstag, 29. November 2007 schrieb Olivier ETIENNE:
  

Hi,

When I build my maven 2 project, the build fails but the status of the
project is success !



Read the FAQ [1] or search the archive.

hth,
- martin

[1] http://maven.apache.org/continuum/faqs.html
  




Maven build error not detected

2007-11-29 Thread Olivier ETIENNE

Hi,

When I build my maven 2 project, the build fails but the status of the 
project is success !


The build logs contains :

[INFO] [compiler:compile]
[INFO] Compiling 176 source files to 
P:\Indernas\continuum-1.1-beta-4\apps\continuum\webapp\WEB-INF\working-directory\25\target\classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure
D:\continuum-1.1-beta-4\apps\continuum\webapp\WEB-INF\working-directory\25\src\main\java\com\xxx\yyy\FractionDAO.java:[13,36]
 cannot find symbol
symbol  : class Fraction
location: package com.xxx.yyy.model
...


Any idea on how to open continuum eyes ?

Olivier


Re: Problem with SVN

2007-11-22 Thread Olivier ETIENNE

Thanks, it works !

I was thought that the a svn client was provided with continuum...

Olivier.

olivier lamy a écrit :

Hi,
svn binary must be in the PATH of the user which launch continuum.

--
Olivier

2007/11/22, Olivier ETIENNE [EMAIL PROTECTED]:
  

Hello,

I've a problem using a svn repository with my maven project.
After each build, I have the follonwing error message :

Provider message: The svn command failed.
Command output:

---
'svn' is not recognized as an internal or external command,
operable program or batch file.

---


I use continuum 1.1-beta-4.
My SCM url is : scm:svn:svn://my_server/repository_path

Any idea ?

Olivier





  




Problem with SVN

2007-11-22 Thread Olivier ETIENNE

Hello,

I've a problem using a svn repository with my maven project.
After each build, I have the follonwing error message :

Provider message: The svn command failed.
Command output: 
---

'svn' is not recognized as an internal or external command,
operable program or batch file.
---


I use continuum 1.1-beta-4.
My SCM url is : scm:svn:svn://my_server/repository_path

Any idea ?

Olivier