Would you be prepared to do this? Several people have asked for it, but I have no interest in Maven. Some groundwork has already been laid: https://issues.sonatype.org/browse/OSSRH-1086. There will probably be few future releases of cewolf, so it shouldn't be all that much effort.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would you be prepared to do this? Several people have asked for it, but I
have no interest in Maven. Some groundwork has already been laid: https://issues.sonatype.org/browse/OSSRH-1086. There will probably be few
future releases of cewolf, so it shouldn't be all that much effort.
Status: open Group: Next_Release_(example) Labels: maven Created: Sat Mar 22, 2014 05:09 PM UTC by Alex Last Updated: Sat Mar 22, 2014 05:09 PM UTC Owner: nobody
Can you please publish the latest version as a maven artifact? The newest
currently in the maven repo is v1.0
Would you be prepared to do this? Several people have asked for it, but I
have no interest in Maven. Some groundwork has already been laid: https://issues.sonatype.org/browse/OSSRH-1086. There will probably be
few future releases of cewolf, so it shouldn't be all that much effort.
Status: open Group: Next_Release_(example) Labels: maven Created: Sat Mar 22, 2014 05:09 PM UTC by Alex Last Updated: Sat Mar 22, 2014 05:09 PM UTC Owner: nobody
Can you please publish the latest version as a maven artifact? The newest
currently in the maven repo is v1.0
cewolf has not been tested with the newer versions. I've had it happen that a newer version of JFreeChart broke something, so I'd rather stick with the current versions.
Ok
<dependency>
<groupid>org.jfree</groupid>
<artifactid>jcommon</artifactid>
<version>1.0.21</version>
</dependency>
version 18 is not in the maven repo, is it possible to test with 1.0.21?
cewolf has not been tested with the newer versions. I've had it happen
that a newer version of JFreeChart broke something, so I'd rather stick
with the current versions.
Status: open Group: Next_Release_(example) Labels: maven Created: Sat Mar 22, 2014 05:09 PM UTC by Alex Last Updated: Wed Apr 02, 2014 11:48 PM UTC Owner: nobody
Can you please publish the latest version as a maven artifact? The newest
currently in the maven repo is v1.0
The bug I mentioned earlier that resulted from a JFreeChart/JCommon upgrade would have surfaced in extensive testing only, and I don't have the time to do that at the moment. What's more, JFreeChart and JCommon are often released together, I don't know to what degree they can be updated independently of one another (don't be fooled by the miniscule version number increase - it's not the usual version numbering scheme, even new features can hide behind them).
Maybe the JFree folks can push the missing version to the Maven repository?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Alex, attached is a pom file I created sometime back based for cewolf 1.2.1. jfreechart 1.0.14 on maven central has a depencendy on jcommon 1.0.17 so it should work?
By the way, the latest source code checked into SVN is for cewolf 1.2. Some time after that release, SourceForge made some changes in their account system that disabled my write access. The source code of the newer versions is part of the ZIP downloads, though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hang on, i thought that the latest source code was for 1.2.4?
In addition, the attached pom using "net.sf.cewolf" as the group id. Nothing is currently deployed using that group id. I explained this to the sonatype guys and they gave me write access for the group id "cewolf" and did not want to create a new group id for "net.sf.cewolf"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i thought that the latest source code was for 1.2.4?
It is, but that source is not in SVN - it comes only as part of the ZIP download.
I explained this to the sonatype guys and they gave me write
access for the group id "cewolf" and did not want to create
a new group id for "net.sf.cewolf"
That is the exact opposite of their position in 2010; see https://issues.sonatype.org/browse/OSSRH-1086. If this had been their position back then, we'd have had cewolf in the repositories for years.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I put the original stuff in central years ago and now work at Sonatype.
I'll talk to Joel and make sure we do the right thing here. Using the old
cewolf name is generally not something we would want but given the history
we make exceptions.
i thought that the latest source code was for 1.2.4?
It is, but that source is not in SVN - it comes only as part of the ZIP
download.
I explained this to the sonatype guys and they gave me write
access for the group id "cewolf" and did not want to create
a new group id for "net.sf.cewolf"
That is the exact opposite of their position in 2010; see https://issues.sonatype.org/browse/OSSRH-1086. If this had been their
position back then, we'd have had cewolf in the repositories for years.
Status: open Group: Next_Release_(example) Labels: maven Created: Sat Mar 22, 2014 05:09 PM UTC by Alex Last Updated: Fri Apr 25, 2014 12:13 PM UTC Owner: nobody
Can you please publish the latest version as a maven artifact? The newest
currently in the maven repo is v1.0
I had delayed due to jcommon 1.0.18 not being in the public repo. After a quick search, it's still not there. Sonatype removed by staging area due to inactivity. I asked the jfreechart guys to push 1.0.18 but I don't think anyone responded
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had delayed due to jcommon 1.0.18 not being in the public repo. After a quick search, it's still not there. Sonatype removed by staging area due to inactivity. I asked the jfreechart guys to push 1.0.18 but I don't think anyone responded
Status: open
Group: Next_Release_(example)
Labels: maven
Created: Sat Mar 22, 2014 05:09 PM UTC by Alex
Last Updated: Sat May 31, 2014 09:59 AM UTC
Owner: nobody
Can you please publish the latest version as a maven artifact? The newest currently in the maven repo is v1.0
I've justed briefly tested cewolf with the latest JFreeChart and JCommon versions (1.0.23 and 1.0.19, respectively, both of which are in the repo), and it seems to work fine with those.
Last edit: Ulf Dittmer 2014-11-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just published this to the central repository. The version I've published was built with and requires a minimum of java 7, as opposed to the standalone package which can run on java 5 I believe. I found it much easier to use java 7 since that is what I'm using for another project. Hopefully there won't be too much demand for a java 5 or even java 6 version..
Would you be prepared to do this? Several people have asked for it, but I have no interest in Maven. Some groundwork has already been laid: https://issues.sonatype.org/browse/OSSRH-1086. There will probably be few future releases of cewolf, so it shouldn't be all that much effort.
OK. I've been able to find most of the dependencies already in the maven
repo, accept for the following
tlddoc.jar - Is this required to run cewolf or is it just a build or test
library? What is the source for this jar? namespace
is com.sun.tlddoc.TLDDoc. Is this the same library?
http://mvnrepository.com/artifact/taglibrarydoc/tlddoc/1.3 or this?
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22taglibrarydoc%22%20AND%20a%3A%22tlddoc%22
jcommon.jar - I found a slightly newer version 1.0.21, will this work?
batik-*.jar - There's a slightly newer version 1.6.1, will this work, or
should I stick with 1.6?
On Tue, Mar 25, 2014 at 3:03 AM, Ulf Dittmer udittmer@users.sf.net wrote:
Related
Feature Requests: #33
Ticket opened for Maven artifacts.
https://issues.sonatype.org/browse/OSSRH-9292. I won't be able to upload
until I have the dependencies resolved
On Mon, Mar 31, 2014 at 7:31 PM, Alex O'Ree spyhunter99@gmail.com wrote:
Related
Feature Requests: #33
Ulf Dittmer, any thoughts on the dependency versions? I just about ready to publish to maven
cewolf has not been tested with the newer versions. I've had it happen that a newer version of JFreeChart broke something, so I'd rather stick with the current versions.
TldDoc is used only during the build, not at runtime, but yes - it's the file at http://mvnrepository.com/artifact/taglibrarydoc/tlddoc/1.3.
Ok
<dependency>
<groupid>org.jfree</groupid>
<artifactid>jcommon</artifactid>
<version>1.0.21</version>
</dependency>
version 18 is not in the maven repo, is it possible to test with 1.0.21?
Here's the dependencies have in the staging repo
<dependency>
<groupid>batik</groupid>
<artifactid>batik-awt-util</artifactid>
<version>1.6</version>
</dependency>
<dependency>
<groupid>batik</groupid>
<artifactid>batik-dom</artifactid>
<version>1.6</version>
</dependency>
<dependency>
<groupid>batik</groupid>
<artifactid>batik-svggen</artifactid>
<version>1.6</version>
</dependency>
<dependency>
<groupid>batik</groupid>
<artifactid>batik-util</artifactid>
<version>1.6</version>
</dependency>
<dependency>
<groupid>batik</groupid>
<artifactid>batik-xml</artifactid>
<version>1.6</version>
</dependency>
<dependency>
<groupid>commons-logging</groupid>
<artifactid>commons-logging</artifactid>
<version>1.1.1</version>
</dependency>
<dependency>
<groupid>org.jfree</groupid>
<artifactid>jcommon</artifactid>
<version>1.0.21</version>
</dependency>
<dependency>
<groupid>org.jfree</groupid>
<artifactid>jfreechart</artifactid>
<version>1.0.14</version>
</dependency>
<dependency>
<groupid>junit</groupid>
<artifactid>junit</artifactid>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupid>javax.servlet</groupid>
<artifactid>jsp-api</artifactid>
<version>2.0</version>
</dependency>
On Fri, Apr 4, 2014 at 9:03 AM, Ulf Dittmer udittmer@users.sf.net wrote:
Related
Feature Requests: #33
The bug I mentioned earlier that resulted from a JFreeChart/JCommon upgrade would have surfaced in extensive testing only, and I don't have the time to do that at the moment. What's more, JFreeChart and JCommon are often released together, I don't know to what degree they can be updated independently of one another (don't be fooled by the miniscule version number increase - it's not the usual version numbering scheme, even new features can hide behind them).
Maybe the JFree folks can push the missing version to the Maven repository?
Alex, attached is a pom file I created sometime back based for cewolf 1.2.1. jfreechart 1.0.14 on maven central has a depencendy on jcommon 1.0.17 so it should work?
Also the build.xml file for publishing to maven..
By the way, the latest source code checked into SVN is for cewolf 1.2. Some time after that release, SourceForge made some changes in their account system that disabled my write access. The source code of the newer versions is part of the ZIP downloads, though.
Hang on, i thought that the latest source code was for 1.2.4?
In addition, the attached pom using "net.sf.cewolf" as the group id. Nothing is currently deployed using that group id. I explained this to the sonatype guys and they gave me write access for the group id "cewolf" and did not want to create a new group id for "net.sf.cewolf"
It is, but that source is not in SVN - it comes only as part of the ZIP download.
That is the exact opposite of their position in 2010; see https://issues.sonatype.org/browse/OSSRH-1086. If this had been their position back then, we'd have had cewolf in the repositories for years.
I put the original stuff in central years ago and now work at Sonatype.
I'll talk to Joel and make sure we do the right thing here. Using the old
cewolf name is generally not something we would want but given the history
we make exceptions.
On Fri, Apr 25, 2014 at 8:41 AM, Ulf Dittmer udittmer@users.sf.net wrote:
Related
Feature Requests: #33
I noticed that so far the version in the repo has not been updated; Is anyone waiting on me to do something?
Since the dependencies are all in the repo, I figured I try out Ivy with Ant to see how hard that is. Turns out, not hard. Here's the ivy.xml file:
I had delayed due to jcommon 1.0.18 not being in the public repo. After a quick search, it's still not there. Sonatype removed by staging area due to inactivity. I asked the jfreechart guys to push 1.0.18 but I don't think anyone responded
Stage it again and I'll make sure it gets promoted
--mobile
Related
Feature Requests: #33
I've justed briefly tested cewolf with the latest JFreeChart and JCommon versions (1.0.23 and 1.0.19, respectively, both of which are in the repo), and it seems to work fine with those.
Last edit: Ulf Dittmer 2014-11-15
Just published this to the central repository. The version I've published was built with and requires a minimum of java 7, as opposed to the standalone package which can run on java 5 I believe. I found it much easier to use java 7 since that is what I'm using for another project. Hopefully there won't be too much demand for a java 5 or even java 6 version..
Anyway. The maven co-ordinates are as follows
this thread makes me happy. thanks Tim!