Re: [flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-11 Thread Christofer Dutz
The deployer wasn't created by me, so I cant be of much assistance here.
Eventually you would get more help with this on the Apache Flex User list.
To me it looks as it the deployer is trying to create a process and the
operating system ist preventing this ... unfortunately I don't know exactly
what is happening here.

Chris


2013/1/8 Asking Dumbquestions askingdumbquesti...@gmail.com

 java.io.IOException: Cannot run program C:\Apache Software
 Foundation\apache-maven-3.0.4\bin: CreateProcess error=5, Access is denied


-- 
You received this message because you are subscribed to the Google
Groups Flex Mojos group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/


Re: [flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-11 Thread Jose Barragan
You may pass the full path to executable of maven, 

 C:\Apache Software Foundation\apache-maven-3.0.4\bin   
 is imcomplete may be pass something like that:

 C:\Apache Software Foundation\apache-maven-3.0.4\bin\mvn

--
Jose Barragan
Software Architect Chief 
josebarra...@apache.org

On Jan 11, 2013, at 9:19 AM, Christofer Dutz christofer.d...@gmail.com wrote:

 The deployer wasn't created by me, so I cant be of much assistance here. 
 Eventually you would get more help with this on the Apache Flex User list.
 To me it looks as it the deployer is trying to create a process and the 
 operating system ist preventing this ... unfortunately I don't know exactly 
 what is happening here.
 
 Chris
 
 
 2013/1/8 Asking Dumbquestions askingdumbquesti...@gmail.com
 java.io.IOException: Cannot run program C:\Apache Software 
 Foundation\apache-maven-3.0.4\bin: CreateProcess error=5, Access is denied
 
 
 
 -- 
 You received this message because you are subscribed to the Google
 Groups Flex Mojos group.
 To post to this group, send email to flex-mojos@googlegroups.com
 To unsubscribe from this group, send email to
 flex-mojos+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/flex-mojos
  
 http://flexmojos.sonatype.org/

-- 
You received this message because you are subscribed to the Google
Groups Flex Mojos group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/


[flex-mojos] Error when trying to deploy Mavenized SDK to Nexus... Access is denied

2013-01-10 Thread Asking Dumbquestions
So, after mavenizing some SDK for deployment, I tried to deploy using the 
command for the SDKDeployer, however, I get an Access is denied error. 
 Now, my Maven settings.xml file does specify my credentials for my Nexus 
repo, so...?  Hmm... do I need to somehow pass these to the SDKDeployer? 
 Er what?

This is what I did:

$ java -cp flex-sdk-converter-1.0.jar SDKDeployer 
C:\Users\me\workspace\as3\mavenized-sdk\mavenized_flex4.6_air3.5 
me-flexmojos-respository 
http://me.com:8081/nexus/content/repositories/me-flexmojos-respository; 
C:\Apache Software Foundation\apache-maven-3.0.4\bin

java.io.IOException: Cannot run program C:\Apache Software 
Foundation\apache-maven-3.0.4\bin: CreateProcess error=5, Access is denied
at java.lang.ProcessBuilder.start(Unknown Source)
at SDKDeployer.doPom(SDKDeployer.java:141)
at SDKDeployer.doDir(SDKDeployer.java:80)
at SDKDeployer.doDir(SDKDeployer.java:87)
at SDKDeployer.doDir(SDKDeployer.java:87)
at SDKDeployer.doDir(SDKDeployer.java:87)
at SDKDeployer.doDir(SDKDeployer.java:87)
at SDKDeployer.doDir(SDKDeployer.java:87)
at SDKDeployer.start(SDKDeployer.java:70)
at SDKDeployer.main(SDKDeployer.java:54)
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.init(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 10 more

Thanks for your time!

-- 
You received this message because you are subscribed to the Google
Groups Flex Mojos group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/