You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/06 17:21:03 UTC

[GitHub] [camel-kafka-connector] ppalaga opened a new pull request #62: Use artifactId instead of project.name to build colon-less distro paths

ppalaga opened a new pull request #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62
 
 
   project.name contains colons and thus 
   
   ```
   export CLASSPATH="$(find core/target/ -type f -name '*.jar' | grep '\-package' | tr '\n' ':')"
   ```
   
   used to produce a broken CLASSPATH and the `connect-standalone.sh` commands mentioned in the docs did not work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] oscerd commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62#issuecomment-571231975
 
 
   I tested the stuff locally and PR seems ok. Lets wait for the build and merge.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] oscerd merged pull request #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
oscerd merged pull request #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] orpiske commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62#issuecomment-571231327
 
 
   > You're the first person reporting this. Building the project with mvn clean package and running with connect-standalone.sh always worked for everybody here.
   
   I was puzzled by this as well, but I took a look at the jars and it seems some recent change is indeed causing the build to generate jars with strange names. 
   
   ```$ find core/target/ -type f -name '*.jar'
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/jackson-dataformat-cbor-2.10.1.jar
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: ...```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] ppalaga commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62#issuecomment-571309282
 
 
   The issue is a consequence of this change that happened on 2019-12-13 https://github.com/apache/camel-kafka-connector/commit/08749ea487f6ff80ab6fe5727e7284b19921b946#diff-357e4854869b2e21c38b1b437f11095aR33

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62#issuecomment-571231327
 
 
   > You're the first person reporting this. Building the project with mvn clean package and running with connect-standalone.sh always worked for everybody here.
   
   I was puzzled by this as well, but I took a look at the jars and it seems some recent change is indeed causing the build to generate jars with strange names. 
   
   ```$ find core/target/ -type f -name '*.jar'
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/jackson-dataformat-cbor-2.10.1.jar
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/lucene-sandbox-8.1.0.jar
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/camel-file-3.0.0.jar...```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #62: Use artifactId instead of project.name to build colon-less distro paths

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #62: Use artifactId instead of project.name to build colon-less distro paths
URL: https://github.com/apache/camel-kafka-connector/pull/62#issuecomment-571231327
 
 
   > You're the first person reporting this. Building the project with mvn clean package and running with connect-standalone.sh always worked for everybody here.
   
   I was puzzled by this as well, but I took a look at the jars and it seems some recent change is indeed causing the build to generate jars with strange names. 
   
   ```$ find core/target/ -type f -name '*.jar'
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/jackson-dataformat-cbor-2.10.1.jar
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/lucene-sandbox-8.1.0.jar
   core/target/camel-kafka-connector-0.0.1-SNAPSHOT-package/share/java/Camel-Kafka-Connector :: Core/camel-file-3.0.0.jar...
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services