Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow JBOSS_HOME to point to a symlink. #22

Closed
wants to merge 1 commit into from
Closed

Allow JBOSS_HOME to point to a symlink. #22

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 15, 2013

The cmake script is currently checking if the path specified in JBOSS_HOME is a directory. For symbolic links this check fails (e.g. JBOSS_HOME=/opt/jboss-as where /opt/jboss-as is a link to /opt/jboss-as-7.1.1.Final).

To resolve this problem the script was changed to check if JBOSS_HOME is set or not and use the value if present as a default for HOTROD_JBOSS_HOME.

…ting to a symlink

Check if JBOSS_HOME is set or not and use the value if present as a default for HOTROD_JBOSS_HOME.
@tristantarrant
Copy link
Member

Pulled

@ghost ghost deleted the symlink_jboss_home branch November 29, 2013 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants