We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vivek said:
When I tried to build the eclipse project, I got an error that the info.bliki.wiki:bliki-core:jar:3.1.0-SNAPSHOT was missing. So I added <repository> <id>sonatype-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </repository> to the project’s pom file and was able to build the project. I’ve now got compile errors, where WikiArticle#isRedirect and WikiArticle#isUnknown aren’t being found - I don’t see these methods in https://bitbucket.org/axelclk/info.bliki.wiki/src/00e7a3281c7cab70446bcbe6cfd28b50beecec59/bliki-core/src/main/java/info/bliki/wiki/dump/WikiArticle.java?at=master&fileviewer=file-view-default either. Have you got a locally modified version of the bliki project ?
When I tried to build the eclipse project, I got an error that the info.bliki.wiki:bliki-core:jar:3.1.0-SNAPSHOT was missing. So I added
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
I’ve now got compile errors, where WikiArticle#isRedirect and WikiArticle#isUnknown aren’t being found - I don’t see these methods in https://bitbucket.org/axelclk/info.bliki.wiki/src/00e7a3281c7cab70446bcbe6cfd28b50beecec59/bliki-core/src/main/java/info/bliki/wiki/dump/WikiArticle.java?at=master&fileviewer=file-view-default either.
Have you got a locally modified version of the bliki project ?
bliki has been modified, so I need to fork it from Atlassian's BitBucket hosting site into GitHub…there's a way to do that, just not super-easy.
The text was updated successfully, but these errors were encountered:
kkrugler
No branches or pull requests
Vivek said:
bliki has been modified, so I need to fork it from Atlassian's BitBucket hosting site into GitHub…there's a way to do that, just not super-easy.
The text was updated successfully, but these errors were encountered: