[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-07-07 Thread Tim Allison (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563908#comment-17563908
 ] 

Tim Allison commented on TIKA-3743:
---

Whatever I did did not fix what I was hoping for.  When we change the version 
of Tika through a release, the next build doesn't work in github's workflows 
until Hudson completes and puts the artifacts in apache's nightly snapshots.  
{{mvn clean install}} I thought would fix this because the artifacts should be 
installed in the ci instance's m2 repo.

In short, I don't know???

> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-07-07 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563869#comment-17563869
 ] 

Tilman Hausherr commented on TIKA-3743:
---

it's back - did I do this? It happens since I updated the rat plugin
https://github.com/apache/tika/runs/7229073662?check_suite_focus=true

> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-05-06 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533115#comment-17533115
 ] 

Hudson commented on TIKA-3743:
--

SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #546 (See 
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/546/])
TIKA-3743 -- test rolling back bundle-plugin to see if github actions work 
(tallison: 
[https://github.com/apache/tika/commit/6e83ee7f8c39284738b9afc1a4d58560bc85966a])
* (edit) .github/workflows/main-jdk17-build.yml
* (edit) .github/workflows/main-jdk11-build.yml
* (edit) .github/workflows/main-jdk8-build.yml
* (edit) tika-parent/pom.xml


> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-05-06 Thread Tim Allison (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533078#comment-17533078
 ] 

Tim Allison commented on TIKA-3743:
---

I'm getting new action failures, which I'm not able to reproduce locally.  This 
may be caused by an upgrade in the plugins???

{noformat}
2022-05-06T19:43:52.1138720Z [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (default) on 
project tika-bundle-standard: Failed to create assembly: Error adding file 
'org.apache.tika:tika-core:jar:2.4.1-SNAPSHOT' to archive: 
/home/runner/work/tika/tika/tika-core/target/classes isn't a file. -> [Help 1]
{noformat}

> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-04-28 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529551#comment-17529551
 ] 

Hudson commented on TIKA-3743:
--

SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #533 (See 
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/533/])
TIKA-3743 -- install (tallison: 
[https://github.com/apache/tika/commit/7d3911eceb87162947bd77a56250cc5532e38fb8])
* (edit) .github/workflows/main-jdk11-build.yml
* (edit) .github/workflows/branch_1x-jdk11-build.yml
* (edit) .github/workflows/branch_1x-jdk8-build.yml
* (edit) .github/workflows/main-jdk17-build.yml
* (edit) .github/workflows/main-jdk8-build.yml


> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (TIKA-3743) github actions -- we should install

2022-04-28 Thread Tim Allison (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529503#comment-17529503
 ] 

Tim Allison commented on TIKA-3743:
---

Hahahahaha.  That didn't work.

{noformat}
[INFO] 
Error:  Failed to execute goal on project tika-parsers: Could not resolve 
dependencies for project org.apache.tika:tika-parsers:pom:2.4.1-SNAPSHOT: Could 
not find artifact org.apache.tika:tika-core:jar:tests:2.4.1-SNAPSHOT in 
apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
{noformat}

> github actions -- we should install
> ---
>
> Key: TIKA-3743
> URL: https://issues.apache.org/jira/browse/TIKA-3743
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
>Priority: Trivial
> Attachments: Screenshot from 2022-04-28 11-39-16.png
>
>
> We're calling {{mvn clean javadoc:aggregate test}}.  This requires github to 
> pull dependencies from the snapshot repo.  We should add {{install}} so that 
> the builds use the dependencies that were just built.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)