-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compilation: Access Denied Error #23
Comments
This is interesting:
This tells us, that at least in one file the license header is wrong. (it looks like your are building the artifact from scratch) You can try this: |
Thanks @FrankHossfeld let me take a close look. |
Hello @treblereel <repository>
<id>vertispan</id>
<name>Vertispan Public Repo</name>
<url>https://repo.vertispan.com/gwt-snapshot/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>vertispan-jre</id>
<name>Vertispan Public Repo</name>
<url>https://repo.vertispan.com/j2cl/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository> I am checking the child poms.... esspecially "gwt-resources-core" gwt-resources-parent ............................... SUCCESS [ 3.147 s]
gwt-resources-api .................................. SUCCESS [ 23.130 s]
gwt-resources-core ................................. FAILURE [ 51.406 s]
gwt-resources-processor ............................ SKIPPED
gwt-test-generators ................................ SKIPPED
j2cl-tests ......................................... SKIPPED
gwt2-tests ......................................... SKIPPED |
Hello @treblereel I tried compiling many times... Unfortunately the problem still exists: |
Hello @FrankHossfeld For the sake of sanity, here is the screenshot that pom is actually exist: |
added vertispan repo for tests. maybe this error happens because of windows ? i have no windows pc so i can't check it |
Here is the output for commit #24 |
Just ran
Here my log: @treblereel I am working on macs .... |
@tugalsan as @treblereel already mentioned, you can use the compiled artifact from the vertispan repo. So, no need to build it. But of course the build should work for you too ... But I can not reproduce the bug. Can you describe, what you did? |
Hello @FrankHossfeld As you have said, may be an OS issue. Now I will try to find already compiled repo. Thanks. |
@treblereel Hello,
Even though I am running netbeans in administrator mode, I am getting below error:
"D:\me\Documents\ProgsCodes\Maven\gwt-resources-master\core\target\classes (Erişim engellendi)"
Translation: Erişim engellendi -> Access Denied
Netbeans_console.txt
Could you look into it, when you have time.
Regards,
The text was updated successfully, but these errors were encountered: