reset password
Author Message
p0941
Posts: 95
Posted 16:12 Jun 05, 2010 |

One thing looks strange to me:  the path for the daisydiff package is something like : " javaorgouterjdaisydiff/", but the package statement in each class is different:
"package org.outerj.daisy.diff"   This annoys me. 

Thanks in advance.

jason1353
Posts: 12
Posted 16:17 Jun 05, 2010 |

I don't see the point :) java here should be the root directory on the repository, because they have a php version too , but the rest seems normal.

p0941
Posts: 95
Posted 16:21 Jun 05, 2010 |

java is under folder src, and the pakage displayed on eclipse is java.org......., so I think the package statement should be package java.org. ......, but it's not.

cysun
Posts: 2935
Posted 08:27 Jun 06, 2010 |

In Eclipse, set the java folder to be the source folder.

p0941
Posts: 95
Posted 12:42 Jun 08, 2010 |
cysun wrote:

In Eclipse, set the java folder to be the source folder.

Why is the package designed that way in the first place?  I just wonder.