RE: Eclipse not picking up settings.xml

2007-01-12 Thread Ryan Slobojan
Hi Alex, If by 'Eclipse' you mean the M2Eclipse plugin, that's a known issue with the plugin - it never reads settings.xml. Thanks, Ryan Slobojan -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 10:25 AM To: users

RE: SQL scripts in webapp

2006-12-12 Thread Ryan Slobojan
-based database build process which is integrated into Maven's build lifecycle. Thanks, Ryan Slobojan -Original Message- From: Phillip Rhodes [mailto:[EMAIL PROTECTED] Sent: Tue 12/12/2006 7:11 PM To: Maven Users List Subject: Re: SQL scripts in webapp I dealt with this one too. I had

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Ryan Slobojan
be very helpful * Ant's delete task has an annoying habit of deleting *only* the files inside of a directory, not the directories themselves. To get it ot delete the directories, you need to: delete dir=the_directory includeemptydirs=true/ Thanks, Ryan Slobojan -Original Message- From

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Ryan Slobojan
}/checkout/whatever as opposed to just checkout/whatever. You may find that antrun isn't running in the folder that you think it is, so you have to specify an absolute path. In case you're wondering, ${project.build.directory} points at [project]\target. Thanks, Ryan Slobojan -Original

RE: [m2] exclusive profiles

2006-11-30 Thread Ryan Slobojan
of the build process. :) Thanks, Ryan Slobojan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 6:39 AM To: users@maven.apache.org Subject: RE: [m2] exclusive profiles Thanks. It's exactly what I want I didn't know the prop / !prop trick

RE: [m2] maven-changelog-plugin - no changes in list?

2006-10-17 Thread Ryan Slobojan
snapshot repository (http://people.apache.org/repo/m2-snapshot-repository) to your repository list since the plugin's not yet released. Thanks, Ryan Slobojan -Original Message- From: CodingPlayer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 8:39 AM To: users@maven.apache.org

RE: Can I bypass the whole Maven build part?!

2006-10-05 Thread Ryan Slobojan
Hi Sam, Just so you know, with an email address like Sam Anabtawi @ somecompany, it's not too hard to guess who you are. ;) Thanks, SomeOtherDude -Original Message- From: SomeDude [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:19 AM To: users@maven.apache.org Subject:

[OT] RE: Can I bypass the whole Maven build part?!

2006-10-05 Thread Ryan Slobojan
the whole Maven build part?! Cmon, Sam Anabtawi is like one of the most common names in the states. There are like 1000s.. no wait 10,000s of Anabtawis around! Ryan Slobojan wrote: Hi Sam, Just so you know, with an email address like Sam Anabtawi @ somecompany, it's not too hard to guess who

List of remaining build-related tasks

2006-09-26 Thread Ryan Slobojan
* Set up Maven-proxy or Archiva on the external-release and external-snapshot repositories on SFDev-4 * Change the formatting of the project site's unit test results to match the formatting generated by Ant/CruiseControl Thanks, Ryan Slobojan

RE: List of remaining build-related tasks

2006-09-26 Thread Ryan Slobojan
Hi, How incredibly embarassing - we have an internal alias, also called continuum-users. I blame Outlook and it's tenacity in hiding the email address you're actually sending email to from the end user. Thanks, and sorry for the mix-up. Ryan Slobojan -Original Message- From: Wayne Fay

RE: List of remaining build-related tasks

2006-09-26 Thread Ryan Slobojan
Hi Wayne, I think we might just take you up on that suggestion! :) Thanks, Ryan Slobojan -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 3:33 PM To: continuum-users@maven.apache.org Subject: Re: List of remaining build-related tasks

[Offtopic] RE: How to include dependencies in an executable jar?

2006-09-22 Thread Ryan Slobojan
before posting aren't going to see these flames, and thus will not be encouraged Happy Friday! Thanks, Ryan Slobojan -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 11:20 AM To: Maven Users List Subject: Re: How to include dependencies

Issues with ${project.version} and deploy

2006-09-19 Thread Ryan Slobojan
hoping to avoid putting the same config into every project POM. Is there a way to prevent the ${project.version} from getting hardcoded during a 'mvn deploy:deploy-file'? Thanks, Ryan Slobojan

RE: it is in the way cvs update: move away errors :what's ths?

2006-09-08 Thread Ryan Slobojan
and inform them of their mistake - also, a .cvsignore in /target might be a good idea to prevent future recurrences of this problem. Thanks, Ryan Slobojan -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 8:13 AM To: continuum-users

[Solved] RE: Problems with Contonuum XML-RPC interface

2006-09-07 Thread Ryan Slobojan
something in Maestro 1.0.1 broke the Continuum XML-RPC interface. Thanks, Ryan Slobojan -Original Message- From: Ryan Slobojan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 11:26 AM To: continuum-users@maven.apache.org Subject: RE: Problems with Contonuum XML-RPC

RE: Problems with Contonuum XML-RPC interface

2006-09-06 Thread Ryan Slobojan
that the RPC handler object isn't present. Thanks, Ryan Slobojan -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 11:21 AM To: continuum-users@maven.apache.org Subject: Re: Problems with Contonuum XML-RPC interface XML-RPC service is started