Skip to main content

Questions tagged [ivy]

Apache Ivy is a subproject of Ant to simplify dependency management. Its primary use is to retrieve prerequisite JAR files from repositories and to publish new JAR files. A major feature of Ivy is that it integrates with normal Ant projects instead of requiring a new paradigm. (Note: This tag should not be used for questions regarding Angular's Ivy compiler - instead, use the angular-ivy tag.)

0 votes
0 answers
8 views

(@syncfusion/ej2-ng-charts) which declares ChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy

Getting below error when im using angular15 and install @syncfusion/ej2-ng-charts any help is much appreciated. Error = This likely means that the library (@syncfusion/ej2-ng-charts) which declares ...
Pradeep Gunjal's user avatar
0 votes
1 answer
62 views

Unauthorized when fetching artifacts from GitLab Package Registry with Apache Ivy / Spark

I have a jar deployed to GitLab Package Registry, which I'm trying to add to my Spark Application. However, it just can't get authorized to the password-protected registry. I've tried setting spark....
matszewczyk's user avatar
0 votes
0 answers
17 views

Ivy: Multiple artifacts with same name at retrieving

I am going to replace some libs in a project by Ivy dependency management. In my ivy.xml I have the following dependency: <dependency org="org.apache.myfaces.core" name="myfaces-impl&...
Björn Bause-Engel's user avatar
0 votes
1 answer
95 views

How do I narrow down possible ivy completion candidates?

I have lots of possible completions. I am at lis and the completions start with lisp, list and lisa. How do I make ivy tell me that all possible completions can be accessed by pressing either p, t or ...
ruby_object's user avatar
  • 1,249
0 votes
0 answers
75 views

I am getting Ivy incompatibility error through out the project but while building the appln it is fine

'ChartsModule' does not appear to be an NgModule class.(-996002) charts.d.ts(33, 49): This likely means that the library (ng2-charts) which declares ChartsModule is not compatible with Angular Ivy. ...
Subhashree Ramachandran's user avatar
0 votes
0 answers
13 views

How to set up Ivy with Netbeans and Ant, to compiler would see resolved libraries?

I am trying to setup Ivy to load some dependencies, but I can't reach the result, my imports just aren`t visible by compiler, it writes that that package doesn't exist. In Netbeans I have the folder ...
Roman's user avatar
  • 13
2 votes
0 answers
136 views

Defining an artifact name explicitly when publishing with Gradle

I'm trying to publish to the local repository but to set the artifact name explicitly. For example, say the org is "quick.fox" and the module is "core" with version being 1.1. What ...
orirab's user avatar
  • 3,203
0 votes
0 answers
14 views

No lib of ivy cache jars created when I create package or install

I am trying to get a sbt 0.13.12 project (was) to compile and the problem I have is there should be a was/lib directory created that contains the .ivy2/cache files. While I get all the other ...
John kerich's user avatar
1 vote
0 answers
62 views

Pyspark integration in Jupyter-singleuser

I customized the bitnami's jupyterhub package to add python and R packages to the jupyter-base-notebook image. There's below the custom dockerfile : FROM bitnami/jupyter-base-notebook USER root # ...
Beausteel's user avatar
0 votes
1 answer
566 views

angular 16 ng build library fails (ivy full compilation mode)

I had my angular application on version 10. I updated it to version 16 and now when i am building my local (angular) libraries, it fails giving this error. "✖ Compiling with Angular sources in ...
Abdullah Afnan's user avatar
0 votes
0 answers
17 views

Upgrading ancient build: publishing Ivy dependencies

I'm trying to upgrade an ancient build without changing what's actually produced so that other things downstream don't also break. The old build configures its artifacts as follows (simplified to ...
Nazrax's user avatar
  • 1
1 vote
1 answer
221 views

Angular 17.2.0 does not support ConnectionServiceModule?

I'm encountering an error in my Angular application related to the compatibility of the ng-connection-service library with Angular Ivy. When trying to import the ConnectionServiceModule from ng-...
Prasanta Badatya's user avatar
0 votes
0 answers
598 views

Error: Cannot resolve type entity i2.IconsModule to symbol

I am migrating to Angular 15 from 14 and I came across the the above error upon building the project. Worst part is I cant find any reference of the i2.IconsModule withing the project itself. Can you ...
Nyeks's user avatar
  • 1
0 votes
0 answers
65 views

NG3003: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed

It seems that it is no more possible to publish libraries compiled in full ivy compilation mode. I have many cyclic components in my project for recursive reasons.Is there a way to ignore this check ...
Yagi's user avatar
  • 27
0 votes
0 answers
59 views

apache Ivy pulling artifact from AWS CodeArtifact

I am working on an ant project, trying to download the artifact from AWS CodeArtifact using apache ivy. My ivysettings.xml is <ivysettings> <properties file="${ivy.settings.dir}/...
Patrick's user avatar
  • 63

15 30 50 per page
1
2 3 4 5
107