[ 
https://issues.apache.org/jira/browse/LUCENE-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481327#comment-13481327
 ] 

Steven Rowe commented on LUCENE-4476:
-------------------------------------

{quote}
bq. Does this also happen on windows if you sign artifacts with your GPG key?

Definitely not! The password is hidden! This is clearly a cygwin issue (and 
only if you use the cygwin console window). With the official Windows 7 cmd.exe 
in the official Windows console window the password is not shown. I never use 
cygwin for builfding on windows, why do you Steven? To run ANT and build 
artifacts a plain cmd.exe is fine.
{quote}

I agree, Uwe - password hiding with Ant's secure input handler works on Win7 
cmd window for me too.  Definitely a cygwin-specific issue.

I use bash under an Xterm, because I feel like it :) - it's the maximally 
Unix-ish experience on Windows.  Also, when mixing native binaries and Cygwin 
binaries, it's easier to use Cygwin tools to keep everybody happy from 
bash.exe, rather than from cmd.exe.  Also, the Xterm window is resizeable (win 
console has a fixed width) and is more customizable.

{quote}
Ah, also: if you run bash.exe in the official Windows console windows (not 
cygwin's own), it also works. It's a bug of the dumb cygwin-internal console 
window only (why do they have it?) - sorry, I have to rant about Cygwin; I use 
it, too, but only to execute find/sed/grep...
{quote}

(And perl, and python, and .....)

Interesting, I hadn't considered running bash under the windows console.  Of 
course C:\cygwin\bin\ would have to be on the path.

I agree the cygwin-internal console window is sucky - I never use it.

                
> maven deployment scripts dont work (except from the machine you made the RC 
> from)
> ---------------------------------------------------------------------------------
>
>                 Key: LUCENE-4476
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4476
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-4476.patch, LUCENE-4476.patch, LUCENE-4476.patch
>
>
> Currently the maven process described in 
> http://wiki.apache.org/lucene-java/PublishMavenArtifacts does not work (on 
> mac)
> It worked fine for the 4.0-alpha and 4.0-beta releases.
> NOTE: This appears to be working on linux so I am going with that. But this 
> seems strange it doesnt work on mac.
>  
> {noformat}
> artifact:install-provider] Installing provider: 
> org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-7:runtime
> [artifact:pom] Downloading: 
> org/apache/lucene/lucene-parent/4.0.0/lucene-parent-4.0.0.pom from repository 
> sonatype.releases at http://oss.sonatype.org/content/repositories/releases
> [artifact:pom] Unable to locate resource in repository
> [artifact:pom] [INFO] Unable to find resource 
> 'org.apache.lucene:lucene-parent:pom:4.0.0' in repository sonatype.releases 
> (http://oss.sonatype.org/content/repositories/releases)
> [artifact:pom] Downloading: 
> org/apache/lucene/lucene-parent/4.0.0/lucene-parent-4.0.0.pom from repository 
> central at http://repo1.maven.org/maven2
> [artifact:pom] Unable to locate resource in repository
> [artifact:pom] [INFO] Unable to find resource 
> 'org.apache.lucene:lucene-parent:pom:4.0.0' in repository central 
> (http://repo1.maven.org/maven2)
> [artifact:pom] An error has occurred while processing the Maven artifact 
> tasks.
> [artifact:pom]  Diagnosis:
> [artifact:pom] 
> [artifact:pom] Unable to initialize POM lucene-test-framework-4.0.0.pom: 
> Cannot find parent: org.apache.lucene:lucene-parent for project: 
> org.apache.lucene:lucene-test-framework:jar:null for project 
> org.apache.lucene:lucene-test-framework:jar:null
> [artifact:pom] Unable to download the artifact from any repository
> BUILD FAILED
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to