
|
IWebJTracker Sonar connector available
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Hello Jose, No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Jose, I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
After a quick check I think I've spotted the issue (a missing slash in the file URL). Could you please try to get the current revision of IWebMvc2 (from http://internna.googlecode.com/svn/trunk/IWebMvc2) and tell me?
Regards On Sat, Nov 14, 2009 at 1:32 PM, Olivier Gaudin <gaudol@...> wrote:
Jose,
I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Hello Jose, It has made some progress, but there is an other compilation error. mvn 2.2.1 & java 6 [INFO] ------------------------------------------------------------------------ [INFO] Building IWebMvc Model
[INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 18 resources Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.pom
9K downloaded (jasperreports-3.5.1.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.pom
14K downloaded (DynamicJasper-3.0.9.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.jar
Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.jar
240K downloaded (DynamicJasper-3.0.9.jar) 2296K downloaded (jasperreports-3.5.1.jar) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 57 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/classes
[INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 20 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/test-classes [HUDSON] Archiving /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/pom.xml to /mnt/hudson/jobs/IWebMvc2/modules/org.internna.iwebmvc$iwebmvc-model/builds/2009-11-23_19-34-06/archive/org.internna.iwebmvc/iwebmvc-model/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,54] unmappable character for encoding UTF8 /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,77] unmappable character for encoding UTF8
[INFO] ------------------------------------------------------------------------ Olivier
On Sun, Nov 22, 2009 at 5:04 PM, Jose Noheda <jose.noheda@...> wrote:
After a quick check I think I've spotted the issue (a missing slash in the file URL). Could you please try to get the current revision of IWebMvc2 (from http://internna.googlecode.com/svn/trunk/IWebMvc2) and tell me?
Regards On Sat, Nov 14, 2009 at 1:32 PM, Olivier Gaudin <gaudol@...> wrote:
Jose,
I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Hi Oliver,
Thanks for trying and sorry for the inconveniences. It seems my system accepts iso-8859-1 characters by default while your setup does not. I've added an encoding parameter to the pom archive and removed the problematic char anyway. It should be enough but...
Regards On Mon, Nov 23, 2009 at 10:30 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
It has made some progress, but there is an other compilation error. mvn 2.2.1 & java 6
[INFO] ------------------------------------------------------------------------ [INFO] Building IWebMvc Model
[INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 18 resources Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.pom
9K downloaded (jasperreports-3.5.1.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.pom
14K downloaded (DynamicJasper-3.0.9.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.jar
Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.jar
240K downloaded (DynamicJasper-3.0.9.jar) 2296K downloaded (jasperreports-3.5.1.jar) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 57 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/classes
[INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 20 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/test-classes [HUDSON] Archiving /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/pom.xml to /mnt/hudson/jobs/IWebMvc2/modules/org.internna.iwebmvc$iwebmvc-model/builds/2009-11-23_19-34-06/archive/org.internna.iwebmvc/iwebmvc-model/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,54] unmappable character for encoding UTF8
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,77] unmappable character for encoding UTF8
[INFO] ------------------------------------------------------------------------
Olivier
On Sun, Nov 22, 2009 at 5:04 PM, Jose Noheda <jose.noheda@...> wrote:
After a quick check I think I've spotted the issue (a missing slash in the file URL). Could you please try to get the current revision of IWebMvc2 (from http://internna.googlecode.com/svn/trunk/IWebMvc2) and tell me?
Regards On Sat, Nov 14, 2009 at 1:32 PM, Olivier Gaudin <gaudol@...> wrote:
Jose,
I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
It was enough ! The project is now on Nemo. Olivier
On Tue, Nov 24, 2009 at 10:00 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Oliver,
Thanks for trying and sorry for the inconveniences. It seems my system accepts iso-8859-1 characters by default while your setup does not. I've added an encoding parameter to the pom archive and removed the problematic char anyway. It should be enough but...
Regards On Mon, Nov 23, 2009 at 10:30 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
It has made some progress, but there is an other compilation error. mvn 2.2.1 & java 6
[INFO] ------------------------------------------------------------------------ [INFO] Building IWebMvc Model
[INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 18 resources Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.pom
9K downloaded (jasperreports-3.5.1.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.pom
14K downloaded (DynamicJasper-3.0.9.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.jar
Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.jar
240K downloaded (DynamicJasper-3.0.9.jar) 2296K downloaded (jasperreports-3.5.1.jar) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 57 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/classes
[INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 20 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/test-classes [HUDSON] Archiving /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/pom.xml to /mnt/hudson/jobs/IWebMvc2/modules/org.internna.iwebmvc$iwebmvc-model/builds/2009-11-23_19-34-06/archive/org.internna.iwebmvc/iwebmvc-model/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,54] unmappable character for encoding UTF8
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,77] unmappable character for encoding UTF8
[INFO] ------------------------------------------------------------------------
Olivier
On Sun, Nov 22, 2009 at 5:04 PM, Jose Noheda <jose.noheda@...> wrote:
After a quick check I think I've spotted the issue (a missing slash in the file URL). Could you please try to get the current revision of IWebMvc2 (from http://internna.googlecode.com/svn/trunk/IWebMvc2) and tell me?
Regards On Sat, Nov 14, 2009 at 1:32 PM, Olivier Gaudin <gaudol@...> wrote:
Jose,
I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|

|
Re: IWebJTracker Sonar connector available
Thanks Olivier! I really appreciate the effort.
Two questions though: - I've been exploring the possibilities and couldn't find a solution for my use case. In my local sonar installation I have no issues but in Nemo the dashboard just includes way too many projects. Is there any way to create a custom view that only includes the projects I need?
- Now that we have the dependency there could we try to add IWebJTracker? It's available at http://iwebjtracker.googlecode.com/svn/trunk/ (it should use the Sonar profile)
Thanks again and regards, On Tue, Nov 24, 2009 at 10:20 AM, Olivier Gaudin <gaudol@...> wrote:
It was enough ! The project is now on Nemo.
Olivier
On Tue, Nov 24, 2009 at 10:00 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Oliver,
Thanks for trying and sorry for the inconveniences. It seems my system accepts iso-8859-1 characters by default while your setup does not. I've added an encoding parameter to the pom archive and removed the problematic char anyway. It should be enough but...
Regards On Mon, Nov 23, 2009 at 10:30 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
It has made some progress, but there is an other compilation error. mvn 2.2.1 & java 6
[INFO] ------------------------------------------------------------------------ [INFO] Building IWebMvc Model
[INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 18 resources Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.pom
9K downloaded (jasperreports-3.5.1.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.pom
14K downloaded (DynamicJasper-3.0.9.pom) Downloading: http://localhost:8081/content/groups/public/ar/com/fdvs/DynamicJasper/3.0.9/DynamicJasper-3.0.9.jar
Downloading: http://localhost:8081/content/groups/public/jasperreports/jasperreports/3.5.1/jasperreports-3.5.1.jar
240K downloaded (DynamicJasper-3.0.9.jar) 2296K downloaded (jasperreports-3.5.1.jar) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 57 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/classes
[INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 20 source files to /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/target/test-classes [HUDSON] Archiving /mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/pom.xml to /mnt/hudson/jobs/IWebMvc2/modules/org.internna.iwebmvc$iwebmvc-model/builds/2009-11-23_19-34-06/archive/org.internna.iwebmvc/iwebmvc-model/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,54] unmappable character for encoding UTF8
/mnt/hudson/jobs/IWebMvc2/workspace/IWebMvc2/iwebmvc-model/src/test/java/org/internna/iwebmvc/parsers/PollParserTest.java:[63,77] unmappable character for encoding UTF8
[INFO] ------------------------------------------------------------------------
Olivier
On Sun, Nov 22, 2009 at 5:04 PM, Jose Noheda <jose.noheda@...> wrote:
After a quick check I think I've spotted the issue (a missing slash in the file URL). Could you please try to get the current revision of IWebMvc2 (from http://internna.googlecode.com/svn/trunk/IWebMvc2) and tell me?
Regards On Sat, Nov 14, 2009 at 1:32 PM, Olivier Gaudin <gaudol@...> wrote:
Jose,
I checked out from this URL. I see the lib folder and I see that you are declaring a repo, but it does not work. Actually I have never seen such a setup before. Anyway, if you are happy with one project, that's cool :-)
Olivier
On Sat, Nov 14, 2009 at 10:45 AM, Jose Noheda <jose.noheda@...> wrote:
Hi Olivier,
Thanks! It's weird that it doesn't compile (some other people have reported it as well) because those two dependencies are included with the sources and a file repository pointing to them is declared in the POM. Did you check out from http://internna.googlecode.com/svn/trunk/IWebMvc2/? Didn't you get a lib folder with the missing deps? In the worst case I'm happy though, one project should be enough to showcase the feature.
Regards On Fri, Nov 13, 2009 at 5:26 PM, Olivier Gaudin <gaudol@...> wrote:
Hello Jose,
No problem to add those projects to Nemo. I gave it try andGmap went through smoothly. IWebJTracker seems to depend on IWebMvc2. I could not compile the latest because of a dependency missing : com.jhlabs:imaging:jar:01012005 and org.directwebremoting:dwr:jar:3.0.
Olivier
On Fri, Nov 13, 2009 at 12:23 PM, Jose Noheda <jose.noheda@...> wrote:
Hi all,
I just wanted to announce that I've just comitted the Sonar connector to IWebJTracker (and OSS issue tracker under heavy development as of now) repository. From the current revision you can configure a Sonar server for a given project:
And the main page wil show the metrics on the right hand side:
I consider the connector to be in a preliminary state but the bulk of the work is done so it can only improve from now on. A binary version will be available when the second milestone of the project is released. If you want to check it now you can get the sources from Google code.
I have a request for the Sonar team though! Right now IWebJTracker loads three projects by default for demo purposes (IWebMvc2, Gmaps4JSF and itself), all of them are OSS and Maven based. I would like them to be available in the public Nemo instance so I could automatically add the required configuration to the default installation so it's available to the users who want to evaluate the tool. Would it be possible?
Regards
|