Maven Repository for Jide Jars.

This forum is used by users to request and discuss new product features. Please do not use this forum for technical support including bug reports.

Moderator: JIDE Support

Forum rules
Product suggestions only. Please do not use this forum for technical support including bug reports.

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Wed Mar 13, 2013 12:09 pm

Hi sgr,

Just so you know, OSGi release of 3.5.3 has been deployed into our Maven repo. There are two different packages under separate folders. They are com.jidesoft.osgi.enterprise and com.jidesoft.osgi.ultimate. Both packages have a regular, a debug, an eval and an eval debug jar. Source and javadoc have not been included. For example in ultimate package, they are:
jide-ultimate-3.5.3.jar
jide-ultimate-3.5.3-debug.jar
jide-ultimate-3.5.3-eval.jar
jide-ultimate-3.5.3-eval-debug.jar

Please have it a try when you get a chance, and let us know if it works for you or not.

Thanks,
--
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby sgr » Tue Mar 26, 2013 9:09 am

Hello,

I just had the chance to test the new OSGi maven artifacts.
I used the following GAV coordinates but I am not able to download the artifact:
Code: Select all
<dependency>
    <groupId>com.jidesoft.osgi</groupId>
    <artifactId>ultimate</artifactId>
    <version>3.5.3</version>
    <classifier>debug</classifier>
</dependency>


Browsing through the repository using the Web UI of Artifactory to the artifact, I see that the suggested GAV coordinates are:
Code: Select all
<dependency>
    <groupId>com.jidesoft.osgi</groupId>
    <artifactId>ultimate</artifactId>
    <version>3.5.3</version>
    <type>.5.3.jar</type>
</dependency>


and for the debug jar:

Code: Select all
<dependency>
    <groupId>com.jidesoft.osgi</groupId>
    <artifactId>ultimate</artifactId>
    <version>3.5.3</version>
    <classifier>.5.3-debug</classifier>
</dependency>


In the first case the type is wrong, it shoud be plain jar, while in the debug jar case the classifier is again wrong(it shuold be just debug).

Other than that, I would also like to make the following comments:
1) I think that the artifactId should be jide-utlimate instead of simply ultimate, in order to be able to distinguish the file when using the maven-dependency-plugin to copy the dependency for distribution.
2) I do not see a point to the osgi suffix in the groupId. The artifact works both inside and outside an OSGi container. So I guess if you really want to differentiate your 'mega-bundles' you could either use
a groupId such as: 'com.jidesoft.bundles' or better yet do NOT add another suffix at all so for example the GAV coordinates could change too:

Code: Select all
<dependency>
    <groupId>com.jidesoft</groupId>
    <artifactId>jide-ultimate</artifactId>
    <version>3.5.3</version>
    <type>jar</type>
    <classifier>
</dependency>

and
Code: Select all
<dependency>
    <groupId>com.jidesoft</groupId>
    <artifactId>jide-ultimate</artifactId>
    <version>3.5.3</version>
    <type>jar</type>
    <classifier>debug</classifier>
</dependency>


And last BUT not least: Please also deploy the sources and javadocs artifacts as well. Do not make be beg for them :)

Thanks
sgr
 
Posts: 104
Joined: Wed Jul 26, 2006 4:53 am
Location: Greece

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Tue Mar 26, 2013 10:35 am

Hi Sgr,

Thanks for your clarification. Have re-deployed the OSGi bundle as you suggested. Javadoc has been included as well. As for the source code, we do not think it is appropriate to be deployed in Maven. Please let me know if you have any further issue.

Thanks,
--
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby gqman69 » Mon Jul 22, 2013 12:50 pm

http://www.jidesoft.com:8081/artifactory/libs-release-local

What is going on?

Down for the count?
gqman69
 
Posts: 13
Joined: Tue Jul 31, 2012 8:41 am

Re: Maven Repository for Jide Jars.

Postby yac22 » Mon Jul 22, 2013 1:27 pm

Not working for me either.
yac22
 
Posts: 64
Joined: Fri Sep 18, 2009 12:51 pm

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Mon Jul 22, 2013 2:27 pm

It should be accessible now. Sorry for any inconvenience.

Thanks,
--
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby gqman69 » Mon Jul 22, 2013 2:54 pm

Good.

Thanks.
gqman69
 
Posts: 13
Joined: Tue Jul 31, 2012 8:41 am

Re: Maven Repository for Jide Jars.

Postby Gyuri » Thu Dec 12, 2013 2:10 am

Hello,

Did anybody setup Jide Artifactory as a Sonatype Nexus proxy ?
Gyuri
 
Posts: 1
Joined: Tue Nov 26, 2013 7:48 am

Re: Maven Repository for Jide Jars.

Postby sgr » Sat Feb 15, 2014 1:53 am

As for the source code, we do not think it is appropriate to be deployed in Maven.


Hello,

Sorry for the really late reply, but by source code I was referring to the source stubs and NOT the actual source code (I realize it is available commercially separately).
This is just for IntelliJ IDEA to generate the proper variable names ,etc. when e.g. overriding a method form one of the components.

Thanks,
sgr
 
Posts: 104
Joined: Wed Jul 26, 2006 4:53 am
Location: Greece

Re: Maven Repository for Jide Jars.

Postby Captain Chaos » Sun Feb 08, 2015 6:53 am

Captain Chaos
 
Posts: 20
Joined: Sat May 11, 2013 7:37 am

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Mon Feb 09, 2015 10:17 am

It should be up and running now. We had to patch the server, reboot it but didn't restart the repo correctly.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby mickael » Mon Feb 16, 2015 4:10 am

I'm using the repository artifactory provided by jidesoft.
I success to download V3.6.7 of most of jars but some seems to be unreachable.

Code: Select all
[WARNING] The POM for com.jidesoft:jide-beaninfo:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-dashboard:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-designer:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-diff:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-gantt:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-pivot:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-plaf:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-plaf-jdk7:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-properties:jar:3.6.7 is missing, no dependency information available
[WARNING] The POM for com.jidesoft:jide-rss:jar:3.6.7 is missing, no dependency information available


Is there a problem with these jars ?
mickael
 
Posts: 98
Joined: Mon Sep 06, 2010 3:07 am

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Tue Feb 17, 2015 12:00 pm

They are in the repository as usual, you can check it by browsing the artifacts as the attached image. However, our server had an issue several days ago. Would you please have a try again? and let us know if you still have this problem.

--Thanks,
Attachments
Screen Shot 2015-02-17 at 10.53.52 AM.png
Screen Shot 2015-02-17 at 10.53.52 AM.png (272.64 KiB) Viewed 130719 times
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby mickael » Wed Feb 18, 2015 12:05 am

I saw the post about the artifactory connection problem.
I cannot open your artifactory in my browser due to a firewall on my side.
I retry to download artifact and this time it was a success.
I don't know if it was a timeout on my artifactory or if you have done something but the problem is solved.
Thanks
mickael
 
Posts: 98
Joined: Mon Sep 06, 2010 3:07 am

Re: Maven Repository for Jide Jars.

Postby Prozac » Thu May 14, 2015 4:10 am

Hello,
the project I'm developing using jidesoft libraries, now is maintained using maven.
I can't directly use your repository but I must pass from our local Nexus.

I tried to use the credentials I use to download new versions of your libraries but I get an "Remote Automatically Blocked and Unavailable" message from Nexus.
So I tried to connect directly to yuor repositories via browser, I inserted my credentials and I get an "Access denied" message.

Where am I wrong?
What do I have to do?

Thanks,
Stefano.
Prozac
 
Posts: 70
Joined: Wed Feb 27, 2008 11:31 am
Location: Trento - Italy

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Fri May 15, 2015 8:54 am

Hi Stefano, please email support@jidesoft.com with your email authorization code (which was assigned by us when you purchase) so that we can give you the access.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby sgr » Thu Feb 18, 2016 4:44 am

Hello,

For some reason the pom.xml has been removed from releases of the jide-ultimate artifact.
It was present up until version 3.5.9 from what I can see by browsing the artifactory repo.

This results in warnings generated by Maven similar to the following:
Code: Select all
[WARNING] The POM for com.jidesoft:jide-ultimate:jar:3.6.12 is missing, no dependency information available


It also slows down the build process and IntelliJ IDEA artifact resolution somewhat as it always tries to find the pom.xml when used by multiple modules in a multi-module project.

Can you please add a proper or even simple auto-generated pom.xml(we can manually handle the 3rd party dependencies) so that Maven resolution works properly?

Regards,
Panayiotis Vlissidis
sgr
 
Posts: 104
Joined: Wed Jul 26, 2006 4:53 am
Location: Greece

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Thu Feb 18, 2016 10:03 am

We will make sure pom.xml is added again for the next release on Friday.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby sgr » Fri Feb 19, 2016 2:52 am

Ok, thanks!!!
sgr
 
Posts: 104
Joined: Wed Jul 26, 2006 4:53 am
Location: Greece

Re: Maven Repository for Jide Jars.

Postby Vinche » Mon Mar 21, 2016 3:20 am

Hello,

JideSoft Maven Repo seems to be down on my side.
Is it just me or ... ?

Regards.
Vinche
 
Posts: 9
Joined: Sat Feb 12, 2011 8:19 am

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Mon Mar 21, 2016 9:57 am

Sorry about that. Please try it again.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby Vinche » Mon Mar 21, 2016 10:33 am

Great it's working again.

Thank you.
Vinche
 
Posts: 9
Joined: Sat Feb 12, 2011 8:19 am

Re: Maven Repository for Jide Jars.

Postby Prozac » Wed Jun 15, 2016 1:35 am

Hello,
JideSoft Maven Repo seems to be down.
Correctly?

Best Regards,
Stefano.
Prozac
 
Posts: 70
Joined: Wed Feb 27, 2008 11:31 am
Location: Trento - Italy

Re: Maven Repository for Jide Jars.

Postby JIDE Support » Fri Jun 17, 2016 6:20 am

It should work now.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Maven Repository for Jide Jars.

Postby Prozac » Wed Dec 14, 2016 6:46 am

Hello,
JideSoft Maven Repo seems to be down.
Correctly?

Best Regards,
Stefano.
Prozac
 
Posts: 70
Joined: Wed Feb 27, 2008 11:31 am
Location: Trento - Italy

PreviousNext

Return to Product Suggestions

Who is online

Users browsing this forum: No registered users and 10 guests