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

Bugfix for DROOLS-354 and DROOLS-540 #379

Merged
merged 2 commits into from Sep 23, 2014
Merged

Bugfix for DROOLS-354 and DROOLS-540 #379

merged 2 commits into from Sep 23, 2014

Commits on Sep 10, 2014

  1. Bugfix for DROOLS-354 and DROOLS-540 on Windows

    Using WildyFly VFS, the urlPath parameter of the function is the real path to the file with no leading "/" (see method ClasspathKieProject#getPathForVFS(URL), statement String path = f.getPath();). 
    
    Without the bugfix, the drive letter is stripped from the path creating a drive-relative path. If the rule archive is on another drive than the WildFly working directory, this leads to a NullPointerException in the method ClasspathKieProject#getPomPropertiesFromZipFile(String) (in the finally block, zipFile.close()).
    Marek Šiller committed Sep 10, 2014
    Copy the full SHA
    e0dc3e8 View commit details
    Browse the repository at this point in the history
  2. Bugfix for DROOLS-354 and DROOLS-540 on Windows

    Marek Šiller committed Sep 10, 2014
    Copy the full SHA
    2f24c2b View commit details
    Browse the repository at this point in the history