RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Afert adding installations to a profile don't use save but go to the profile list page. In fact, the workflow is a litte bit confusing here. It will be fixed in beta-2 ( you have patch here : http://jira.codehaus.org/browse/CONTINUUM-1361 ) Concerning IE, it's an issue (I have only tested with

java.lang.NullPointerException: groupId was null

2007-08-07 Thread Otto Kolsi
Hi! I'm testing Continuum 1.1 beta 1 with Ant projects. So far it seems to work fine. I noticed following minor issue and thought to mention. I haven't yet created any Project Groups, so my Ant project is in the Default Group. The Release functionality is new so without configuring it, I

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Emmanuel Venisse
What are your installations? profiles with installations associated? [EMAIL PROTECTED] a écrit : Hi, I already wrote a message about that. I can't add any installation to a profile : with IE the add button doesn't work and with Firefox, when I click on the add button I obtain a

Re: java.lang.NullPointerException: groupId was null

2007-08-07 Thread Emmanuel Venisse
Can you file an issue? The release feature is designed actually to run only with maven2 projects. Emmanuel Otto Kolsi a écrit : Hi! I'm testing Continuum 1.1 beta 1 with Ant projects. So far it seems to work fine. I noticed following minor issue and thought to mention. I haven't yet

Re: Build Fresh option

2007-08-07 Thread Emmanuel Venisse
If you don't have symbolic links, you can use it Morgovsky, Alexander (US - Glen Mills) a écrit : It appears that the Build Fresh option does not fully work. I found a Jira issue #1156. Is it recommended to not use the Build Fresh option until later? Thank you. This message (including

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Emmanuel Venisse
What is the process to reproduce it? Stephane Nicoll a écrit : Hey, I've also a NPE (see below) but I'm able to create the build profile anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5. Cheers, Stéphane 12790974 [TP-Processor6] INFO

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Hi, For IE, there is an issue (CONTINUUM-1369). For the other point, I need the exact workflow. I aggree profile/installation workflow was not correct (I have send some patchs concerning this). -- Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé :

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Do you have an error message or something in the log ? -- Olivier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 7 août 2007 11:59 À : continuum-users@maven.apache.org Cc : continuum-users@maven.apache.org Objet : Re: Continuum 1.1-beta-1 profile

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Stephane Nicoll
- Firefox - Login as admin - Profiles, add profiles, give a name, save - Edit profile, add an installation, save - NPE But the profile is there with the installation. Note I never restarted the service so it's maybe not saved at all (and in a transient cache or something). Stéphane On 8/7/07,

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
I think it's due to CONTINUUM-1361. Rewrite the end of the workflow ;-) - Edit profile, add an installation, go to Profiles List -- Olivier -Message d'origine- De : Stephane Nicoll [mailto:[EMAIL PROTECTED] Envoyé : mardi 7 août 2007 12:11 À : continuum-users@maven.apache.org Objet :

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread remi . chevalier
Sorry, I forgot the workflow, fro me, the error appears earlier than Stéphane : - Firefox - Login as admin - Profiles, add profiles, give a name, save - Edit profile, add an installation -- java.lang.NullPointerException [EMAIL PROTECTED] 07/08/2007 12:17 Veuillez répondre à

Re: java.lang.NullPointerException: groupId was null

2007-08-07 Thread Otto Kolsi
Emmanuel Venisse wrote: Can you file an issue? Yes, I just created CONTINUUM-1371. -- Otto

refreshing a changed POM

2007-08-07 Thread brad hadfield
I've noticed that when I change a POM file that it does not seem to refresh within Continuum. Is there a way to tell Continuum that the POM file has changed? At what point does Continuum check the POM. Thanks

Re: getting relative paths maven + continuum

2007-08-07 Thread Emmanuel Venisse
Continuum doesn't build projects directly. It start maven in the right directory then maven do the build and Continuum look at the output and the result. Can you add more details about your problem? Emmanuel brad hadfield a écrit : Hi, I am a new maven and continuum user. I'm having

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
Maven does start in a project directory, but I suspect what you're looking for is a parent project's directory. Because Continuum does not necessarily know about parent folders, since it pulls each project out individually, you need your build setup to not be dependent on folder location.

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
Thanks Emmanuel, I have a property with a path that looks like ${basedir}/../../../core-parent/trunk/ If I use the variable ${basedir} by running maven from the command line the location looks like: C:\CIProjects\ProjectsMain\ But when I run the build in Continuum the Maven variable

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
Good point, though it's not entirely true, since if you're using maven and always building with the full tree checked-out into a comprehensive workspace, this will work. It's only because continuum pulls things out sub-project (maven project) at-a-time that this becomes unworkable. But

RE: getting relative paths maven + continuum

2007-08-07 Thread brad hadfield
Thanks again for all your help, just to clarify, the file is not found in a parent project but in a sibling project. We have a situation where a number of Web applications have an XML schema file that extends objects found a base schema file. The base schema file is part of the base project.

Re: getting relative paths maven + continuum

2007-08-07 Thread Christian Gruber
What I've done before is actually created a jar project that contains the base schema and only contains the base schema, and make it a provided dependency for the other projects. Then I use the maven dependency plugin to grab that .jar, pull it into a temporary folder during the build of

Problems with Space in Perforce URL Path

2007-08-07 Thread Anshula
Hi, Today I tried adding an Ant project to Continuum with the SCM URL as - scm:perforce:[EMAIL PROTECTED]:1966://Project-Development/project - support libraries I am not able to build this Ant project. In the logs the error message is - Provider message: Unable to sync. Are you logged in? I

RE: continuum-1.1-beta-1: Error while generating mail contents.

2007-08-07 Thread LAMY Olivier
Issue CONTINUUM-1374. Simple workaround add a jdk to your profile. Will be fix in beta-2. -- Olivier -Message d'origine- De : Andreas Guther [mailto:[EMAIL PROTECTED] Envoyé : mardi 7 août 2007 03:05 À : continuum-users@maven.apache.org Objet : continuum-1.1-beta-1: Error while

RE: continuum-1.1-beta-1: Build succeeded or failed ???

2007-08-07 Thread LAMY Olivier
Have you tried with mvn 2.0.6 or 2.0.5 ? What is your OS ? If windows I think there is an issue with mvn.bat concerning cli return code (MAVEN_TERMINATE_CMD ) (don't remember the issue id) -- Olivier De : Poli García [mailto:[EMAIL PROTECTED] Envoyé : mardi