Eclipse 3.3 plugin based war build with Maven?

2007-07-30 Thread George Stragand
With Eclipse 3.3, the temptation to use the osgi plugin framework is huge, and we would really like to utilize the osgi framework within our web app. Differences exist between the classic layout of a web app and where the osgi bundles exist (the Eclipse plugin jars existing under WEB-INF/eclipse in

Re: Source Repository and Changelog generated links question

2007-03-16 Thread George Stragand
Yes, explicitly 2.0. < org.apache.maven.plugins maven-changelog-plugin 2.0 On 3/15/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Are you using the released 2.0 version of the maven-changelog-plugin? IIRC this issue has been fixed. George Stragand wrote: > The the url elemen

Source Repository and Changelog generated links question

2007-03-14 Thread George Stragand
The the url element inside the scm element defines the root of the scm site; all good. Example (removed other items from snippets): http://myserver/viewCVS/my.project Works great, the Source Repository page gets a link under Web Access to exactly what I expected. The problem I have is on t

Re: Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
e changelog). The current 3.0.1 uses checkstyle 4.1 and there is no newer version available. HTH, -Lukas George Stragand wrote: > Yes, I know Maven 2.0.5 has been released. I have some older Maven > 1.xprojects that have been upgraded to Java > 1.5 and now we see the dreaded "Got an

Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
Yes, I know Maven 2.0.5 has been released. I have some older Maven 1.xprojects that have been upgraded to Java 1.5 and now we see the dreaded "Got an exception - expecting EOF, found" message from Checkstyle. It would appear that we need to upgrade to Checkstyle 4.x to handle Java 1.5 syntax. I

Re: Changelog plugin?

2006-11-30 Thread George Stragand
Dennis, Excellent, thanks. I appriciate your time to make some suggestions. --G On 11/30/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Dennis Lundberg wrote: > Hi George > > Please try running the cvs command from your command line like this (it > should all be on one line): > > cvs -z3 -

Re: Changelog plugin?

2006-11-30 Thread George Stragand
: 13M/508M [INFO] Any suggestions? TIA. --G On 11/29/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: The reason why you need the extra repo is that the changelog has not yet been released. It is my intention to call a r

Empty index.html from statcvs?

2006-11-29 Thread George Stragand
Hello, I have the statcvs plugin producing all the pages except the index.html. I'm using version 3.0 or statcvs. Any suggestions? TIA. --G

Re: Changelog plugin?

2006-11-29 Thread George Stragand
ory in your pom.xml or setting.xml apache.snapshots http://people.apache.org/maven-snapshot-repository/ Rémy 2006/11/29, George Stragand <[EMAIL PROTECTED]>: > > I see the pages for changelog, however when I attempt to add it to my > reports and run a si

Re: Findbugs source cross reference?

2006-11-29 Thread George Stragand
100 org.codehaus.mojo findbugs-maven-plugin 1.0-SNAPSHOT HTH, Rémy 2006/11/29, George Stragand <[EMAIL PROTECTED]>: > > How do I hook up Findbugs to the source cros

Re: Cobertura report with Maven 2?

2006-11-29 Thread George Stragand
006/11/29, George Stragand <[EMAIL PROTECTED]>: > > Thanks, that's the same config I have. It should be a no-brainer. > What version are you using? I let M2 download what it wanted and ended up > with 2.0. >--G > > On 11/29/06, Grosskop, Kay <[EMAIL PROTECTE

Re: Changelog plugin?

2006-11-29 Thread George Stragand
/plugins/maven-changelog-plugin/index.html But I found the StatSCM better. http://www.nabble.com/-ANN--StatSVN-0.2.0-released-as-well-as-a-Maven-2-plugin-for-it.-tf272s177.html You can try both et tell us your opinion. Rémy 2006/11/29, George Stragand <[EMAIL PROTECTED]>: > > What'

Re: Cobertura report with Maven 2?

2006-11-29 Thread George Stragand
__ Van: George Stragand [mailto:[EMAIL PROTECTED] Verzonden: wo 29-11-2006 17:26 Aan: users@maven.apache.org Onderwerp: Cobertura report with Maven 2? Hello, I am upgrading our projects from M1 to M2 and would like to continue to use the Cobertura plugin. With M2, the Cobertura generated

Changelog plugin?

2006-11-29 Thread George Stragand
What's the scoop on the changelog plugin? Where can this plugin be downloaded from? TIA --G

Findbugs source cross reference?

2006-11-29 Thread George Stragand
How do I hook up Findbugs to the source cross reference? I am also using PMD and it is linked to the source cross reference no problem. TIA --G

Cobertura report with Maven 2?

2006-11-29 Thread George Stragand
Hello, I am upgrading our projects from M1 to M2 and would like to continue to use the Cobertura plugin. With M2, the Cobertura generated pages only cover classes which are tested. Is there an option to include all the classes to see what hasn't been tested? Yes, a better approach would be to