[
https://issues.apache.org/jira/browse/BUILDR-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932161#action_12932161
]
Ed Smiley edited comment on BUILDR-549 at 11/15/10 3:05 PM:
------------------------------------------------------------
I also have this problem.
I created an absolutely minimal setup, with a basic directory structure.
~/maketrace $ ls -lR
total 8
-rw-r--r-- 1 esmiley staff 460 Nov 15 12:00 buildfile
drwxr-xr-x 3 esmiley staff 102 Nov 15 12:01 src
drwxr-xr-x 3 esmiley staff 102 Nov 15 12:01 target
./src:
total 0
drwxr-xr-x 3 esmiley staff 102 Nov 15 12:01 main
./src/main:
total 0
drwxr-xr-x 3 esmiley staff 102 Nov 15 12:01 java
./src/main/java:
total 8
-rw-r--r-- 1 esmiley staff 13 Nov 15 12:01 Test.java
./target:
total 0
drwxr-xr-x 2 esmiley staff 68 Nov 15 12:01 classes
~/maketrace $ buildr
(in /Users/esmiley/maketrace, development)
Building maketrace
Compiling maketrace into /Users/esmiley/maketrace/target/classes
Buildr aborted!
RuntimeError : can't create Java VM
(See full trace by running task with --trace)
I will attach the buildfile and trace output.
was (Author: esmiley):
I also have this problem. --Ed Smiley
> Buildr cannot create a JVM using MRI on OS X 10.6 with Java Update 3 installed
> ------------------------------------------------------------------------------
>
> Key: BUILDR-549
> URL: https://issues.apache.org/jira/browse/BUILDR-549
> Project: Buildr
> Issue Type: Bug
> Components: Core features
> Affects Versions: 1.4.1, 1.4.2, 1.4.3
> Environment: OS X 10.6.5 with Java Update 3 for OS X 10.6; tested
> with 1.8.7-p174 and 1.8.7-p302, but probably any MRI will have this problem
> Reporter: Rhett Sutphin
>
> Java Update 3 for OS X changed the way the JDK is installed on OS X and, in
> the process, broke RJB. With the current trunk, buildr's specs will not run.
> They give the error "RuntimeError : can't create Java VM". Buildfiles which
> invoke java have the same problem.
> Allegedly, upgrading to rjb 1.3.2 will fix this problem. My initial efforts
> in this direction have not been successful. I'll investigate further and
> update this ticket.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.