Re: Problem with native2ascii in multi-platform setting

2007-05-17 Thread David Leangen
will probably need to file a bug against the native2ascii plugin requesting a similar modification. Or if you're the only Mac user, just adjust the plugin pom.xml file in your local cache to remove the tools.jar dependency (this is a hack). Wayne On 5/16/07, David Leangen [EMAIL PROTECTED

Re: Problem with native2ascii in multi-platform setting

2007-05-17 Thread David Leangen
it to exist.] Wayne On 5/17/07, David Leangen [EMAIL PROTECTED] wrote: Thank you for this. You're right. The appropriate thing to do would be to remove the system dependency. There should be a generalized maven project that acts as an abstraction to the system's tools.jar. This project

Problem with native2ascii in multi-platform setting

2007-05-16 Thread David Leangen
Hello! I am having some issues with mojo plugin for native2ascii in a multi-platform setting. The problem is with the dependency on tools.jar, as per the text below. On the Mac, there is no tools.jar, and all the classes are already included in the classpath by default. Therefore, native2ascii

Re: Cannot remove project (due to notifier)

2007-03-26 Thread David Leangen
Sorry... never was able to get back to this until now. On Tue, 2007-03-20 at 09:16 +, David Roussel wrote: I am unable to remove a project because of a FK constraint in the DB on the notifiers. See Re: troubles removing projects on 15 March 2007 on this very same mailing list. The

Project dependencies

2007-03-26 Thread David Leangen
Hello! I have several projects I would like to build separately with Continuum. Some projects are dependent on others. What is the best way to ensure that the dependencies are available at build time? For example, is there any way of controlling the order of the build? Or should I make some

Cannot remove project (due to notifier)

2007-03-19 Thread David Leangen
Hello! I am unable to remove a project because of a FK constraint in the DB on the notifiers. However, in the UI, it is not possible to remove the notifiers (that were from the POM). I tried commenting them out from the pom, but the old projects remain with their dependencies on the notifiers.

RE: Purging depending on a given profile

2007-03-13 Thread David Leangen
For the sake of those who read this thread in the archives... You need to set reResolve to false. On Tue, 2007-03-13 at 10:08 +0900, David Leangen wrote: Thanks, Brian, What I mean to do is clean out my local cache before my build, so I can do a clean build. Is that not what

RE: Purging depending on a given profile

2007-03-12 Thread David Leangen
. -Original Message- From: David Leangen [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 2:35 AM To: Maven Users List Subject: Purging depending on a given profile Hello! I'd like to use the Maven Dependency Plugin to purge my local cache, but only for a build with a given

Best place to put deployment hook

2007-03-12 Thread David Leangen
Hello! I am wondering what the intended procedure is, or the best practice, or whatever, for inserting a deployment hook. Are there hooks in Continuum itself, such as do this if build successful, do this otherwise? Or should I be creating maven plugins for such cases? Or, more

Purging depending on a given profile

2007-03-11 Thread David Leangen
Hello! I'd like to use the Maven Dependency Plugin to purge my local cache, but only for a build with a given profile. I have set up the plugin to work with a profile, and it does purge the cache. Problem is that, after resolving a list of 3rd party artifacts, it cannot resolve artifacts that

Re: Does the maven cache get cleaned out on each build?

2007-03-09 Thread David Leangen
. Cheers, Johan [1] http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html David Leangen wrote: Hello! Can somebody please tell me whether or not the local maven cache gets cleaned out before each build? I want to make sure that each

Does the maven cache get cleaned out on each build?

2007-03-08 Thread David Leangen
Hello! Can somebody please tell me whether or not the local maven cache gets cleaned out before each build? I want to make sure that each of the builds are fresh. Thanks!

Re: Where is continuum_cli.py?

2007-03-04 Thread David Leangen
code, but I never got to the building, only the reading of information. Also, this was before project grouping came into effect, so things may have changed. I guess this needs more work next time I get a chance. A On 2 Mar 2007, at 01:15, David Leangen wrote: Merci, Emmanuel

Changing notification types

2007-03-04 Thread David Leangen
Hello, I'd like to set up a notification for e-mail on my mobile in addition to regular e-mail. However, for the former, it would be nice to only show the title, not the entire contents of the message. Is there any way to configure the type of notification? (full, summary...) Thanks! David

Notification via jabber/google talk

2007-02-28 Thread David Leangen
Hello. I'm trying to add jabber notification. I have not checked SSL, but yet the system seems to be connecting via TLS, which fails (as shown below). Any idea what the problem may be? BTW, what is the common practice for this? Do people usually open a google talk account just for continuum?

Where is continuum_cli.py?

2007-02-28 Thread David Leangen
Hi! I'm looking to add a hook to my svn build, and the continuum_cli.py script mentioned on the Continuum site seems to be just what I need. Where is this? I checked out all the code and looked for it... but it ain't there. Thanks! Dave

Syntax for file:/// url

2007-02-27 Thread David Leangen
Hi! I have a multi-module project that I'd like to add. I downloaded a local copy of my repo using svn up and I am trying to use a pom from there to add the project. However, I keep getting the error message: [ You must provide a valid url (http, https, ftp and file protocols are

Re: Syntax for file:/// url

2007-02-27 Thread David Leangen
+0900, David Leangen wrote: Hi! I have a multi-module project that I'd like to add. I downloaded a local copy of my repo using svn up and I am trying to use a pom from there to add the project. However, I keep getting the error message: [ You must provide a valid url (http, https, ftp

Re: Syntax for file:/// url

2007-02-27 Thread David Leangen
Thanks! You just beat me by a few minutes. :-) Cheers, Dave On Tue, 2007-02-27 at 11:16 +0100, Emmanuel Venisse wrote: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view David Leangen a écrit : Hi! I have a multi-module project that I'd like

Project appears in duplicate - SQL Exception when removed

2007-02-27 Thread David Leangen
Hello! For some strange reason, one of my projects appears in duplicate. When I try to remove it, I get the following exception. Any ideas? Thanks, Dave ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED] [javax.jdo.JDOUserException: One or more

Re: Internal problem with version number?

2006-11-21 Thread David Leangen
Surely you need to ensure the server SSL certificate has the correct name in it. Or, configure the sun SSL library to ignore it. I guess you could google for how to do that. Yes, you're right! Sorry I didn't notice that. However, the URL: https://username:[EMAIL PROTECTED]/... Only

Use of non-standard directory structure

2006-11-21 Thread David Leangen
Hello! It appears that we're using a non-standard directory structure. Due to our hierarchy of projects, we wanted to use short names for our directories, but longer names for the project names. So, our project names do not necessarily have the same value as the directory in which it sits.

Re: Internal problem with version number?

2006-11-21 Thread David Leangen
Thank you for the quick reply! Mail sent privately for POM content. I'm using version 1.0.3. Cheers, Dave On Mon, 2006-11-20 at 09:59 +0100, Emmanuel Venisse wrote: I've nevever seen this pb. What is your continuum version? Send your poms. Emmanuel David Leangen a écrit

Re: Error adding a M2 project

2006-11-21 Thread David Leangen
with the java.io.tmpdir system property. Emmanuel David Leangen a écrit : I appreciate your help... The temp dir is the one of your OS, in your case, it's /tmp Continuum store the temp pom under /tmp/continuum/repo/temp/path/to/pom/0.1.0-SNAPSHOT/ so I think continuum can't

Re: Error adding a M2 project

2006-11-19 Thread David Leangen
, 2006-11-16 at 18:17 +0100, Emmanuel Venisse wrote: continuum downloads pom in a temp directory before to process it so you need to have access to this directory and it must exist Emmanuel David Leangen a écrit : Hello! I'm tried many different things, but have not been able to add

Error adding a M2 project

2006-11-15 Thread David Leangen
Hello! I'm tried many different things, but have not been able to add a M2 project to Continuum. This is the error I get: Could not download http://www.company.com/my.pom: /tmp/continuum/repo/temp/path/to/pom/0.1.0-SNAPSHOT/my-0.1.0-SNAPSHOT.pom (Not a directory) I have no idea why it's

Integration bundle not copying resources

2006-10-31 Thread David Leangen
Hello! I'm building an module for functional tests as explained in the BB book. However, my resources (located in src/it/resources) are just not being copied, which causes everything to fail. I must not be understanding something about the lifecycle... Any suggestions would be very welcome!

Compiling files with UTF-8 encoding

2006-09-23 Thread David Leangen
Hello! In M2, how do I set the compiler to compile files that are written in UTF-8? Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Compiling files with UTF-8 encoding

2006-09-23 Thread David Leangen
Thank you! -Original Message- From: Ralph Pollath [mailto:[EMAIL PROTECTED] Sent: 24 September 2006 02:34 To: Maven Users List Subject: Re: Compiling files with UTF-8 encoding On 23.09.2006, at 17:57, David Leangen wrote: In M2, how do I set the compiler to compile files

Status of mojo:maven-native-plugin

2006-06-08 Thread David Leangen
Hello! Apparently, maven-native-plugin is not available from the Maven repository. What is the status of that project? Is it still active? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Including resources from java folder in M2

2006-05-29 Thread David Leangen
Hello! I'm new to M2, but I'm familiar with this type of build system. I have some xml config files that normally should be distributed side by side with a class file. So, the files are located in the java folder: src main com/mystuff SomeClass.java SomeClass.xconfig

Re: Including resources from java folder in M2

2006-05-29 Thread David Leangen
directory${basedir}/src/main/resources/directory includes include**/*.xconfig/include /includes resource /resources Regards, Willie On 5/29/06, David Leangen [EMAIL PROTECTED] wrote: Hello! I'm new to M2, but I'm familiar with this type of build system. I have some

Re: Including resources from java folder in M2

2006-05-29 Thread David Leangen
Great! Thank you very much. On Mon, 2006-05-29 at 15:15 +0800, Willie Vu wrote: If you so desire, you can just specify ${basedir}/src/main/java in the resources/resource/directory tag. On 5/29/06, David Leangen [EMAIL PROTECTED] wrote: Thank you! So, are you saying that I have