Re: Gradle build, where's the output?

2020-09-22 Thread Erick Erickson
SOLR-14888

I’m a bit underwater now, so probably won’t get to a PR for a while.

> On Sep 22, 2020, at 12:33 PM, Mike Drob  wrote:
> 
> It likely disappeared when I switched us to use the distribution plugin. Feel 
> free to open either a JIRA or PR for it, depending on your comfort. 
> 
> On Tue, Sep 22, 2020 at 11:11 AM Erick Erickson  
> wrote:
> We’re probably talking about different things. I have access to all the 
> folders, I think our gradle build has changed recently and we stopped 
> printing out a message for where the results of a specific task wound up.
> 
> 
> 
> Always possible it’s something else of course, I’m checking whether it’s a 
> change to our build scripts which have been changing a lot lately.
> 
> 
> 
> > On Sep 22, 2020, at 11:51 AM, Martin Gainty  wrote:
> 
> > 
> 
> > travis doc suggests user account does not have 'read access' to dependency 
> > folder
> 
> > 
> 
> > https://docs.travis-ci.com/user/languages/java/#projects-using-gradle
> 
> > 
> 
> > m-
> 
> > 
> 
> > From: Erick Erickson 
> 
> > Sent: Tuesday, September 22, 2020 10:48 AM
> 
> > To: dev@lucene.apache.org 
> 
> > Subject: Gradle build, where's the output?
> 
> >  
> 
> > The Gradle build used to print out where to find the artifacts for the 
> > “assemble” and “dev” tasks, but that disappeared sometime. Is this 
> > intentional? It really helped me the first time I tried to run Solr after 
> > building with Gradle…
> 
> > 
> 
> > Currently, “gradlew tasks” does print the location of the artifacts for the 
> > “dev” target, but not the “assemble” target, that might suffice.
> 
> > -
> 
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> 
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> 
> 
> 
> 
> 
> -
> 
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> 
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 
> 
> 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Gradle build, where's the output?

2020-09-22 Thread Mike Drob
It likely disappeared when I switched us to use the distribution plugin.
Feel free to open either a JIRA or PR for it, depending on your comfort.

On Tue, Sep 22, 2020 at 11:11 AM Erick Erickson 
wrote:

> We’re probably talking about different things. I have access to all the
> folders, I think our gradle build has changed recently and we stopped
> printing out a message for where the results of a specific task wound up.
>
>
>
> Always possible it’s something else of course, I’m checking whether it’s a
> change to our build scripts which have been changing a lot lately.
>
>
>
> > On Sep 22, 2020, at 11:51 AM, Martin Gainty  wrote:
>
> >
>
> > travis doc suggests user account does not have 'read access' to
> dependency folder
>
> >
>
> > https://docs.travis-ci.com/user/languages/java/#projects-using-gradle
>
> >
>
> > m-
>
> >
>
> > From: Erick Erickson 
>
> > Sent: Tuesday, September 22, 2020 10:48 AM
>
> > To: dev@lucene.apache.org 
>
> > Subject: Gradle build, where's the output?
>
> >
>
> > The Gradle build used to print out where to find the artifacts for the
> “assemble” and “dev” tasks, but that disappeared sometime. Is this
> intentional? It really helped me the first time I tried to run Solr after
> building with Gradle…
>
> >
>
> > Currently, “gradlew tasks” does print the location of the artifacts for
> the “dev” target, but not the “assemble” target, that might suffice.
>
> > -
>
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>
> > For additional commands, e-mail: dev-h...@lucene.apache.org
>
>
>
>
>
> -
>
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>
>
>


Re: Gradle build, where's the output?

2020-09-22 Thread Erick Erickson
We’re probably talking about different things. I have access to all the 
folders, I think our gradle build has changed recently and we stopped printing 
out a message for where the results of a specific task wound up.

Always possible it’s something else of course, I’m checking whether it’s a 
change to our build scripts which have been changing a lot lately.

> On Sep 22, 2020, at 11:51 AM, Martin Gainty  wrote:
> 
> travis doc suggests user account does not have 'read access' to dependency 
> folder
> 
> https://docs.travis-ci.com/user/languages/java/#projects-using-gradle
> 
> m-
> 
> From: Erick Erickson 
> Sent: Tuesday, September 22, 2020 10:48 AM
> To: dev@lucene.apache.org 
> Subject: Gradle build, where's the output?
>  
> The Gradle build used to print out where to find the artifacts for the 
> “assemble” and “dev” tasks, but that disappeared sometime. Is this 
> intentional? It really helped me the first time I tried to run Solr after 
> building with Gradle…
> 
> Currently, “gradlew tasks” does print the location of the artifacts for the 
> “dev” target, but not the “assemble” target, that might suffice.
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Gradle build, where's the output?

2020-09-22 Thread Martin Gainty
travis doc suggests user account does not have 'read access' to dependency 
folder

https://docs.travis-ci.com/user/languages/java/#projects-using-gradle

m-


From: Erick Erickson 
Sent: Tuesday, September 22, 2020 10:48 AM
To: dev@lucene.apache.org 
Subject: Gradle build, where's the output?

The Gradle build used to print out where to find the artifacts for the 
“assemble” and “dev” tasks, but that disappeared sometime. Is this intentional? 
It really helped me the first time I tried to run Solr after building with 
Gradle…

Currently, “gradlew tasks” does print the location of the artifacts for the 
“dev” target, but not the “assemble” target, that might suffice.
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Gradle build, where's the output?

2020-09-22 Thread Erick Erickson
The Gradle build used to print out where to find the artifacts for the 
“assemble” and “dev” tasks, but that disappeared sometime. Is this intentional? 
It really helped me the first time I tried to run Solr after building with 
Gradle…

Currently, “gradlew tasks” does print the location of the artifacts for the 
“dev” target, but not the “assemble” target, that might suffice.
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org