Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder

classic Classic list List threaded Threaded
5 messages Options
moose-technology moose-technology
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder

Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-VerveineJ Milestone-4.6

New issue 763 by [hidden email]: VerveineJ generates wrong paths in  
source anchors when there is a . in the root folder
http://code.google.com/p/moose-technology/issues/detail?id=763

Do this:
- download:
http://sourceforge.net/projects/jfreechart/files/latest/download
- go to: jfreechart-1.0.14
- execute:
/PATH_TO_verveine.extractor.java/verveinej.sh -Xmx2000m -- -autocp . .

The fileNames all start with "0.14/./" instead of "./"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
moose-technology moose-technology
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder

Updates:
        Labels: -Milestone-4.6 Milestone-4.7

Comment #1 on issue 763 by [hidden email]: VerveineJ generates wrong  
paths in source anchors when there is a . in the root folder
http://code.google.com/p/moose-technology/issues/detail?id=763

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
moose-technology moose-technology
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder

Updates:
        Status: Fixed
        Cc: -[hidden email]

Comment #2 on issue 763 by [hidden email]: VerveineJ generates wrong  
paths in source anchors when there is a . in the root folder
http://code.google.com/p/moose-technology/issues/detail?id=763

fixed but not tested :-(
Testing requires changing the default root directory of the executing JVM  
which does not work

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
moose-technology moose-technology
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder


Comment #3 on issue 763 by [hidden email]: VerveineJ generates wrong  
paths in source anchors when there is a . in the root folder
http://code.google.com/p/moose-technology/issues/detail?id=763

I do not understand the comment. Why does testing require changing the  
default root directory?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Nicolas Anquetil Nicolas Anquetil
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Issue 763 in moose-technology: VerveineJ generates wrong paths in source anchors when there is a . in the root folder

On 13/04/12 21:59, [hidden email] wrote:

>
> Comment #3 on issue 763 by [hidden email]: VerveineJ generates
> wrong paths in source anchors when there is a . in the root folder
> http://code.google.com/p/moose-technology/issues/detail?id=763
>
> I do not understand the comment. Why does testing require changing the
> default root directory?
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

because the bug only occured when one was in directory with a '.' in the
name (e.g. jfreechart-1.0.14) and calling verveineJ with '.' as the
source of the project (e.g. 'verveinej.sh .')

So to test the bug one would have to programatically change the working
directory at the start of the test.
To bad it does not work.

nicolas
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Loading...