RE: behind firewall

2006-04-12 Thread Mayorgaadame, Alex [IT]
Luca, I don't se any proxy on those settings. Can you paste the whole settings.xml Also try to look at: http://maven.apache.org/guides/mini/guide-proxies.html From your output in the command looks like you're still facing connectivity issues. Also the output of mvn archetype:create

Maven 2.0.3 availability

2006-03-14 Thread Mayorgaadame, Alex
Anyone have a tentative date? I need it to put some due dates to my project. Any approximates would be helpful. Best regards, Alex Mayorga Adame - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [m2] maven-antrun-plugin classpath related behavior changed

2006-03-09 Thread Mayorgaadame, Alex
Xavier, I've seen something similar just yesterday. Can you share your stack traces? mvn goal -X Also which version of ant is maven using, mine was 1.6.5 and fails like: Embedded error: The following error occurred while executing this line: /home/am74839/sree/esf_samples_build.xml:162: Unable

RE: [m2] firewall/proxy error?

2006-02-21 Thread Mayorgaadame, Alex
http://maven.apache.org/guides/mini/guide-proxies.html -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 8:40 AM To: users@maven.apache.org Subject: RE: [m2] firewall/proxy error? I think this error is due to our company firewall/proxy. How

[M2] J2EE archetype ever releasing?

2006-02-17 Thread Mayorgaadame, Alex
Hello all, According to the Maven ViewCVS maven-archetype-j2ee hasn't been touched in 3 months, but never got released. Anyone know if it works and if so, when would it be released? Thanks, Alex - To unsubscribe, e-mail:

M2: Valid archetypes

2006-01-26 Thread Mayorgaadame, Alex
Hello all, Anyone knows the list of valid archetypeArtifactId for the following command: mvn archetype:create -DgroupId=com.company.your -DartifactId=default-webapp -DarchetypeArtifactId=maven-archetype-webapp I would like to know what kind of projects could be created from templates as of

RE: M2: Valid archetypes

2006-01-26 Thread Mayorgaadame, Alex
- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 8:55 AM To: Maven Users List Subject: Re: M2: Valid archetypes On 1/26/06, Mayorgaadame, Alex [EMAIL PROTECTED] wrote: Anyone knows the list of valid archetypeArtifactId for the following command: mvn archetype:create

RE: [M2] 'site' archetype failing

2006-01-26 Thread Mayorgaadame, Alex
Laurie, It's not failing but the mvn archetype:create goal has to be run in an empty folder. The site archetype is not so complex, so you're better choice IMHO is to follow this guide: http://maven.apache.org/guides/mini/guide-site.html It's very straight forward and you'll learn what's

Continuum XML-RPC?

2006-01-18 Thread Mayorgaadame, Alex
Where can I found documentation about this functionality? What would be a general view of the model that I should follow to programmatically add/remove/monitor projects in Continuum? Thanks, Alex Mayorga Adame

RE: Adding new M2 project using file url

2006-01-18 Thread Mayorgaadame, Alex
Malcom, Try to uncomment this in continuum-1.0.X/apps/continuum/conf !-- allowedScheme implementation=java.lang.Stringfile/allowedScheme -- That should let you use file:// in Continuum. Regards, Alex -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: :ext: CVS connection method

2006-01-17 Thread Mayorgaadame, Alex
Carlo, If your CVS user doesn't uses a password. Try this in the SCM URL it may help. scm:cvs:ext:continuum:@server:/home/cvs:SANDBOX/sampleTestCVS Regards, Alex -Original Message- From: Carlo Bonamico [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 10:37 AM To:

RE: [m2] Exception while executing SCM command. password is required

2006-01-05 Thread Mayorgaadame, Alex
Why do I keep getting this error: sun4-cross: mvn scm:update [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'scm'. [INFO] [INFO] Building GTPL Maven Sample Project [INFO]

RE: M1 or M2?

2006-01-04 Thread Mayorgaadame, Alex
+1 On releasing that M2 book ASAP =) Happy 2006 to all you Maven people. Keep evangelizing!! -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 2:40 AM To: 'Maven Users List' Subject: RE: M1 or M2? Thanks Babak. WRT m2 documentation it's

RE: Missing report in menu

2006-01-03 Thread Mayorgaadame, Alex
Cyrill, If you're using Maven 2 you should link to your reports in a Site Descriptor. Please use this http://maven.apache.org/guides/mini/guide-site.html as a reference. Regards, Alex -Original Message- From: Cyrill Rüttimann [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006

RE: Maven-proxy functional with Maven 2?

2005-12-22 Thread Mayorgaadame, Alex
Any time frame for a 1.0 release or at least 0.2? Alex -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 2:56 AM To: Maven Users List Subject: RE: Maven-proxy functional with Maven 2? dan tran wrote on Thursday, December 22, 2005 1:42

[m2] Installation settings (defaults.properties)

2005-12-22 Thread Mayorgaadame, Alex
Hello all and happy holidays, In the Guide to Configuring Maven http://maven.apache.org/guides/mini/guide-configuring-maven.html it's mentioned that there are an Installation level configuration for Maven 2 but there's not information regarding in how to use it. I would like to have something

RE: How to view generated site?

2005-12-14 Thread Mayorgaadame, Alex
Aviran, You should try the site-deploy goal with a distributionManagement section in your POM. A preview of the site could be a great idea, but I don't know if that's planned for Continuum. Maybe you can fill a request in Continuum's JIRA. Regards, Alex -Original Message- From: Mordo,

RE: Exception running continuum on solaris

2005-12-13 Thread Mayorgaadame, Alex
-NANNATEK) Sent: Tuesday, December 13, 2005 4:14 PM To: continuum-users@maven.apache.org Subject: RE: Exception running continuum on solaris I got the same exception. I also tried to remove the . From the path and it still does not work -Original Message- From: Mayorgaadame, Alex

RE: Exception running continuum on solaris

2005-12-13 Thread Mayorgaadame, Alex
Can you try: PATH=$PATH:/usr/sbin:/usr/builduser/maven-2.0/bin:/usr/bin Instead of: PATH=.:/usr/sbin:/usr/builduser/maven-2.0/bin:/usr/bin And see if it does any good. I'm moving the discussion over to the Continuum List. Regards, Alex -Original Message- From: Mordo, Aviran (EXP

Continuum 1.0.2 ERROR: Could not write pid file

2005-12-12 Thread Mayorgaadame, Alex
Hello all, Has anybody stumbled into this error, any fixes/workarounds? I'm running Continuum 1.0.2 in Solaris 5.8. bash-2.03$ ./run.sh console Running continuum... wrapper | ERROR: Could not write pid file ./continuum.pid: Permission denied Regards, Alex

(Maven 2) mvn site not working

2005-12-12 Thread Mayorgaadame, Alex
Hello all, What may be wrong here: bash-2.03$ mvn site [INFO] Scanning for projects... [INFO] [INFO] Building GTPL Maven Sample Project [INFO]task-segment: [site] [INFO]

RE: Configuration of jabber notifier

2005-12-09 Thread Mayorgaadame, Alex
Anthony, I hadn't used notifiers yet but I'm guessing they should be in a section similar to this on your application.xml under /apps/continuum/conf !-- | The jabber notifier |-- component roleorg.codehaus.plexus.notification.notifier.Notifier/role

RE: Strange 2401 prepended to SCM URL

2005-12-09 Thread Mayorgaadame, Alex
Hi Shinobu, I'm using this: bash-2.03$ cvs -version Concurrent Versions System (CVS) 1.11 (client/server) Copyright (c) 1989-2000 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License,

RE: Strange 2401 prepended to SCM URL

2005-12-08 Thread Mayorgaadame, Alex
@maven.apache.org' Subject: RE: Strange 2401 prepended to SCM URL That's the default port for cvs. -Original Message- From: Mayorgaadame, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, December 08, 2005 11:34 AM To: continuum-users@maven.apache.org Subject: Strange 2401 prepended to SCM URL

[M2] List of available Archetypes

2005-11-18 Thread Mayorgaadame, Alex [IT]
Hello all, This may be an easy one, but I've lost track of maven lately. Anyone can tell me the archetypes that are still valid for Maven 2.0? Thanks and regards, Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [m1] Maven genapp issue!

2005-09-23 Thread Mayorgaadame, Alex [IT]
: 1 seconds Finished at: Thu Sep 22 12:43:25 PDT 2005 -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 12:08 PM To: Maven Users List Subject: RE: Maven genapp issue! Looks like your getting an 500 error from the server

[m1]No dependencies get resolved

2005-09-01 Thread Mayorgaadame, Alex [IT]
Hello there community. New to Maven so this may be very foolish. I've added all needed jars as dependencies. But when I try to attain java:compaile it keeps throwing me a bunch of: [javac] Compiling 33 source files to C:\projects\esf\target\classes

[m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
I'm in the early stages of presenting Maven to a huge project that uses Ant. The first goal is to create the site for it. The site goal will always fail because the java compilation files given that the dependencies aren't set in project.xml I've created a custom goal to run the ant build.xml

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
problem, ask again and we'll resume the discussion. ..David.. -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 8:18 AM To: Maven Users List Subject: [m1] How to use Ant script instead of java:compile while creating the site I'm

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
script instead of java:compile while creating the site What does your project.xml and project.properties look like in regard to these dependencies? -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:22 AM To: Maven Users List

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
there. The maven.jar.override property and its corresponding maven.jar.* properties only apply to dependencies listed in project.xml. The override is telling Maven to find the jar in a location different from the default (which would be the local repository). -Original Message- From: Mayorgaadame, Alex [IT] [mailto

[m1] overriding a bunch of artifacts

2005-08-25 Thread Mayorgaadame, Alex [IT]
I'm trying to slowly migrate a huge project with lots of dependencies that is currently using Ant. The thing is that the build.xml that the developers have something like this to add a bunch of jars. path id=build.classpath pathelement

[m1] get current Maven properties

2005-08-24 Thread Mayorgaadame, Alex [IT]
How should I get the properties that Maven is using in a given moment? For a central Maven server how can I force the plugins and cache folders to remain in /maven-1.0.2/.maven folder instead of $HOME/.maven Where should the defaults.properties should be located in order to Maven actually

Create M1 sites in Continuum

2005-08-18 Thread Mayorgaadame, Alex [IT]
I have not been able to find information about how to add the maven site command when creating a new maven project through continuum. Do you know of any link that I can navigate to get more info? - To unsubscribe, e-mail:

JVM exited

2005-08-16 Thread Mayorgaadame, Alex [IT]
I got an issue trying to use Continuum. It's running for the first time, so I got noting to configure until it runs the first time. Thank you so much, Alex Mayorga Adame STATUS | wrapper | 2005/08/16 09:10:44 | Launching a JVM... INFO | jvm 5| 2005/08/16 09:10:44 | Usage: java [-options]

Maven + CruiseControl steps??

2005-08-04 Thread Mayorgaadame, Alex [IT]
Anyone willing to pinpoint me on this? I'm a total newbie. I've installed Maven and CruiseControl according to their manuals, and they're working great on their own. I just want to generate a simple app, then have maven configure CC and finally run CC from maven. Please forgive me if it's

RE: Create instructions for Continuous integration for dummies anyone?

2005-08-03 Thread Mayorgaadame, Alex [IT]
if it is more general than that. The wiki is currently empty, so you can create what you need :) Cheers, Brett On 8/3/05, Mayorgaadame, Alex [IT] [EMAIL PROTECTED] wrote: Anyone that can tell me where the wiki is, so I can star logging my progress. I believe that this can be valuable for other

RE: Create instructions for Continuous integration for dummies anyone?

2005-08-03 Thread Mayorgaadame, Alex [IT]
$ to spend, there's a tutorial for setting up cruise control with Maven 1 in the O'Reilly Developers' Notebook for Maven, but I haven't tried it. On Aug 3, 2005, at 11:56 AM, Mayorgaadame, Alex [IT] wrote: Feel free to have a look at what I've done so far http:// wiki.apache.org/maven

Create instructions for Continuous integration for dummies anyone?

2005-08-02 Thread Mayorgaadame, Alex [IT]
be appreciated too. Thanks Alex Mayorga Adame Citigrouo Enterprise Applications Engineering -Original Message- From: Mayorgaadame, Alex [IT] Sent: Monday, August 01, 2005 5:47 PM To: Maven Users List; Jamie Bisotti Subject: RE: Continuous integration for dummies anyone? Thanks on your tips

RE: Create instructions for Continuous integration for dummies?

2005-08-02 Thread Mayorgaadame, Alex [IT]
-Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 9:43 AM To: Maven Users List Subject: Create instructions for Continuous integration for dummies anyone? Anyone that can tell me where the wiki is, so I can star logging my progress. I believe

Continuous integration for dummies anyone?

2005-08-01 Thread Mayorgaadame, Alex [IT]
Hello all Maven guys and gals: I'm a total newbie to this stuff, but I've got an assignment to set up a Maven + Cruise Control + CVS thing for a Hello world! application. Can anybody walk me trough or point me to a comprehensive guide? I haven't been able to find one yet. I promise to log

RE: Continuous integration for dummies anyone?

2005-08-01 Thread Mayorgaadame, Alex [IT]
Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 1:08 PM To: 'Maven Users List' Cc: Mayorgaadame, Alex [IT] Subject: RE: Continuous integration for dummies anyone? Hi Alex, Not sure it's going to help you but there's an almost full chapter on that in my Maven

RE: Continuous integration for dummies anyone?

2005-08-01 Thread Mayorgaadame, Alex [IT]
Enterprise Applications Engineering -Original Message- From: Jamie Bisotti [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 12:00 PM To: Maven Users List Subject: Re: Continuous integration for dummies anyone? On 8/1/05, Mayorgaadame, Alex [IT] [EMAIL PROTECTED] wrote: Hello all