Re: Error while customizing Appearance (Company Details)

2007-11-30 Thread nicolas de loof
organizationlogo is invalid according to maven POM schema AFAIK you have to define a property organization.logo in properties. Nico. 2007/11/30, Denis Schettl [EMAIL PROTECTED]: I am using Archiva 1.0 running on Tomcat 6.0.14 (with Java jre1.6.0_03): 1) I create a pom with company

Re: Problem with deletion of artifacts

2007-11-30 Thread Arnaud Bailly
Sorry, this is surely not clear ! - On version 1.0-beta-4, deletion is not reflected while browsing - on version 1.0, deletion is OK, but adding back is not reflected while browsing Thansk Arnaud Bailly -- View this message in context:

Re: How to include logo

2007-11-30 Thread Johnathan Gifford
A link to a site that talks specifically about how the xml schema for a company pom looks would be nice. Doing a search for 'maven company pom' turns up nothing. Is the information shown in the link suppose to be include in a project pom file? Thanks, Johnathan On Thu, Nov 29, 2007 at

Re: Automatic Build/polling repository not working

2007-11-30 Thread Emmanuel Venisse
weird, try to restart Continuum Emmanuel Steve Povilaitis a écrit : thanks for the tip about 1.1 final. I'll upgrade. Yes it is attached to my build definition and enabled. On Fri, 30 Nov 2007 11:07:13 -0500, Emmanuel Venisse [EMAIL PROTECTED] wrote: You can use 1.1 final, it is

Re: problems mirroring repo1.maven.org

2007-11-30 Thread Stephen Connolly
I thought it might have been my local permissions being incorrect... here's the latest set of errors. I'm going to try again against ibiblio (or do you recommend a better option: our proxy server is in germany) + rsync -v -t -l -r --exclude **/.svn/ --exclude .bak --exclude **/CVS/

Re: Problem with continuum 1.1 - cannot connect with web browser

2007-11-30 Thread Emmanuel Venisse
what is your jdk? it isn't a sun jdk, right? Emmanuel Kuipers, Hartmut a écrit : Hello! Continuum 1.1 is running on a linux server (Suse 10.3, 64 bit), but if I start my web browser with http://localhost:8080/continuum/ I get an error (http error: 500). With continuum 1.0.3 everything works

RE: How to do incremental build?

2007-11-30 Thread Saloucious
I don't think Maven will recompile modules which depends of modified one Is maven can make incremental builds ? http://www.javaworld.com/javaforums/showflat.php?Cat=0Number=32334Main=32334 http://www.javaworld.com/javaforums/showflat.php?Cat=0Number=32334Main=32334 Andrew Boyer wrote:

Re: Conditionally use includes and excludes for tests

2007-11-30 Thread Wayne Fay
This Wiki page lists some options for using Maven with Integration Testing: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Wayne On 11/30/07, lightbulb432 [EMAIL PROTECTED] wrote: I have unit tests and integration tests in /src/test/java (e.g. Class1UnitTest.java and

Conditionally use includes and excludes for tests

2007-11-30 Thread lightbulb432
I have unit tests and integration tests in /src/test/java (e.g. Class1UnitTest.java and Class1IntegrationTest.java), and I'd like to have includes and excludes cause only unit tests to run during the development profile, but to cause the unit and integration tests to run during the

Re: How to do incremental build?

2007-11-30 Thread Tommy
What about the war (that didn't change) that depends on (and bundles) the jar (that did)? TK On Nov 30, 2007, at 12:20 PM, Siarhei Dudzin wrote: Why would you recompile a module which didn't change? Java doesn't need to re-link (is that what you think?) when dependent code has changed

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
Why would you recompile a module which didn't change? Java doesn't need to re-link (is that what you think?) when dependent code has changed for as long as API stays the same (and if that is changed it wont compile of course :) Without getting in too much details - by not calling 'clean' goal

Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Seva Popov
Hi, I am curious is there a tool that does reverse dependency resolution for maven? E.g., I want to know which of my projects are dependent on my project A. Thanks, Seva - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Maven2 and unit tests with hibernate and jpa connection problems

2007-11-30 Thread Ryan Moquin
I'm having some trouble with my Maven2 build (using hibernate, jpa and spring) recently where all of a sudden I'm starting to get this error sporadically: ... Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host has failed. java.net.BindE xception:

Re: Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 5:06 PM, Seva Popov [EMAIL PROTECTED] wrote: I am curious is there a tool that does reverse dependency resolution for maven? E.g., I want to know which of my projects are dependent on my project A. If you deploy all of them to a repo hosted by Archiva, you can view the Used

RE: Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Seva Popov
Thanks for the quick reply Wendy. I will definitely look at the Archiva. Do you know if there's some Maven built-in tool, Maven API, or any 3rd party plugin that provides this functionality for any Maven repo? --Seva -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent:

Re: Tool for reverse dependency resolution for Maven?

2007-11-30 Thread Wendy Smoak
On 11/30/07, Wendy Smoak [EMAIL PROTECTED] wrote: If you deploy all of them to a repo hosted by Archiva, you can view the Used By tab on your artifact to see that information. http://maven.apache.org/archiva/docs/1.0/tour/project.html Interesting... I bet if you install Archiva and point it

release problem with multi modules project

2007-11-30 Thread Guillaume Lederrey
Hello ! I'm having problems with the release plugin on a multi module project. The release:prepare goal works fine, but when I do the release:perform, I get an error telling me that it cant resolve a dependency to springremoting-common-0.1.jar, which is one of the modules, needed by all the

Re: Maven install

2007-11-30 Thread LinaTomy
Its in my settings.xml. The ones there are the defaults. I have a profile in profiles.xml which is not active by default. I only use that with the -P switch when i do an install for generating a war fro my deployment. mmistroni wrote: Hi, where are your properties(i mean the

RE: errors for hibernate test cases

2007-11-30 Thread Giovanni Azua
Resolved! I had the following entry in my pom.xml testResources testResource directorysrc/test/resources/directory includes includelog4j.xml/include /includes /testResource /testResources .. therefore it was excluding everything else, so got rid of this entry and now it

Re: [c1.1] Profile not being used in build?

2007-11-30 Thread Mick Knutson
Ok, Thanks for the clarification. On 11/30/07, olivier lamy [EMAIL PROTECTED] wrote: Yes . Continuum profile is to set some external settings for your build like JAVA_HOME, M2_HOME etc .. It's not linked to mvn profile. You have to put this to the arguments fields. -- Olivier

Re: [c1.1] Profile not being used in build?

2007-11-30 Thread olivier lamy
Yes . Continuum profile is to set some external settings for your build like JAVA_HOME, M2_HOME etc .. It's not linked to mvn profile. You have to put this to the arguments fields. -- Olivier 2007/11/30, Mick Knutson [EMAIL PROTECTED]: No I put it in the profile section and selected that

Re: [m2] another if/else profile question.

2007-11-30 Thread Mick Knutson
I want to always compile the modules in idno-doc/id profile, unless I am trying to run the iddocumentation/id profile On 11/30/07, Wendy Smoak [EMAIL PROTECTED] wrote: On Nov 30, 2007 1:09 PM, Mick Knutson [EMAIL PROTECTED] wrote: When I run: mvn -P documentation clean install -e I

Re: Builds are in Queue

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 9:31 AM, I am Who i am [EMAIL PROTECTED] wrote: When i executed 2 / 3 builds at the same time, only one is getting executed, is there a way to run them in parallel, instead of waiting for the previous one to complete, This would be a good enhancement request, you're not the

Re: [m2] another if/else profile question.

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 1:09 PM, Mick Knutson [EMAIL PROTECTED] wrote: When I run: mvn -P documentation clean install -e I would assume to NOT run *modulebpel/module* But am I missing some syntax? I don't think you can activate a profile based on a property in the pom. Particularly not if the

Re: [c1.1] Profile not being used in build?

2007-11-30 Thread olivier lamy
Hi, In the arguments field of your buildDefintion do you have -P no-doc ? Continuum profile is not the same thing as maven profile. -- Olivier 2007/11/30, Mick Knutson [EMAIL PROTECTED]: I have the following profile in my pom.xml: profiles profile idno-doc/id

Re: [m2] another if/else profile question.

2007-11-30 Thread Mick Knutson
I have this: profiles profile *iddocumentation/id* properties *test.typedoc/test.type* /properties modules modulebusiness-services/module modulecommon-c2/module /modules

Re: Maven install

2007-11-30 Thread Marco Mistroni
Hi, where are your properties(i mean the 'replacement' properties) 'stored'? in your profile? On Nov 30, 2007 7:48 PM, LinaTomy [EMAIL PROTECTED] wrote: Hi I have the following structure src | ---main | resources |

Maven install

2007-11-30 Thread LinaTomy
Hi I have the following structure src | ---main | resources | --- A.properties store

[c1.1] Profile not being used in build?

2007-11-30 Thread Mick Knutson
I have the following profile in my pom.xml: profiles profile idno-doc/id activation activeByDefault/ /activation modules *modulebpel/module* modulebusiness-services/module

Re: [m2] another if/else profile question.

2007-11-30 Thread Mick Knutson
I read through this, but how would I say some like (!active.profile == documentation) On Nov 28, 2007 5:31 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Nov 28, 2007 6:17 PM, Mick Knutson [EMAIL PROTECTED] wrote: How do I do the absence of a property? Google turned up...

Re: release problem with multi modules project

2007-11-30 Thread Heinrich Nirschl
On Dec 1, 2007 3:26 AM, Guillaume Lederrey [EMAIL PROTECTED] wrote: Hello ! I'm having problems with the release plugin on a multi module project. The release:prepare goal works fine, but when I do the release:perform, I get an error telling me that it cant resolve a dependency to

Re: rmic compiler other then FreeHep

2007-11-30 Thread Mark Donszelmann
Hi if you send us the patches I can include it. Regards Mark On Nov 30, 2007, at 4:24 PM, Borut Bolčina wrote: The plugin is finished. It now finds all the classes which needs to have stubs generated for - automatically. -Borut 2007/11/22, Mark Donszelmann [EMAIL PROTECTED]: Hi feel

RE: errors for hibernate test cases

2007-11-30 Thread Giovanni Azua
ciao Marco, Please find the stacktrace below grazie! :) testcase time=0 name=testFindById error message=Could not initialize class perfectjpattern.j2ee.database.dao.hibernate.HibernateGenericDao type=java.lang.NoClassDefFoundErrorjava.lang.NoClassDefFoundError: Could not initialize class

errors for hibernate test cases

2007-11-30 Thread Giovanni Azua
hi, I have a set of test cases that pass fine under Eclipse .. but from Maven I get java.lang.NoClassDefFoundError when running TestHibernateGenericReadOnlyDao and TestHibernateGenericDao (see below). My gut-feeling is that the auxiliary Fixture class Person (not a TestCase and not Test*

Re: [c1.1] Profile not being used in build?

2007-11-30 Thread Mick Knutson
No I put it in the profile section and selected that profile in the build definition. So does that mean that those profiles are something different? On 11/30/07, olivier lamy [EMAIL PROTECTED] wrote: Hi, In the arguments field of your buildDefintion do you have -P no-doc ? Continuum profile

Re: Builds are in Queue

2007-11-30 Thread olivier lamy
Hi, Parrallel builds are not implemented. Concerning dependencies if you use maven2 and record your poms in continuum. Continuum will hande dependencies between projects. -- Olivier 2007/11/30, I am Who i am [EMAIL PROTECTED]: Hi All When i executed 2 / 3 builds at the same time, only one

Re: Automatic Build/polling repository not working

2007-11-30 Thread Emmanuel Venisse
You can use 1.1 final, it is released. do you have attached your schedule to the build definition? Is it enabled/activated? Emmanuel Steve Povilaitis a écrit : Most exalted ones, I'm running continuum 1.1-beta-4 standalone on Windows XP Server. I have set up my project to poll my subversion

Re: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Siarhei
Actually, I have to take back what I said. It appeared the problem was that I had continuum running as a system service which doesn't find my settings.xml. After I modified the service to run as a local user and put settings.xml under the the users profile the problems seemed to be resolved. It

Re: rmic compiler other then FreeHep

2007-11-30 Thread Borut Bolčina
The plugin is finished. It now finds all the classes which needs to have stubs generated for - automatically. -Borut 2007/11/22, Mark Donszelmann [EMAIL PROTECTED]: Hi feel free to extend our plugin with the functionality you mention below. Send us the patch and we can include it.

Re: Wrong build status in Project Group Summary

2007-11-30 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hi, currently I have a strange error with the displaying of the build status in the continuum web interface. I uploaded some screenshots to my old opera profile, which I never used but this was the shortest way to get them up somewhere. The mail was too large for

Re: Setting continuum over Oracle

2007-11-30 Thread Raúl Casado Piqueras
Hi all! I have been trying a few things and I have already continuum running using Oracle as DB. I have only follow the steps given in the first link. At the end I got the attached file (package-oracle.orm). Then I have copy this file to the WEB-INF/classes dir. And finally, I have just

Re: Controlling build scope

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 6:49 AM, rmatthews [EMAIL PROTECTED] wrote: I have a multi-module project that produces many artifacts and generates reports etc. When I am developing I don't wish to rebuild everything every time. For example if I am working on the code I don't want to generate the

Re: Forcing inclusion of jars

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 3:48 AM, Founaboui Haman [EMAIL PROTECTED] wrote: Hi all, how can i force maven to includes the jars specified in the dependencies to be included in my project jar? late say in a lib directory. I am using maven 2.0.7 under jdk15 on eclipe 3.3. Take a look at the assembly

activating parent-pom profiles

2007-11-30 Thread Lorenzo Bigagli
Hi all, I'm trying to set up our parent-pom so that it defines build properties for different environments, to be activated case by case (the usual env-dev, env-local, env-production, etc.) I was thinking of using profiles, although this seems tricky, also according to the many articles/posts on

Re: problems mirroring repo1.maven.org

2007-11-30 Thread Simon BRANDHOF
We fixed permissions too late. Files access is now forbidden (like http://repo1.maven.org/maven2/ch/hortis/sonar/sonar-maven-plugin/1.0.1/sonar-maven-plugin-1.0.1.pom). It's very embarrassing for us. Could you reexecute the synchronization please ? Thanks Simon On Nov 28, 2007 12:47 PM, Carlos

Controlling build scope

2007-11-30 Thread rmatthews
I have a multi-module project that produces many artifacts and generates reports etc. When I am developing I don't wish to rebuild everything every time. For example if I am working on the code I don't want to generate the documentation (for inclusion with the distribution file and created

Re: Why Same state, not sending message

2007-11-30 Thread Emmanuel Venisse
MATHUS Baptiste a écrit : Hi, OK, it works. Although I found the file in $CONTINUUM_HOME/apps/continuum/conf/application.xml instead. Maybe that was something that changed between continuum 1.03 and continuum 1.1. Yes. Thanks. -Message d'origine- De : Emmanuel Venisse

Where should I place UML-models in a Maven2 structure..

2007-11-30 Thread Arne Styve
Hi, I want to use the UML-editor in Netbeans 6.0RC2 to model my application. I use the Mevenide-plugin, and have created my Java-project according to the Maven2 directory structure. My question is then, where should the UML-model files be placed in the Maven2 Structure ? Under src/main/uml for

RE: Why Same state, not sending message

2007-11-30 Thread MATHUS Baptiste
Hi, OK, it works. Although I found the file in $CONTINUUM_HOME/apps/continuum/conf/application.xml instead. Maybe that was something that changed between continuum 1.03 and continuum 1.1. Thanks. -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : vendredi 30

RE: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Siarhei
I had the same problem. But in my case I had a parent which was a project from another repository (the build worked well from the command line) and it was never built on the same PC (maven didn't have a chance to download it to localRepository). After I removed the parent I could add the project.

Forcing inclusion of jars

2007-11-30 Thread Founaboui Haman
Hi all, how can i force maven to includes the jars specified in the dependencies to be included in my project jar? late say in a lib directory. I am using maven 2.0.7 under jdk15 on eclipe 3.3. Thanks for your Help A shnipet of my pom: . . . build finalNameprojectName/finalName

Re: Why Same state, not sending message

2007-11-30 Thread Emmanuel Venisse
You can configure alwaysSend to true in WEB-INF/classes/META-INF/plexus/application.xml in the mail notifier component descriptor. By default, we don't send notifications if the state doesn't change to not spam users. Emmanuel MATHUS Baptiste a écrit : Hi all, I've taken a look on the

Re: Injecting resources into a project

2007-11-30 Thread Erez Nahir
You can use either ant task to copy (with antrun-plugin) or (and that's prefered IMHO) use maven-dependency-plugin ( http://maven.apache.org/plugins/maven-dependency-plugin/), create dependency from B to A and unpack it to some dir under B/target. Add B/target as resource and you are done. Erez.

Re: problems mirroring repo1.maven.org

2007-11-30 Thread Carlos Sanchez
their email address was in my previous mail ;) I guess the permissions were synced from their repo again On Nov 30, 2007 5:19 PM, Stephen Connolly [EMAIL PROTECTED] wrote: Still having problems with this domains files Any chance somebody can bash them on the head repeatedly with a wet

Problem with continuum 1.1 - cannot connect with web browser

2007-11-30 Thread Kuipers, Hartmut
Hello! Continuum 1.1 is running on a linux server (Suse 10.3, 64 bit), but if I start my web browser with http://localhost:8080/continuum/ I get an error (http error: 500). With continuum 1.0.3 everything works fine. Any idea? Many thanks in advance for your help! Ben Kuipers Here is the log:

Problem adding a user

2007-11-30 Thread Arnaud Bailly
Hello, In archiva 1.0 (and 1.0-beta-4), I try to add a user. User creation works OK, I can change right, but then I cannot login with the new user (only admin and guest works). The user is not validated in the User Management tab and I cannot send email. Regards, Arnaud Bailly PS: This stack

Re: problems mirroring repo1.maven.org

2007-11-30 Thread Stephen Connolly
Still having problems with this domains files Any chance somebody can bash them on the head repeatedly with a wet fish? receiving file list ... rsync: opendir /org/objectweb/fractal/fscript (in maven2) failed: Permission denied (13) done biz/aQute/bndlib/ biz/aQute/bndlib/0.0.213/

Re: How to include logo

2007-11-30 Thread Ken Turner
The Company POM, or Super POM, is a Maven thing, see details http://maven.apache.org/pom.html#The_Super_POM here , and on Windows XP it normally lives in a directory such as C:\Documents and Settings\username\.m2\repository. When you go to the Continuum 1.1 Appearance screen first time around

Error while customizing Appearance (Company Details)

2007-11-30 Thread Denis Schettl
I am using Archiva 1.0 running on Tomcat 6.0.14 (with Java jre1.6.0_03): 1) I create a pom with company details: ?xml version=1.0 encoding=UTF-8? project modelVersion4.0.0/modelVersion groupIdde.ipcc.km/groupId artifactIdkmvorgaben/artifactId

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
The war will be re-packaged with the new jar for as long as you run the build form a parent module which would make sure that your new and changed jar gets to your local repository which then gets picked up by the war module. Note there is a difference between packaging and compiling as those are

Re: Conditionally use includes and excludes for tests

2007-11-30 Thread Kalle Korhonen
plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId executions execution idsurefire-it/id phaseintegration-test/phase configuration includes

Automatic Build/polling repository not working

2007-11-30 Thread Steve Povilaitis
Most exalted ones, I'm running continuum 1.1-beta-4 standalone on Windows XP Server. I have set up my project to poll my subversion repository every 5 minutes and do a checkout if any code has changed. I can run the build manually just fine by clicking the green arrow, but the automatic

RE: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Boeckli, Dominique
in my case it doesn't matter if it is a project with a parent or not. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 03:24 PM To: [EMAIL PROTECTED] Subject: Re: POM file does not exist. Either the POM you specified or one of its modules

Re: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Wendy Smoak
On Nov 30, 2007 4:18 AM, Siarhei [EMAIL PROTECTED] wrote: Am I correct in the assumption that it's not possible to add a pom project that has a parent (and which may be was never installed in the local repository)? FWIW, I'm seeing something similar with a slightly older version of Continuum,

RE: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Boeckli, Dominique
to be complete i insert the following: What i did meanwhile: - local pom-file upload comes with same error - wrote a simple web-project with upload function (org.apache.commons.fileupload) and deployed it on this server. Accessed same local file and it worked. - copy/pasted the complete

RE: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Boeckli, Dominique
this is the settings.xml in the home directory of the jboss installation on both server: settings localRepository/data/repositories/continuum/local/localRepository proxies proxy idproxy3/id activetrue/active protocolhttp/protocol hostinternetemea.eds.com/host

Setting continuum over Oracle

2007-11-30 Thread Raúl Casado Piqueras
Hi all! We are thinking about running continuum in a production environment and we only have oracle database support. I know and understand that the db used is derby with the embedded driver. I have been researching a little bit and I have found several mail saying that running on Oracle

Generating URL's from master POM

2007-11-30 Thread Andreas Gies
Hello, i am managing multiple projects form y company using maven 2.0.7. For that purpose I have created a master pom, that contains the following section: (Pom A) ... modelVersion4.0.0/modelVersion groupIdcom.sonicsw.pso/groupId artifactIdsonic-maven-parent/artifactId

Problem generating site at phase packaging

2007-11-30 Thread Francois Fernandes
Hi list, I found a really strange behavior with the following setup: We're creating a site for distribution with our product (packaged in a distribution zip file). We're creating the site as a part of our multi-project build and the site:site mojo is bound to the packaging phase. This is the

Why Same state, not sending message

2007-11-30 Thread MATHUS Baptiste
Hi all, I've taken a look on the website, but I can't find where this rule is explained or defined. Here's the log I have on some projects that've been modified : 2007-11-30 11:12:40,944 [Thread-2] DEBUG Notifier:mail - Current build state: 2, previous build state: 2

AW: Problem with continuum 1.1 - cannot connect with web browser

2007-11-30 Thread Kuipers, Hartmut
ves, you are right! I installed sun jdk, now it works! Thank you very much! -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. November 2007 10:50 An: [EMAIL PROTECTED] Betreff: Re: Problem with continuum 1.1 - cannot connect with

Re: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Emmanuel Venisse
Siarhei a écrit : I had the same problem. But in my case I had a parent which was a project from another repository (the build worked well from the command line) and it was never built on the same PC (maven didn't have a chance to download it to localRepository). After I removed the parent I

Wrong build status in Project Group Summary

2007-11-30 Thread Manuel.Renz
Hi, currently I have a strange error with the displaying of the build status in the continuum web interface. I uploaded some screenshots to my old opera profile, which I never used but this was the shortest way to get them up somewhere. The mail was too large for the mailinglist.

RE: Automatic Build/polling repository not working

2007-11-30 Thread MATHUS Baptiste
As I'm under Aix, I don't start continuum using the wrapper, but directly through the plexus.sh and so I manage the log redirection by myself. From what I remember, you can start continuum in console mode to send the logs to the screen. But I guess the logs should go into $CONTINUUM_HOME/logs,

Re: Automatic Build/polling repository not working

2007-11-30 Thread Steve Povilaitis
thanks for the tip about 1.1 final. I'll upgrade. Yes it is attached to my build definition and enabled. On Fri, 30 Nov 2007 11:07:13 -0500, Emmanuel Venisse [EMAIL PROTECTED] wrote: You can use 1.1 final, it is released. do you have attached your schedule to the build definition? Is it

Project change detection

2007-11-30 Thread MATHUS Baptiste
Hi all, Two mails in a day :-). We just committed some code in one of our project. I was looking at the logs and saw something bizarre : As an example, those lines show a project that has not changed. Not building it is normal : 2007-11-30 17:20:03,193 [Thread-3] INFO ContinuumScm

Re: Setting continuum over Oracle

2007-11-30 Thread Emmanuel Venisse
Please, attach it to an issue in jira and we'll apply it to trunk. Thanks. Emmanuel Raúl Casado Piqueras a écrit : Hi all! I have been trying a few things and I have already continuum running using Oracle as DB. I have only follow the steps given in the first link. At the end I got the

Re: Project change detection

2007-11-30 Thread Emmanuel Venisse
I don't know why it isn't detected. Maybe you can update to 1.1 Can you post more logs? Emmanuel MATHUS Baptiste a écrit : Hi all, Two mails in a day :-). We just committed some code in one of our project. I was looking at the logs and saw something bizarre : As an example, those lines

Re: errors for hibernate test cases

2007-11-30 Thread Marco Mistroni
Giovanni, could you please post stacktrace of exception? i had also problems with hibernate and got everything sorted out.. your hbm.xml files should end up in src/main/resources in order to be present in the classpath during testing(they'll end up in target\classes) regards marco On Nov 30,