Grails, Maven and system properties?

2010-08-04 Thread Sebastien ARBOGAST
I'm using Grails 1.3.3 and I have externalized certain configuration options to properties files in such a way that I can specify the location of those properties files on the command line when I start up my application: Thanks to this line in Config.groovy: grails.config.locations file: +

Issue with maven-changes-plugin and JIRA 3.12.3

2008-07-05 Thread Sebastien ARBOGAST
I'm trying to configure my project in order to include a JIRA report in my site but I've tried several configuration options and the JIRA report remains desperately empty. Here is my reporting plugin configuration plugin groupIdorg.apache.maven.plugins/groupId

project.build.directory is not resolved correctly anymore

2008-04-30 Thread Sebastien ARBOGAST
I have at least one of my project which was defining a resource like: resources resource directory${project.build.directory}/generated-resources/directory /resource /resources And the files inside target/generated-resources could not be found by Maven plugin. Is it a known bug?

pom.build.sourceDirectory in Maven 2.0.9: it doesn't work anymore!!!

2008-04-21 Thread Sebastien ARBOGAST
On one of my projects, I have the following property: model.urifile:${project.build.sourceDirectory}/myapp.xmi/model.uri Knowing that in the same POM, sourceDirectory is configured that way: sourceDirectory${project.basedir}/src/main/uml/sourceDirectory With Maven 2.0.8, model.uri was

Re: pom.build.sourceDirectory in Maven 2.0.9: it doesn't work anymore!!!

2008-04-21 Thread Sebastien ARBOGAST
there are no regressions. Please give us a representative build which expresses the problem, and we'll fix it if it's a regression. On 21-Apr-08, at 7:46 AM, Sebastien ARBOGAST wrote: On one of my projects, I have the following property: model.urifile:${project.build.sourceDirectory}/myapp.xmi

Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
I have a problem using maven-dependency-plugin. One of my modules configures this plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.0/version executions

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
I don't have any other explicit dependency on it in other modules.Is there a way to know if another plugin uses it implicitly? 2008/3/2, Olivier Lamy [EMAIL PROTECTED]: An other module use the plugin with the version 2.0-alpha-4 ? -- Olivier 2008/3/2, Sebastien ARBOGAST [EMAIL PROTECTED

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
/maven-dependency-plugin/ Sebastien ARBOGAST wrote: I have a problem using maven-dependency-plugin. One of my modules configures this plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId

Re: Building Eclipse plugins with Maven 2

2007-12-07 Thread Sebastien ARBOGAST
managed to do that? 2007/11/19, Sebastien ARBOGAST [EMAIL PROTECTED]: Thanks a lot for all your help Michal. I was afraid of renaming of renaming the name of those projects without changing the name of tha packages inside them (which I cannot do), but it worked. Well at least it compiles

Re: Building Eclipse plugins with Maven 2

2007-11-19 Thread Sebastien ARBOGAST
project, the one I'm mavenizing, I have a .product file that I could run directly inside Eclipse to launch my RCP application. Should I keep this file? And if yes, where is it best to put it? root of the main plugin or src/main/resources? 2007/11/16, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
] Why the heck does psteclipse remove what it needs later? 2007/11/16, Sebastien ARBOGAST [EMAIL PROTECTED]: Ok, that's what I feared. Then I'm pretty much stuck here. The thing is that this plugin was extracted from a pre-release of Eclipse 3.3, its source

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
that I see for the moment is to try to get rid of this plugin. Thanks for your insight on psteclipse. 2007/11/16, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote: Yes, that's what I did and once again, I stepped further and stalled. Now the issue is that I have a source-plugin

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
:\Documents and Settings\e027723\eclipse' Apparently psteclipse is looking for a startup.jar file in eclipse home directory but I'm using Eclipse 3.1.1 and there is no such file in there. Is psteclipse incompatible with Eclipse 3.3? 2007/11/16, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
I think I found my answer: http://eclipsenuggets.blogspot.com/2007/04/starting-eclipse-3.html It seems like I'm gonna have to modify psteclipse a little bit. 2007/11/16, Sebastien ARBOGAST [EMAIL PROTECTED]: Thanks a lot. It works great and I'm progressing. Now the code compiles and when Maven

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
is looking for is 1.0.0-SNAPSHOT I have trouble figuring out what's the logic behind all this. Can you help me? 2007/11/15, Sebastien ARBOGAST [EMAIL PROTECTED]: Yes, I confirm that it works. Thanks a lot 2007/11/14, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote: [INFO

Re: Building Eclipse plugins with Maven 2

2007-11-16 Thread Sebastien ARBOGAST
to my local repository. Yet when I try to build this source-plugin, it's looking for version 3.3.100-SNAPSHOT instead of 3.3.100. Any idea? Could this be linked to the fact that my source-plugin's name is something like org.eclipse... ? 2007/11/16, eSonic [EMAIL PROTECTED]: Sebastien Arbogast

Re: Building Eclipse plugins with Maven 2

2007-11-15 Thread Sebastien ARBOGAST
Yes, I confirm that it works. Thanks a lot 2007/11/14, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote: [INFO] [ERROR] BUILD ERROR [INFO

Re: Building Eclipse plugins with Maven 2

2007-11-14 Thread Sebastien ARBOGAST
[INFO] Finished at: Wed Nov 14 15:34:20 CET 2007 [INFO] Final Memory: 3M/7M [INFO] Any idea of what this could be? 2007/11/13, eSonic [EMAIL PROTECTED]: Sebastien Arbogast wrote: Obviously some bits and pieces

Re: Building Eclipse plugins with Maven 2

2007-10-26 Thread Sebastien ARBOGAST
that I found on m2eclipse repository. Do I downloaded the original version linked in the article, but when I tried to build it, it failed because it doesn't find maven-pst parent project. Does anyone know where I can fin that project? 2007/10/23, Sebastien ARBOGAST [EMAIL PROTECTED]: I checked out

Re: Building Eclipse plugins with Maven 2

2007-10-26 Thread Sebastien ARBOGAST
) com.mycompany.eclipse:org.eclipse.ui.ide:pom:1.0 Obviously some bits and pieces are missing. 2007/10/26, Sebastien ARBOGAST [EMAIL PROTECTED] : OK, I really need this to work because I'm fed up with ant maintenance and manual dependency management. I've tried to start all over again. I think the problem might have come

Building Eclipse plugins with Maven 2

2007-10-23 Thread Sebastien ARBOGAST
I'm trying to apply the instructions given in the Eclipse Corner article ( http://www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Maven2/index.html) in order to build several Eclipse plugins using Maven 2.0.4. In the first part of the article there is something about a Deploy Mojo

Re: Building Eclipse plugins with Maven 2

2007-10-23 Thread Sebastien ARBOGAST
? Regards, Torsten Sebastien ARBOGAST schrieb: I'm trying to apply the instructions given in the Eclipse Corner article ( http://www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Maven2/index.html http://www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Maven2

Re: WSDL2Code Axis2 javax/wsdl/WSDLException NoClassDefFoundError

2007-08-13 Thread Sebastien ARBOGAST
Stupid question on my side. It's just that it's the first time I have to specify a dependency for a plugin. Now it works... well, actually it doesn't work, but for another reason. Thanks Jörg 2007/8/13, Sebastien ARBOGAST [EMAIL PROTECTED]: Does this mean there is a bug in the plugin's own POM

Re: WSDL2Code Axis2 javax/wsdl/WSDLException NoClassDefFoundError

2007-08-13 Thread Sebastien ARBOGAST
Does this mean there is a bug in the plugin's own POM? Can I do something to fix it locally? 2007/8/13, Jörg Schaible [EMAIL PROTECTED]: It's the *plugin* that needs this dep, not your artifact ... ;-) Sebastien Arbogast wrote on Sunday, August 12, 2007 2:13 PM: I have exactly the same

Re: WSDL2Code Axis2 javax/wsdl/WSDLException NoClassDefFoundError

2007-08-12 Thread Sebastien Arbogast
I have exactly the same problem. I've tried many versions of the wsdl4j dependency, but I still get that exception. PeteTh wrote: I'm trying to use axis2-wsdl2code-maven-plugin with wsdl2code goal. However I'm getting inconsistencies with class versions, can anyone help? Has anyone got

maven-assembly-plugin and signed jars

2007-07-05 Thread Sebastien Arbogast
I'm using maven-assembly-plugin and jar-with-dependencies descriptor to generate an executable jar for my desktop application. But when I try to execute this jar, I have the following exception: Exception in thread main java.lang.SecurityException: no manifiest section for signature file entry

Module builds individually but not inside the project

2007-06-20 Thread Sebastien Arbogast
I'm using Maven 2.0.6. I've got a multi-module project as follows: - the flex module produces a swf artifact - the web module depends on the flew module and produces a war - the app module depends on the war module and produces an ear Because the swf artifact type is not handled natively by

Setting up a productive environment for web development

2007-06-05 Thread Sebastien Arbogast
Hi all, I'm trying to migrate an EAR Maven2 project to a more productive setup. More precisely, we had a multi-module project with a WAR subproject and every time we updated a JSP or something, we had to compile and redeploy the whole EAR. So now I have extracted the war module out of the

Re: Error in running mvn

2007-01-15 Thread Sebastien Arbogast
I have exactly the same Exception popping up and my environment variables are correctly set: [EMAIL PROTECTED]:~# mvn --version Exception in thread main java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher [EMAIL PROTECTED]:~# echo $M2_HOME /usr/local/lib/maven-2.0.4 [EMAIL

Re: Error in running mvn

2007-01-15 Thread Sebastien Arbogast
\core\boot\classworlds-1.1.jar. Cheers, Franz Sebastien Arbogast wrote: I have exactly the same Exception popping up and my environment variables are correctly set: [EMAIL PROTECTED]:~# mvn --version Exception in thread main java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher

Accessing profile properties from unit test

2007-01-06 Thread Sebastien Arbogast
I'm using TestNG to test a few Spring services and I would need to clean up a few tables before running each test. For that, the most simple way I'm thinking of is to execute a bunch of TRUNCATE statements from inside my unit test via JDBC. But for that I need my database information which is in

Maven 2 for desktop applications

2006-12-12 Thread Sebastien Arbogast
I know that this question has been asked many many times and still I cannot find one single valid answer with a simple google request like Maven2 desktop. Actually, everytime the answer seems to be about the same, Maven can allow that, but it can't do it by default: you have to tinker a bit, use

Re: Maven rant

2006-11-02 Thread Sebastien Arbogast
. Sebastien -Original Message- From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 2:45 PM To: Maven Users List Subject: Re: Maven rant 2 thoughts about what you wrote Vincent: I totally agree on the fact that a few people have to write the core of the documentation

Re: Maven rant

2006-10-31 Thread Sebastien Arbogast
the scenes. IMHO, Maven documentation should look like that: http://drupal.org/handbooks 2006/10/31, Vincent Massol [EMAIL PROTECTED]: -Original Message- From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] Sent: mardi 31 octobre 2006 14:18 To: Maven Users List Subject: Re: Maven rant

Re: [M2] Ant-based plugin and target classpath

2006-10-23 Thread Sebastien Arbogast
Great news!!! I was a bit disappointed to see that launch4j only generates .exe launchers for Windows so I'm not sure it will be suitable for my project but I'll have a look. I hope it gets to official repositories soon. 2006/10/23, pjungwir [EMAIL PROTECTED]: Hello, I just finished a

[M2] Ant-based plugin and target classpath

2006-10-21 Thread Sebastien Arbogast
I'm trying to develop a Launch4j Maven2 plugin by reading this tutorial: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html Now I have a problem because launch4j uses a custom ant task so I need to specify a classpath that indicates where to find launch4j.jar (which I have

Equivalent of One-Jar as Maven2 plugin

2006-10-16 Thread Sebastien Arbogast
I was trying to deliver my Maven2-built desktop application as a single executable JAR with all dependencies included (using Assembly plugin) when I realized that the default classloading mechanism doesn't allow it. I had a look à One-Jar (http://one-jar.sourceforge.net/) and I was told that

Customizing MANIFEST.MF with assembly plugin

2006-10-06 Thread Sebastien Arbogast
Hi, I'm currently investigating the use of Maven Assembly Plugin and I'd like the generated jar archive to be executable. For that I need the manifest to include a Main-Class attribute. The problem is that I don't manage to get a customized Manifest into the generated assembly. I've tried to add

[M2] Mojo and access to another plugin's configuration

2006-07-16 Thread Sebastien Arbogast
Is it possible to access a configuration option of another plugin? I'm currently developing a plugin that needs to get a reference to the path where the WAR plugin writes the exploded web application. More specifically, my mojo is linked to the generate-resources phase and needs to have a File

[M2] Mojo development: access to resources inside the plugin

2006-07-16 Thread Sebastien Arbogast
In the plugin I'm working on, I have a src/main/resources/foo directory and as a result, when the plugin is packaged, I get a foo directory at the root of the plugin jar, and that's fine. But now I want to get a java.io.File reference to this foo directory from inside the code of one of my

Re: Maven book: feedback

2006-07-16 Thread Sebastien Arbogast
should be improved. AFAIK there's no Maven2 Developer's Notebook in the pipeline and I think we should be able to improve this one over time. It's an online book and thus has the power of being modified more easily. Thanks for your feedback. -Vincent -Original Message- From: Sebastien

Re: [M2] Mojo development: access to resources inside the plugin

2006-07-16 Thread Sebastien Arbogast
something? -D On 7/16/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Sebastien Arbogast wrote: In the plugin I'm working on, I have a src/main/resources/foo directory and as a result, when the plugin is packaged, I get a foo directory at the root of the plugin jar, and that's fine. But now

Re: [M2] Mojo development: access to resources inside the plugin

2006-07-16 Thread Sebastien Arbogast
directory. -- Dennis Lundberg dan tran wrote: Dennis, would you suggestion work? since the resource is in a jar, and therefore obtaining a File object is not possible. am I missing something? -D On 7/16/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Sebastien Arbogast wrote

Re: [M2] Mojo development: access to resources inside the plugin

2006-07-16 Thread Sebastien Arbogast
And would you do that? I mean, foo is a directory, it contains a whole file tree. I don't quite get it. 2006/7/16, dan tran [EMAIL PROTECTED]: Denis suggests to copy contents of URL to a file first before accessing it. -D On 7/16/06, Sebastien Arbogast [EMAIL PROTECTED] wrote: I tried

Re: Maven book: feedback

2006-07-16 Thread Sebastien Arbogast
(http://www.planetcocoon.com). I've always thought that Apache's projects documentation could greatly benefit from such an open approach for documentation. -Original Message- From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] Sent: dimanche 16 juillet 2006 21:39 To: Maven Users List

Re: [M2] Mojo development: access to resources inside the plugin

2006-07-16 Thread Sebastien Arbogast
code to extract each file from the JAR (or google it), but hopefully it's something that might work for you. Mark On 7/16/06, Sebastien Arbogast [EMAIL PROTECTED] wrote: I tried that, based on Dennis' proposition: URL url = this.getClass().getClassLoader().getResource( /foo ); try

Maven book: feedback

2006-07-15 Thread Sebastien Arbogast
Hi, I'm currently in the process of reading Better builds with Maven and to be honnest... I'm quite disappointed. I found Maven Developer's notebook for Maven 1 excellent, and I said it a few times on this list. It's even one of the books I used the most often for some time. And when Vincent

Re: Any news about the update of Maven2 book with corrected errata ?

2006-07-06 Thread Sebastien Arbogast
Sorry to be late on the answer but I was very busy lately... and very off too :P Yes I am voluteering as a technical reviewer. Not as an author because I'm still a newbie with Maven2, but technical reviewer, that I can do it. -- Sébastien Arbogast http://www.sebastien-arbogast.com

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Sebastien Arbogast
2006/6/23, Trygve Laugstøl [EMAIL PROTECTED]: Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd

Using Apache as a proxy for Continuum

2006-06-23 Thread Sebastien Arbogast
I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd like it to be visible at http://continuum.myhost.com, without the port number.

Any news about the update of Maven2 book with corrected errata ?

2006-06-23 Thread Sebastien Arbogast
Any news about the updated version of Maven2 book ? If you need help, I'm volunteer :oP -- Sébastien Arbogast The Epseelon Project : http://www.epseelon.net Blog : http://sebastien-arbogast.epseelon.net TagSpot : http://www.tagspot.org

Re: Status on mavenide (maven2) IDEA plugin?

2006-06-17 Thread Sebastien Arbogast
I don't know exactly where you guys are on this initiative, but I can tell you that I'm waiting for it. As a matter of fact, there is one feature that I'd like to see: project goal shortcuts. When working with maven one, I could combine a sequence of goals into one by simply adding a custom goal

Re: [M2] Ghost dependencies

2006-06-02 Thread Sebastien Arbogast
2.1-SNAPSHOT of the war plugin only includes dependencies with a runtime scope for exploded,inplace and war goals. I think by default an artifact has a compile scope unless you modify the default scope then it shouldn't be included in the war. I don't know which version of the war plugin I'm

Maven2 book version 1.1?

2006-06-02 Thread Sebastien Arbogast
When I started reading the new Maven2 book, I noticed quite a few mistakes here and there and I tried to mark them in the PDF in order to report them later... until I noticed that the Errata section on Mergere's site was already quite complete. My question is, do you plan to release an updated

[M2] Ghost dependencies

2006-06-01 Thread Sebastien Arbogast
I have trouble understanding the new dependency mechanism. I added a dependency like this in my root pom dependencyManagament section: dependency groupIdjakarta-regexp/groupId artifactIdjakarta-regexp/artifactId version1.4/version

Re: [m2] Continuum or CruiseControl as a CI server ?

2006-05-04 Thread Sebastien Arbogast
as an add m2 project in continuum. Also a mvn site:site on it will provide you with some documentation on use. /Kaare On 04/05/06, Sebastien Arbogast [EMAIL PROTECTED] wrote: Honestly, intuitively I have a small preference for CruiseControl. The only thing that bothers me is the redundancy

Re: [m2] Continuum or CruiseControl as a CI server ?

2006-05-04 Thread Sebastien Arbogast
] I guess I must configure codehaus repository somewhere but I don't know how. 2006/5/4, Sebastien Arbogast [EMAIL PROTECTED]: It's fine for Subversion and mail notifications. But are these the only limitations of this development version ? In particular

[m2] Site deploy tries to create a directory

2006-05-04 Thread Sebastien Arbogast
I'm trying to deploy my site to sourceforge using either SCP or SFTP and I keep getting an error because it tries to create a root directory, which it shouldn't do because of sourceforge security policy. Here is my distributionManagement section: distributionManagement site

Re: [m2] Site deploy tries to create a directory

2006-05-04 Thread Sebastien Arbogast
/jw/jwebunit/htdocs ++ Sebastien Arbogast a écrit : I'm trying to deploy my site to sourceforge using either SCP or SFTP and I keep getting an error because it tries to create a root directory, which it shouldn't do because of sourceforge security policy. Here is my distributionManagement

Re: [m2] Maven idea plugin and project layout

2006-05-03 Thread Sebastien Arbogast
I did an update and everything works fine now. The new plugin is great. Thanks. Has there been any work on Mevenide/IntelliJ for Maven2 yet ? Would you need help on that ? 2006/5/2, Sebastien Arbogast [EMAIL PROTECTED]: I did what you suggested and I got a problem with another dependency

[m2-book] Where to actually configure report generation and display ?

2006-05-03 Thread Sebastien Arbogast
In chapter 3, page 71, it's written: Even though the standard reports are very useful, often you will want to customize the projects reports that are created and displayed in your web site. The reports created and displayed are controlled in the build/reports element in the POM. You may want to

Re: [m2 book] I don't get the same result when generating site.

2006-05-03 Thread Sebastien Arbogast
, and it works fine now. 2006/5/2, Sebastien Arbogast [EMAIL PROTECTED]: At the end of chapter 3, when I generate the proficio's site, I get $menu.getAttribute( name ) references in the side menu instead of About proficio and Project documentation menus. Is that normal ? Does anyone know what may have

Re: [m2 book] I don't get the same result when generating site.

2006-05-03 Thread Sebastien Arbogast
Actually, there's even another error in the code shown as an example, because there is no proficio-features page in the downloaded archive. So you have to create it. 2006/5/3, Sebastien Arbogast [EMAIL PROTECTED]: I found the problem: The site descriptor code shown as an example in the book

Re: [m2 book] I don't get the same result when generating site.

2006-05-03 Thread Sebastien Arbogast
=/proficio-features.html/ /menu menu name=About Proficio item name=What is Proficio? href=/what-is-proficio.html/ /menu 2006/5/3, Sebastien Arbogast [EMAIL PROTECTED]: Actually, there's even another error in the code shown as an example, because there is no proficio-features page in the downloaded

Re: [m2-book] Where to actually configure report generation and display ?

2006-05-03 Thread Sebastien Arbogast
OK. I've tried that and it works fine. So there's nothing to configure in build/reports element right? Maybe it's a reminiscence from the old Maven1 fashion report configuration that the author of this part will have forgotten to update... 2006/5/3, Dennis Lundberg [EMAIL PROTECTED]: Sebastien

[m2] Continuum or CruiseControl as a CI server ?

2006-05-03 Thread Sebastien Arbogast
I'm trying to find the best CI tool for a brand new Maven2-built project and I'd like to have your experience feedback about which one to choose between Continuum and CruiseControl. I know that, as Continuum is a spin-off of Maven project it should be better integrated with it. But on the other

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Sebastien Arbogast
. Sebastien Arbogast wrote: OK. I managed to checkout sources, but when I ran mvn install, I got the following error: W:\data\dev\maven-idea-pluginmvn install [INFO] Scanning for projects... [INFO] - --- [INFO] Building

[m2] Maven idea plugin and project layout

2006-05-01 Thread Sebastien Arbogast
I'm going through the Maven 2 book and trying to open proficio project from chapter 3 inside Intellij. So I ran mvn idea:idea to generate project files, I opened the root project in IntelliJ but then there is no root module generated so I can't access project global files, like site files or root

[m2 book] I don't get the same result when generating site.

2006-05-01 Thread Sebastien Arbogast
At the end of chapter 3, when I generate the proficio's site, I get $menu.getAttribute( name ) references in the side menu instead of About proficio and Project documentation menus. Is that normal ? Does anyone know what may have gone wrong ? -- Sébastien Arbogast The Epseelon Project :

[M2-book]

2006-04-30 Thread Sebastien Arbogast
I'm just going through Better Builds With Maven book and once again, I can't help being amazed by the quality of it ! Nevertheless, there are a few small errata here and there and for I'm tagging them as I'm reading so that I can provide feedback when I've them all. But here I'm stuck on some

Re: [M2-book]

2006-04-30 Thread Sebastien Arbogast
work if you tried the above property argument, short of a character encoding difference. Eric On 4/30/06, Sebastien Arbogast [EMAIL PROTECTED] wrote: I'm just going through Better Builds With Maven book and once again, I can't help being amazed by the quality of it ! Nevertheless

[M1] Multiple test source directories ?

2006-02-23 Thread Sebastien Arbogast
Hi, I'm using Maven 1.0.2 in combination with AndroMDA 3.1. I've managed to tune AndroMDA in order to generate test skeletons and mock DAO's from my UML model. That part works fine but then I have a problem with Maven. For current classes, AndroMDA generates 2 kinds of files : - those that don't

Re: Maven2 Book...when

2006-01-08 Thread Sebastien Arbogast
You haven't heard ?!!! Of course, they are working on it, Vincent announced it at JavaPolis. And the most wonderful : it's gonna be free ! 2006/1/8, Robert Taylor [EMAIL PROTECTED]: Greetings, just wondering if anyone is working on a comprehensive book on Maven 2.0? If so, when its due out?

Re: IDE build and debugging

2005-12-20 Thread Sebastien Arbogast
Well actually, it was the JBoss developer's notebook I had in my hands but it could have been yours ;o) Lol Don't be sad Vincent ;o) I already have you book for quite some time : http://www.mail-archive.com/users@maven.apache.org/msg22132.html M2 is brilliant at generating and updating

IDE build and debugging

2005-12-19 Thread Sebastien Arbogast
Is there a way to integrate Maven (1 or 2) into an IDE (IntelliJ or Eclipse) so that I can use the debugging capacities of my IDE : breakpoints, line-by-line execution, watchpoints, etc. ? -- Sébastien Arbogast Blog : http://www.sebastien-arbogast.com The Epseelon Project :

Re: IDE build and debugging

2005-12-19 Thread Sebastien Arbogast
it myself so... right now I'm rather on M1. And as I've never managed to use debugging with Maven, I was just wondering whether it's because I'm doing something wrong or because it's just not possible for now. 2005/12/20, Henry Isidro [EMAIL PROTECTED]: Sebastien Arbogast wrote: Is there a way

[Idea-plugin]

2005-12-10 Thread Sebastien Arbogast
I ran maven idea:multiproject at the root of my multiproject structure, and when I opened the project in IDEA, I got an error message saying the core module was corrupted. Then I deleted the corresponding module file (all the other modules are fine) and ran idea:module in this specific module

System properties and project.properties

2005-11-21 Thread Sebastien Arbogast
I need to send an e-mail from one of my classes (using commons-email) and I'd like to be able to configure my SMTP server data through properties in project.properties. I think I remember from MDN that there is a mean to do so thanks to System properties, but I don't have the book right now and I

Starting HSQL server from a custom goal

2005-11-20 Thread Sebastien Arbogast
I'm still trying to start a test database server just before my Spring+Hibernate unit tests are run. I applied the trick referenced in the FAQ, using j:thread to start the server in another thread. But now I have troubles with what I should put inside my custom start_test_server goal. Here is the

Re: [M1] Unforked java ant task

2005-11-19 Thread Sebastien Arbogast
it live beyond the build will require Maven 1.1, and the spawn argument from Ant 1.6 (see ants docs). - Brett On 11/19/05, Sebastien Arbogast [EMAIL PROTECTED] wrote: I created a preGoal for test:test in order to start up a HSQLDB database before I run my Spring and Hibernate JUnit tests. So I

[M1] Unforked java ant task

2005-11-18 Thread Sebastien Arbogast
I created a preGoal for test:test in order to start up a HSQLDB database before I run my Spring and Hibernate JUnit tests. So I would like the HSQL server to be started in another thread. Here is the preGoal I added to my maven.xml file : preGoal name=test:test ant:path id=hsql.classpath ant:path

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Sebastien Arbogast
really have to find a way to initiate a SHUTDOWN. -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Sebastien Arbogast
...) -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Sebastien Arbogast
the whole server every time and that's it... Anyway I sincerely thank you all for your help, despite the fact that this thread was not directly linked with maven. Bye -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Sebastien Arbogast
\target\webapp\WEB-INF\db\myappdb.lck Total time: 8 seconds Finished at: Thu May 26 18:57:09 CDT 2005 In fact, the problem is that this SHUTDOWN is called from another thread that the one who accesses the database in the first place. :-( -- Sebastien ARBOGAST

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Sebastien Arbogast
AndroMDA folks... AndroMDA is good ! ;-) The thing is I'm not ready to throw myself into some AOP I just don't know anything about, just to work around some annoying database restriction... -- Sebastien ARBOGAST - To unsubscribe, e

HSQLDB locking when using tomcat plugin

2005-05-25 Thread Sebastien Arbogast
-tomcat-plugin version 1.1 Thx in advance. -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HSQLDB locking when using tomcat plugin

2005-05-25 Thread Sebastien Arbogast
with a proper configuration of my Spring datasource bean... or just before the application is shutdown. It's not easy because there are so many technologies involved that I don't even know where to ask that question :-P -- Sebastien ARBOGAST

Re: scm svn cruisecontrol issue

2005-05-23 Thread Sebastien Arbogast
integration server to manage all of that. Is there such a resource somewhere or is anyone volunteer to make it :-P ? -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: scm svn cruisecontrol issue

2005-05-23 Thread Sebastien Arbogast
Kfir [EMAIL PROTECTED]: A tutorial for integrating cruise control and maven (subversion/cvs) would definitly be a valuable resources. We're tackling this here too, and have run into some issues as well. - Original Message - From: Sebastien Arbogast [EMAIL PROTECTED] To: Maven Users

Re: scm svn cruisecontrol issue

2005-05-23 Thread Sebastien Arbogast
/Cruisecontrol but none with Subversion... -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 + Subversion + Continuum (was RE: scm svn cruisecontrol issue)

2005-05-23 Thread Sebastien Arbogast
! -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using local dependencies

2005-04-26 Thread Sebastien Arbogast
, because when it tries to download them it slows down the build process. Is there a command line option to do so with Maven 1 ? Thx in advance -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Using local dependencies

2005-04-26 Thread Sebastien Arbogast
No I hadn't tried yet bu it's exactly what I was looking for. Thank you very much. On 4/26/05, John Casey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 have you tried offline mode? just use the '-o' (no quotes) command-line switch... - -john Sebastien Arbogast

Deprecated maven.src.dir and references

2005-04-15 Thread Sebastien Arbogast
that much... Thanks in advance. -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]