Latest build (6366) jruby.bat does nothing
------------------------------------------

                 Key: JRUBY-2337
                 URL: http://jira.codehaus.org/browse/JRUBY-2337
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1RC3
         Environment: Windows XP Pro SP2, AMD X2 5600+, 2GB RAM
Java version 1.6.0_05
            Reporter: William Gannon
            Assignee: Thomas E Enebo
            Priority: Blocker


After running ANT, ran jruby -v and get nothing but a command prompt.

Try running jirb, get nothing, just a command prompt line.

Below is the output of my process:

C:\JRuby\HEAD>c:\ant\apache-ant-1.7.0\bin\ant
Buildfile: build.xml

init:

jar:

jar-jruby:

init:

extract-rdocs:
    [untar] Expanding: C:\JRuby\HEAD\docs\rdocs.tar.gz into C:\JRuby\HEAD

prepare:
    [mkdir] Created dir: C:\JRuby\HEAD\build
    [mkdir] Created dir: C:\JRuby\HEAD\build\classes
    [mkdir] Created dir: C:\JRuby\HEAD\build\classes\jruby
    [mkdir] Created dir: C:\JRuby\HEAD\build\classes\test
    [mkdir] Created dir: C:\JRuby\HEAD\build\test-results
    [mkdir] Created dir: C:\JRuby\HEAD\build\test-results\html
    [mkdir] Created dir: C:\JRuby\HEAD\docs\api

compile.tasks:
     [copy] Copying 8 files to C:\JRuby\HEAD\build\classes\jruby
     [copy] Copying 21 files to C:\JRuby\HEAD\build\classes\jruby\builtin
     [copy] Copying 1 file to C:\JRuby\HEAD\build\classes\jruby

check-for-optional-java4-packages:

check-for-optional-packages:

compile-jruby:
    [javac] Compiling 634 source files to C:\JRuby\HEAD\build\classes\jruby
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:42: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac] import sun.misc.Signal;
    [javac]                ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:43: warning: s
un.misc.SignalHandler is Sun proprietary API and may be removed in a future rele
ase
    [javac] import sun.misc.SignalHandler;
    [javac]                ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:49: warning: s
un.misc.SignalHandler is Sun proprietary API and may be removed in a future rele
ase
    [javac]     private final static class JRubySignalHandler implements SignalH
andler {
    [javac]                                                              ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:55: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]         public void handle(Signal signal) {
    [javac]                            ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:64: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]                 Signal.handle(new Signal(this.signal), this);
    [javac]                                   ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:64: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]                 Signal.handle(new Signal(this.signal), this);
    [javac]                 ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:75: warning: s
un.misc.SignalHandler is Sun proprietary API and may be removed in a future rele
ase
    [javac]         final SignalHandler oldHandler;
    [javac]               ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:77: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]             oldHandler = Signal.handle(new Signal(handler.signal), h
andler);
    [javac]                                            ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:77: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]             oldHandler = Signal.handle(new Signal(handler.signal), h
andler);
    [javac]                          ^
    [javac] C:\JRuby\HEAD\src\org\jruby\util\SunSignalFacade.java:87: warning: s
un.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac]
                        oldHandler.handle(new Signal(handler.signal));
    [javac]
                                              ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 10 warnings

compile:

generate-method-classes:
    [touch] Creating C:\JRuby\HEAD\build\__empty.rb
   [delete] Deleting: C:\JRuby\HEAD\build\__empty.rb
   [jarjar] Building jar: C:\JRuby\HEAD\lib\jruby.jar

BUILD SUCCESSFUL
Total time: 1 minute 49 seconds
C:\JRuby\HEAD>jruby -v

C:\JRuby\HEAD>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)

C:\JRuby\HEAD>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to