James

Results 2692 comments of James

Closing this ticket as answered, but don't hesitate to open new tickets if necessary, thanks for the feedback!

Hi @tclarke Thanks for your question. Please note that Conan 1.X is no longer supported. Conan 2 is more than 2.5 years old, and development and maintenance has fully stopped...

Thanks for the feedback. It seems what you are missing there is a definition of the build folder in layout, something like: ```python def layout(self): self.folders.source = "lib-source" self.folders.build =...

Hi @tclarke Did the last comment help? Any further question or comment? Thanks for the feedback.

Marking the question as answered, if there is no more activity, it will be closed soon. Thanks!

Hi @Ignition Thanks for the feedback. I think the problem with ``${CLASSPATH:+:$CLASSPATH}`` is that it was problematic for being a bash thing, and not all shells are bash, in fact...

> If I do CLASSPATH= in my profile's [buildenv] then .../build/generators/conanbuildenv-debug-x86_64.sh will unset CLASSPATH completely ignoring the environment from antlr. Thanks for the report, that is indeed a bit unexpected,...

Hi @Ignition https://github.com/conan-io/conan/pull/19328 has been merged as a bug fix for next Conan 2.24

Regarding > @memsharded would this be portable enough? > export CLASSPATH="${CLASSPATH:-}" > export CLASSPATH="/home/gareth/.conan2/p/antlr15795d040a28f/p/res/antlr-complete.jar:$CLASSPATH" > It appears to be fine for sh, bash, and zsh It is very difficult to...

This is one of the related tickets: https://github.com/conan-io/conan/issues/2729 Users requesting to maintain/keep the timestamps of artifacts, not wipe them. There was also there a good analysis in https://github.com/conan-io/conan/issues/2729#issuecomment-1307510530, about what...