Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 592702 Details for
Bug 832389
Errai: Broken EAR scanning on Windows
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch
0001-Fix-broken-EAR-scanning-on-Windows.patch (text/plain), 1.04 KB, created by
thradec
on 2012-06-18 16:16:37 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
thradec
Created:
2012-06-18 16:16:37 UTC
Size:
1.04 KB
patch
obsolete
>From 00c5c00fe617e11f5ee5951dd3359499327959d5 Mon Sep 17 00:00:00 2001 >From: Tomas Hradec <thradec@redhat.com> >Date: Mon, 18 Jun 2012 18:10:24 +0200 >Subject: [PATCH] Fix broken EAR scanning on Windows > >--- > .../jboss/errai/common/metadata/PackagingUtil.java | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/errai-common/src/main/java/org/jboss/errai/common/metadata/PackagingUtil.java b/errai-common/src/main/java/org/jboss/errai/common/metadata/PackagingUtil.java >index 74ecda4..1495430 100644 >--- a/errai-common/src/main/java/org/jboss/errai/common/metadata/PackagingUtil.java >+++ b/errai-common/src/main/java/org/jboss/errai/common/metadata/PackagingUtil.java >@@ -73,7 +73,7 @@ public class PackagingUtil { > > do { > start = new File(rootPath); >- rootPath = rootPath.substring(0, (pivotPoint = rootPath.lastIndexOf("/")) < 0 ? 0 : pivotPoint); >+ rootPath = rootPath.substring(0, (pivotPoint = rootPath.lastIndexOf(File.separator)) < 0 ? 0 : pivotPoint); > } > while (!start.exists() && pivotPoint > 0); > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 832389
: 592702