Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Unable to compile #46

Open
evandrix opened this issue Dec 12, 2018 · 0 comments
Open

Unable to compile #46

evandrix opened this issue Dec 12, 2018 · 0 comments

Comments

@evandrix
Copy link

evandrix commented Dec 12, 2018

Fix

/testutil/pom.xml:
1.
<mainClass>
de.innosystec.unrar.testutil.JUnRarTestUtil
</mainClass>
<packageName>
de.innosystec.unrar.testutil
</packageName>

<mainClass>
	com.github.junrar.testutil.JUnRarTestUtil
</mainClass>
<packageName>
	com.github.junrar.testutil
</packageName>

<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>0.6-SNAPSHOT</version>
</dependency>

<dependency>
	<groupId>com.github.beothorn</groupId>
	<artifactId>junrar</artifactId>
	<version>0.7-SNAPSHOT</version>
</dependency>

/unrar/src/main/java/com/github/junrar/rarfile/UnixOwnersHeader.java
3.
@see de.innosystec.unrar.rarfile.SubBlockHeader#print()
@see com.github.junrar.rarfile.SubBlockHeader#print()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant