RE: M2-snapshot error

2006-07-27 Thread Jörg Schaible
Vincent Massol wrote on Wednesday, July 26, 2006 7:25 PM:

 Done. Try it. Make sure you use -cpu or -u (can never recall which
 one) or delete the cargo files in your local repo.

Well, infact -cpu should update the plugins, while -U should look for SNAPSHOTs 
(see mvn --help). For me its working the other way round though ;-)

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-27 Thread Matilda Robert
Hi Vincent,

It works now!  I had to go in and manually delete the cargo files and then
run the mvn clean command to get it to work.  Thank for the help.  FYI, just
doing the mvn clean -cpu or -u at first didn't work (for me).


Thanks again,

Matilda

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 27, 2006 3:31 AM
To: Maven Users List; [EMAIL PROTECTED]
Subject: RE: M2-snapshot error

Vincent Massol wrote on Wednesday, July 26, 2006 7:25 PM:

 Done. Try it. Make sure you use -cpu or -u (can never recall which
 one) or delete the cargo files in your local repo.

Well, infact -cpu should update the plugins, while -U should look for
SNAPSHOTs (see mvn --help). For me its working the other way round though
;-)

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
Attention:
Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorized to state them to be the views of any such entity. The
information contained in this message and or attachments is
intended only for the person or entity to which it is addressed and
may contain confidential and/or privileged material.  If you
received this in error, please contact the sender and delete the
material from any system and destroy any copies.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-27 Thread Vincent Massol


 -Original Message-
 From: Matilda Robert [mailto:[EMAIL PROTECTED]
 Sent: jeudi 27 juillet 2006 15:20
 To: 'Maven Users List'
 Subject: RE: M2-snapshot error
 
 Hi Vincent,
 
 It works now!  I had to go in and manually delete the cargo files and then
 run the mvn clean command to get it to work.  Thank for the help.  FYI,
 just
 doing the mvn clean -cpu or -u at first didn't work (for me).

Glad to know it worked.

Thanks
-Vincent
 
 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 27, 2006 3:31 AM
 To: Maven Users List; [EMAIL PROTECTED]
 Subject: RE: M2-snapshot error
 
 Vincent Massol wrote on Wednesday, July 26, 2006 7:25 PM:
 
  Done. Try it. Make sure you use -cpu or -u (can never recall which
  one) or delete the cargo files in your local repo.
 
 Well, infact -cpu should update the plugins, while -U should look for
 SNAPSHOTs (see mvn --help). For me its working the other way round though
 ;-)
 
 - Jörg
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 Attention:
 Any views expressed in this message are those of the individual
 sender, except where the message states otherwise and the sender is
 authorized to state them to be the views of any such entity. The
 information contained in this message and or attachments is
 intended only for the person or entity to which it is addressed and
 may contain confidential and/or privileged material.  If you
 received this in error, please contact the sender and delete the
 material from any system and destroy any copies.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






___
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences.
http://fr.answers.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-27 Thread Jörg Schaible
Matilda Robert wrote on Thursday, July 27, 2006 3:20 PM:

 Hi Vincent,
 
 It works now!  I had to go in and manually delete the cargo
 files and then
 run the mvn clean command to get it to work.  Thank for the
 help.  FYI, just
 doing the mvn clean -cpu or -u at first didn't work (for me).

Captial 'U' please  ...

 
 
 Thanks again,
 
 Matilda
 
 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 27, 2006 3:31 AM
 To: Maven Users List; [EMAIL PROTECTED]
 Subject: RE: M2-snapshot error
 
 Vincent Massol wrote on Wednesday, July 26, 2006 7:25 PM:
 
 Done. Try it. Make sure you use -cpu or -u (can never recall which
 one) or delete the cargo files in your local repo.
 
 Well, infact -cpu should update the plugins, while -U should look for
 SNAPSHOTs (see mvn --help). For me its working the other way
 round though
 ;-)
 
 - Jörg
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 Attention:
 Any views expressed in this message are those of the individual
 sender, except where the message states otherwise and the sender is
 authorized to state them to be the views of any such entity. The
 information contained in this message and or attachments is
 intended only for the person or entity to which it is addressed and
 may contain confidential and/or privileged material.  If you
 received this in error, please contact the sender and delete the
 material from any system and destroy any copies.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-26 Thread Vincent Massol
Hi Matilda,

I did a cargo snapshot deploy at around that time and the deploy failed
(some http connection failed in maven). I did a new deploy and it worked.
However it's possible that it cause some problem. I'm going to clean up the
repo and do a deploy again. I've found in the past that if there's a problem
during the deploy the repository can be left in an unstable state.

Thanks
-Vincent

 -Original Message-
 From: Matilda Robert [mailto:[EMAIL PROTECTED]
 Sent: mercredi 26 juillet 2006 18:45
 To: users@maven.apache.org
 Subject: M2-snapshot error
 
 Hi all,
 
 
 
 Is anyone else having a problem trying to access cargo m2 snapshot
 repository?  I didn't start having this problem until yesterday about 2
 pm.
 Before yesterday afternoon everything ran fine now, I am getting this
 error
 while compiling:
 
 
 
   594$ [INFO] Scanning for projects...
 
 [INFO] Searching repository for plugin with prefix: 'cargo'.
 
 [INFO]
 --
 --
 
 [INFO] Building Maven Webapp Archetype
 
 [INFO]task-segment: [cargo:start]
 
 [INFO]
 --
 --
 
 Downloading:
 http://snapshots.repository.codehaus.org/org/codehaus/cargo/cargo-core-
 api-c
 ontainer/0.9-SNAPSHOT/cargo-core-api-container-0.9-20060726.094159-3.pom
 
 [WARNING] Unable to get resource from repository cargo m2 snapshot
 repository (http://snapshots.repository.codehaus.org)
 
 [INFO] [cargo:start]
 
 [INFO]
 
 
 [ERROR] FATAL ERROR
 
 [INFO]
 
 
 [INFO] Failed to create a WebLogic 8.x standalone configuration
 
 Invalid configuration dir
 [file:/X:/XX/XX/xxx//target/weblogic8x/]. The configuration
 dir
 must point to an empty directory. Note that everything in the
 configuration
 dir will get deleted by Cargo.
 
 [INFO]
 
 
 [INFO] Trace
 
 org.codehaus.cargo.container.ContainerException: Failed to create a
 WebLogic
 8.x standalone configuration
 
 at
 org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration.
 co
 nfigure(AbstractLocalConfiguration.java:187)
 
 ...
 
 ..
 
 .
 
 
 
  [INFO]
 
 
 [INFO] Total time: 5 seconds
 
 [INFO] Finished at: Wed Jul 26 12:33:13 EDT 2006
 
 [INFO] Final Memory: 4M/8M
 
 [INFO]
 
 
 
 
 Any help would be greatly appreciated.
 
 
 
 Thanks in advanced,
 
 
 
 Matilda
 
 
 
 
 
 
 -
 Attention:
 Any views expressed in this message are those of the individual
 sender, except where the message states otherwise and the sender is
 authorized to state them to be the views of any such entity. The
 information contained in this message and or attachments is
 intended only for the person or entity to which it is addressed and
 may contain confidential and/or privileged material.  If you
 received this in error, please contact the sender and delete the
 material from any system and destroy any copies.






___ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-26 Thread Matilda Robert
Thank you!

Matilda

-Original Message-
From: Vincent Massol [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 26, 2006 12:53 PM
To: 'Maven Users List'
Subject: RE: M2-snapshot error

Hi Matilda,

I did a cargo snapshot deploy at around that time and the deploy failed
(some http connection failed in maven). I did a new deploy and it worked.
However it's possible that it cause some problem. I'm going to clean up the
repo and do a deploy again. I've found in the past that if there's a problem
during the deploy the repository can be left in an unstable state.

Thanks
-Vincent

 -Original Message-
 From: Matilda Robert [mailto:[EMAIL PROTECTED]
 Sent: mercredi 26 juillet 2006 18:45
 To: users@maven.apache.org
 Subject: M2-snapshot error
 
 Hi all,
 
 
 
 Is anyone else having a problem trying to access cargo m2 snapshot
 repository?  I didn't start having this problem until yesterday about 2
 pm.
 Before yesterday afternoon everything ran fine now, I am getting this
 error
 while compiling:
 
 
 
   594$ [INFO] Scanning for projects...
 
 [INFO] Searching repository for plugin with prefix: 'cargo'.
 
 [INFO]
 --
 --
 
 [INFO] Building Maven Webapp Archetype
 
 [INFO]task-segment: [cargo:start]
 
 [INFO]
 --
 --
 
 Downloading:
 http://snapshots.repository.codehaus.org/org/codehaus/cargo/cargo-core-
 api-c
 ontainer/0.9-SNAPSHOT/cargo-core-api-container-0.9-20060726.094159-3.pom
 
 [WARNING] Unable to get resource from repository cargo m2 snapshot
 repository (http://snapshots.repository.codehaus.org)
 
 [INFO] [cargo:start]
 
 [INFO]
 
 
 [ERROR] FATAL ERROR
 
 [INFO]
 
 
 [INFO] Failed to create a WebLogic 8.x standalone configuration
 
 Invalid configuration dir
 [file:/X:/XX/XX/xxx//target/weblogic8x/]. The configuration
 dir
 must point to an empty directory. Note that everything in the
 configuration
 dir will get deleted by Cargo.
 
 [INFO]
 
 
 [INFO] Trace
 
 org.codehaus.cargo.container.ContainerException: Failed to create a
 WebLogic
 8.x standalone configuration
 
 at
 org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration.
 co
 nfigure(AbstractLocalConfiguration.java:187)
 
 ...
 
 ..
 
 .
 
 
 
  [INFO]
 
 
 [INFO] Total time: 5 seconds
 
 [INFO] Finished at: Wed Jul 26 12:33:13 EDT 2006
 
 [INFO] Final Memory: 4M/8M
 
 [INFO]
 
 
 
 
 Any help would be greatly appreciated.
 
 
 
 Thanks in advanced,
 
 
 
 Matilda
 
 
 
 
 
 
 -
 Attention:
 Any views expressed in this message are those of the individual
 sender, except where the message states otherwise and the sender is
 authorized to state them to be the views of any such entity. The
 information contained in this message and or attachments is
 intended only for the person or entity to which it is addressed and
 may contain confidential and/or privileged material.  If you
 received this in error, please contact the sender and delete the
 material from any system and destroy any copies.






___ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
sujet ! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et
vos expériences. 
http://fr.answers.yahoo.com 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2-snapshot error

2006-07-26 Thread Vincent Massol
Done. Try it. Make sure you use -cpu or -u (can never recall which one) or
delete the cargo files in your local repo.

-Vincent

 -Original Message-
 From: Matilda Robert [mailto:[EMAIL PROTECTED]
 Sent: mercredi 26 juillet 2006 19:12
 To: 'Maven Users List'; [EMAIL PROTECTED]
 Subject: RE: M2-snapshot error
 
 Thank you!
 
 Matilda
 
 -Original Message-
 From: Vincent Massol [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 26, 2006 12:53 PM
 To: 'Maven Users List'
 Subject: RE: M2-snapshot error
 
 Hi Matilda,
 
 I did a cargo snapshot deploy at around that time and the deploy failed
 (some http connection failed in maven). I did a new deploy and it worked.
 However it's possible that it cause some problem. I'm going to clean up
 the
 repo and do a deploy again. I've found in the past that if there's a
 problem
 during the deploy the repository can be left in an unstable state.
 
 Thanks
 -Vincent
 
  -Original Message-
  From: Matilda Robert [mailto:[EMAIL PROTECTED]
  Sent: mercredi 26 juillet 2006 18:45
  To: users@maven.apache.org
  Subject: M2-snapshot error
 
  Hi all,
 
 
 
  Is anyone else having a problem trying to access cargo m2 snapshot
  repository?  I didn't start having this problem until yesterday about 2
  pm.
  Before yesterday afternoon everything ran fine now, I am getting this
  error
  while compiling:
 
 
 
594$ [INFO] Scanning for projects...
 
  [INFO] Searching repository for plugin with prefix: 'cargo'.
 
  [INFO]
  
 --
  --
 
  [INFO] Building Maven Webapp Archetype
 
  [INFO]task-segment: [cargo:start]
 
  [INFO]
  
 --
  --
 
  Downloading:
  http://snapshots.repository.codehaus.org/org/codehaus/cargo/cargo-core-
  api-c
  ontainer/0.9-SNAPSHOT/cargo-core-api-container-0.9-20060726.094159-3.pom
 
  [WARNING] Unable to get resource from repository cargo m2 snapshot
  repository (http://snapshots.repository.codehaus.org)
 
  [INFO] [cargo:start]
 
  [INFO]
  
 
  [ERROR] FATAL ERROR
 
  [INFO]
  
 
  [INFO] Failed to create a WebLogic 8.x standalone configuration
 
  Invalid configuration dir
  [file:/X:/XX/XX/xxx//target/weblogic8x/]. The configuration
  dir
  must point to an empty directory. Note that everything in the
  configuration
  dir will get deleted by Cargo.
 
  [INFO]
  
 
  [INFO] Trace
 
  org.codehaus.cargo.container.ContainerException: Failed to create a
  WebLogic
  8.x standalone configuration
 
  at
 
 org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration.
  co
  nfigure(AbstractLocalConfiguration.java:187)
 
  ...
 
  ..
 
  .
 
 
 
   [INFO]
  
 
  [INFO] Total time: 5 seconds
 
  [INFO] Finished at: Wed Jul 26 12:33:13 EDT 2006
 
  [INFO] Final Memory: 4M/8M
 
  [INFO]
  
 
 
 
  Any help would be greatly appreciated.
 
 
 
  Thanks in advanced,
 
 
 
  Matilda
 
 
 
 
 
 
  -
  Attention:
  Any views expressed in this message are those of the individual
  sender, except where the message states otherwise and the sender is
  authorized to state them to be the views of any such entity. The
  information contained in this message and or attachments is
  intended only for the person or entity to which it is addressed and
  may contain confidential and/or privileged material.  If you
  received this in error, please contact the sender and delete the
  material from any system and destroy any copies.
 
 
 
 
 
 
 __
 _
 Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
 sujet !
 Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et
 vos expériences.
 http://fr.answers.yahoo.com
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






___
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences.
http://fr.answers.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]