RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
System Administrator FAA WJH Technical Center (609)485-5294 -Original Message- From: Robert Scholte [mailto:rfscho...@apache.org] Sent: Friday, August 14, 2015 5:23 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created Hi, I found https

Re: Specified destination directory cannot be created

2015-08-17 Thread Wayne Fay
, 2015 12:13 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created On Mon, Aug 17, 2015 at 9:43 AM, michael.ctr.taru...@faa.gov wrote: ... I think it might be time to see what the vendor of the software I'm trying to build has to say!!! In these cases

RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
AM To: users@maven.apache.org Subject: RE: Specified destination directory cannot be created Hi Michael, michael.ctr.taru...@faa.gov wrote: Thanks Robert. Using Maven 3.1.1 (required by COTS product vendor); can you define ancient :-)? I suspect it is not permission related, because

RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
...@gmail.com] Sent: Monday, August 17, 2015 12:13 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created On Mon, Aug 17, 2015 at 9:43 AM, michael.ctr.taru...@faa.gov wrote: ... I think it might be time to see what the vendor of the software I'm trying to build has

RE: Specified destination directory cannot be created

2015-08-17 Thread Jörg Schaible
Hi Michael, michael.ctr.taru...@faa.gov wrote: Thanks Robert. Using Maven 3.1.1 (required by COTS product vendor); can you define ancient :-)? I suspect it is not permission related, because the build created other directories\sub-directories located here (which is the same reason I

RE: Specified destination directory cannot be created

2015-08-17 Thread Martin Gainty
__ To: users@maven.apache.org From: joerg.schai...@swisspost.com Subject: RE: Specified destination directory cannot be created Date: Mon, 17 Aug 2015 16:58:54 +0200 Hi Michael, michael.ctr.taru...@faa.gov wrote: Thanks Robert. Using Maven 3.1.1

Re: Specified destination directory cannot be created

2015-08-17 Thread Ron Wheeler
WJH Technical Center (609)485-5294 -Original Message- From: Robert Scholte [mailto:rfscho...@apache.org] Sent: Friday, August 14, 2015 5:23 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created Hi, I found https://issues.apache.org/jira/browse/WAGON-64

Re: Specified destination directory cannot be created

2015-08-17 Thread Wayne Fay
On Mon, Aug 17, 2015 at 9:43 AM, michael.ctr.taru...@faa.gov wrote: ... I think it might be time to see what the vendor of the software I'm trying to build has to say!!! In these cases, it is nearly always a good idea to talk to the vendor and use the support you are already paying for

Re: Specified destination directory cannot be created

2015-08-14 Thread Mirko Friedenhagen
Hello Michael, just guessing: - sometimes spaces in the path may lead to problems. - sometimes Windows encounters a problem when a path is too long. Could you try setting setting localRepository as outlined in http://maven.apache.org/settings.html to c:/tmp/m2. Regards Mirko -- Sent from my

RE: Specified destination directory cannot be created

2015-08-14 Thread Michael.CTR.Tarullo
, August 14, 2015 4:04 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created Hello Michael, just guessing: - sometimes spaces in the path may lead to problems. - sometimes Windows encounters a problem when a path is too long. Could you try setting setting

Re: Specified destination directory cannot be created

2015-08-14 Thread Robert Scholte
[mailto:mfriedenha...@gmail.com] Sent: Friday, August 14, 2015 4:04 PM To: Maven Users List Subject: Re: Specified destination directory cannot be created Hello Michael, just guessing: - sometimes spaces in the path may lead to problems. - sometimes Windows encounters a problem when a path is too long. Could you

RE: Specified destination directory cannot be created

2015-08-14 Thread Michael.CTR.Tarullo
Center (609)485-5294 -Original Message- From: Tarullo, Michael CTR (FAA) Sent: Friday, August 14, 2015 4:15 PM To: users@maven.apache.org Subject: RE: Specified destination directory cannot be created Mirko, Thanks for the reply. I thought about both of those myself. I did not explore