Re: upgrading the JavaDocs

2011-09-20 Thread Ioan Eugen Stan
Hello again, Well after getting up to date with Maven and all the problems I have reached to a solution. I will explain it here because I need your opinion on this. The idea is to make a general configuration of the javadoc plugin in james parent POM, one that will not contain the APIviz doclet p

Re: upgrading the JavaDocs

2011-09-18 Thread Ioan Eugen Stan
Hello again, Among other things this week I struggled to get the APIviz thing working and I have got myself into a dead end. The problem why APIviz fails is that james server has pom packaging, so no target/classes for it (no compile phase). I figured I could skip the APIviz javadoc generation f

Re: upgrading the JavaDocs

2011-09-12 Thread Ioan Eugen Stan
>> >> Hi Ioan, >> >> I already did something similar, but it doesn't work. >> Finally, I have created by hand the target/classes and target/test-classes. >> >> Now it generates the site with javadoc, but with standard pages, although >> org.jboss.apiviz.APIviz is taken in the pom (looking in .m2 ca

Re: upgrading the JavaDocs

2011-09-11 Thread Ioan Eugen Stan
2011/9/11 Eric Charles : > On 11/09/11 11:55, Ioan Eugen Stan wrote: >> >> 2011/9/11 Eric Charles: >>> >>> Hi Ioan, >>> >>> snapshots are published >>> >>> https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ >>> >>> but mailbox pom.xml still points to 1.6 >>> I up

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
On 11/09/11 11:55, Ioan Eugen Stan wrote: 2011/9/11 Eric Charles: Hi Ioan, snapshots are published https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ but mailbox pom.xml still points to 1.6 I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error.

Re: upgrading the JavaDocs

2011-09-11 Thread Ioan Eugen Stan
2011/9/11 Eric Charles : > Hi Ioan, > > snapshots are published > https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ > > but mailbox pom.xml still points to 1.6 > I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error. Try to compile first. Run mvn

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
Proactive Norman :) On 11/09/11 04:32, Norman Maurer wrote: Hi there, I requested to get it uploaded to maven central https://issues.jboss.org/browse/APIVIZ-9 bye norman Am Samstag, 10. September 2011 schrieb Ioan Eugen Stan< stan.ieu...@gmail.com>: 2011/9/10 Eric Charles: +1 Looks great

Re: upgrading the JavaDocs

2011-09-11 Thread Eric Charles
Hi Ioan, snapshots are published https://repository.apache.org/content/groups/snapshots/org/apache/james/james-project/ but mailbox pom.xml still points to 1.6 I upgraded locally to 1.7-SNAPSHOT, tried 'mvn site', and got error. With 1.6, javadoc was fine. Maybe it needs apiviz executable in p

Re: upgrading the JavaDocs

2011-09-11 Thread Norman Maurer
Hi there, I requested to get it uploaded to maven central https://issues.jboss.org/browse/APIVIZ-9 bye norman Am Samstag, 10. September 2011 schrieb Ioan Eugen Stan < stan.ieu...@gmail.com>: > 2011/9/10 Eric Charles : >> +1 Looks great and very instructive >> >> Does mvn javadocs:javadocs stil

Re: upgrading the JavaDocs

2011-09-10 Thread Ioan Eugen Stan
Hello, Well, I've added the changes and commited them but when I compiled james server nothing happened. Does Maven downloads the parent POM every time or do I have to clean the cache? Or it downloads the released version of the POM so it will be available when the new SNAPSHOT/RELEASE version is

Re: upgrading the JavaDocs

2011-09-10 Thread Ioan Eugen Stan
2011/9/10 Eric Charles : > +1 Looks great and very instructive > > Does mvn javadocs:javadocs still works without apiviz installed locally? > > Thx, > Eric It will throw an error if it can't download the maven plugin (as it does with all plugins) and default to normal Javadoc if graphics is not in

Re: upgrading the JavaDocs

2011-09-10 Thread Eric Charles
+1 Looks great and very instructive Does mvn javadocs:javadocs still works without apiviz installed locally? Thx, Eric On 10/09/11 07:35, Norman Maurer wrote: Yeah very nice :) Bye, Norman 2011/9/10 Felix Knecht: Hi On 09/10/2011 02:25 PM, Ioan Eugen Stan wrote: Hello, I have deployed

Re: upgrading the JavaDocs

2011-09-10 Thread Norman Maurer
Yeah very nice :) Bye, Norman 2011/9/10 Felix Knecht : > Hi > > On 09/10/2011 02:25 PM, Ioan Eugen Stan wrote: >> >> Hello, >> >> I have deployed the new mailbox website after building and integrating >> ApiViz [1], [2]. Now, the generated Javadocs have integrated diagrams. >> You can take a loo

Re: upgrading the JavaDocs

2011-09-10 Thread Felix Knecht
Hi On 09/10/2011 02:25 PM, Ioan Eugen Stan wrote: Hello, I have deployed the new mailbox website after building and integrating ApiViz [1], [2]. Now, the generated Javadocs have integrated diagrams. You can take a look at [3]. The next step is to work on the CSS a bit, but before that I wish to

upgrading the JavaDocs

2011-09-10 Thread Ioan Eugen Stan
Hello, I have deployed the new mailbox website after building and integrating ApiViz [1], [2]. Now, the generated Javadocs have integrated diagrams. You can take a look at [3]. The next step is to work on the CSS a bit, but before that I wish to integrate ApiViz with the whole project. To do this