deploy:copy-deps doesn't copy a jar if it exists in the user's repository

2005-07-07 Thread Michael Mattox
I deploy a jar and then use the deploy:copy-deps to copy it, it works.  I
then touch the jar on the server (I use maven-proxy).  Next I redo the
deploy:copy-deps and it says it's up to date:

D:\projects\PJ\workspace\ciweb2g-miniapp>maven update-jars
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

update-jars:
[echo] Goal update-jars for project ciweb2g-miniapp
[echo] Calling deploy:copy-deps
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Thu Jul 07 16:06:16 CEST 2005

with -X I get more details:

[copy] [DEBUG] fileset: Setup scanner in dir C:\Documents and
Settings\mmatt
ox\.maven\repository\dom4j\jars with patternSet{ includes:
[dom4j-1.6.1.jar] exc
ludes: [] }
[copy] [VERBOSE] dom4j-1.6.1.jar omitted as dom4j-1.6.1.jar is up to
date.
attaining goal build:end

Is this a bug?  I'm totally stuck because we can't use our jars without
erasing the project jars in the local repository each time we want to get
the new jars..

-Michael






--
This E-mail is confidential.  It may also be legally privileged.  If you are
not the addressee you may not copy, forward, disclose or use any part of it.
If you have received this message in error, please delete it and all copies
from your system and notify the sender immediately by return E-mail.
Internet communications cannot be guaranteed to be timely, secure, error or
virus-free.  The sender does not accept liability for any errors or omissions.


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



deploy:copy-deps doesn't copy a jar if it exists in the user's repository

2005-07-07 Thread Michael Mattox
I deploy a jar and then use the deploy:copy-deps to copy it, it works.  I
then touch the jar on the server (I use maven-proxy).  Next I redo the
deploy:copy-deps and it says it's up to date:

D:\projects\PJ\workspace\ciweb2g-miniapp>maven update-jars
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

update-jars:
[echo] Goal update-jars for project ciweb2g-miniapp
[echo] Calling deploy:copy-deps
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Thu Jul 07 16:06:16 CEST 2005

with -X I get more details:

[copy] [DEBUG] fileset: Setup scanner in dir C:\Documents and
Settings\mmatt
ox\.maven\repository\dom4j\jars with patternSet{ includes:
[dom4j-1.6.1.jar] exc
ludes: [] }
[copy] [VERBOSE] dom4j-1.6.1.jar omitted as dom4j-1.6.1.jar is up to
date.
attaining goal build:end

Is this a bug?  I'm totally stuck because we can't use our jars without
erasing the project jars in the local repository each time we want to get
the new jars..

-Michael






--
This E-mail is confidential.  It may also be legally privileged.  If you are
not the addressee you may not copy, forward, disclose or use any part of it.
If you have received this message in error, please delete it and all copies
from your system and notify the sender immediately by return E-mail.
Internet communications cannot be guaranteed to be timely, secure, error or
virus-free.  The sender does not accept liability for any errors or omissions.


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



RE : deploy:copy-deps

2003-07-16 Thread BRUNOT Sébastien
It doesn't work :-(

-Message d'origine-
De : GONNOT boris [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 16 juillet 2003 11:59
À : Maven Users List
Objet : RE: deploy:copy-deps


I think it's "drutt:DRUTT_ddr"

But i'm not sure :)


-Message d'origine-
De : BRUNOT Sébastien [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 16 juillet 2003 09:42
À : '[EMAIL PROTECTED]'
Objet : deploy:copy-deps


Hi,

I have the following dependency declared in my project.xml :


  drutt
  DRUTT_ddr
  2
  DRUTT_ddr_v2.jar


I want to copy all my other dependencies using deploy:copy-deps. How can i
declare that this one shouldn't be copied ? deploy:copy-deps needs
dependency id's in his excludes list... What is the id of this one ?

Sebastien BRUNOT 

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



--
Ce message est protege par les regles relatives au secret des
correspondances ; il peut en outre contenir des informations a caractere
confidentiel ou protegees par differentes regles et notamment le secret des
affaires ; il est etabli a destination exclusive de son destinataire. Toute
divulgation, utilisation, diffusion ou reproduction (totale ou partielle) de
ce message, ou des informations qu'il contient, doit etre prealablement
autorisee. 
Tout message electronique est susceptible d'alteration et son integrite ne
peut etre assuree. Les AGF declinent toute responsabilite au titre de ce
message s'il a ete modifie ou falsifie. 
Si vous n'etes pas destinataire de ce message, merci de le detruire
immediatement et d'avertir l'expediteur de l'erreur de distribution et de la
destruction du message.
This message is protected by the secrecy of correspondence rules ;
furthermore it may contain privileged or confidential information that is
protected by law, notably by the secrecy of business relations rule ; it is
intended solely for the attention of   the addressee . Any disclosure, use,
dissemination or reproduction (either whole or  partial) of this message or
the information contained herein is strictly prohibited without prior
consent.
Any electronic message  is susceptible to alteration  and  its integrity can
not be assured.  AGF declines any  responsibility for  this message in the
event of  alteration  or falsification.. If you are not the intended
recipient, please destroy it immediately and  notify the sender of the wrong
delivery and the mail deletion. 
--


-
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: deploy:copy-deps

2003-07-16 Thread GONNOT boris
I think it's "drutt:DRUTT_ddr"

But i'm not sure :)


-Message d'origine-
De : BRUNOT Sébastien [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 16 juillet 2003 09:42
À : '[EMAIL PROTECTED]'
Objet : deploy:copy-deps


Hi,

I have the following dependency declared in my project.xml :


  drutt
  DRUTT_ddr
  2
  DRUTT_ddr_v2.jar


I want to copy all my other dependencies using deploy:copy-deps. How can i
declare that this one shouldn't be copied ? deploy:copy-deps needs
dependency id's in his excludes list... What is the id of this one ?

Sebastien BRUNOT 

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



--
Ce message est protege par les regles relatives au secret des correspondances ; il 
peut en outre contenir des informations a caractere confidentiel ou protegees par 
differentes regles et notamment le secret des affaires ; il est etabli a destination 
exclusive de son destinataire. Toute divulgation, utilisation, diffusion ou 
reproduction (totale ou partielle) de ce message, ou des informations qu'il contient, 
doit etre prealablement autorisee. 
Tout message electronique est susceptible d'alteration et son integrite ne peut etre 
assuree. Les AGF declinent toute responsabilite au titre de ce message s'il a ete 
modifie ou falsifie. 
Si vous n'etes pas destinataire de ce message, merci de le detruire immediatement et 
d'avertir l'expediteur de l'erreur de distribution et de la destruction du message.
This message is protected by the secrecy of correspondence rules ; furthermore it may 
contain privileged or confidential information that is protected by law, notably by 
the secrecy of business relations rule ; it is intended solely for the attention of   
the addressee . Any disclosure, use, dissemination or reproduction (either whole or  
partial) of this message or the information contained herein is strictly prohibited 
without prior consent.
Any electronic message  is susceptible to alteration  and  its integrity can not be 
assured.  AGF declines any  responsibility for  this message in the event of  
alteration  or falsification..
If you are not the intended  recipient, please destroy it immediately and  notify the 
sender of the wrong delivery and the mail deletion. 
--


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



deploy:copy-deps

2003-07-16 Thread BRUNOT Sébastien
Hi,

I have the following dependency declared in my project.xml :


  drutt
  DRUTT_ddr
  2
  DRUTT_ddr_v2.jar


I want to copy all my other dependencies using deploy:copy-deps. How can i
declare that this one shouldn't be copied ? deploy:copy-deps needs
dependency id's in his excludes list... What is the id of this one ?

Sebastien BRUNOT 

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