> Author: sabob
> URL: http://svn.apache.org/viewvc?rev=955095&view=rev
> Log:
> remove dependency between core and extra tests
>
> Added:
>    click/trunk/click/extras/test/org/apache/click/util/Address.java
>    click/trunk/click/extras/test/org/apache/click/util/SampleObject.java
>    click/trunk/click/extras/test/org/apache/click/util/State.java
>    click/trunk/click/extras/test/org/apache/click/util/User.java

Hi, these new classes cause problems for the eclipse build. Eclipse
brutely compiles classes from most of the source folders and put all
the .class into a ./bin folder. But having the same class like
org.apache.click.util.Address on two source folders confuses eclipse
and it refuse to build the project.

This is not a problem for the ant build because it can easily have
multiple output folders, but AFAIK eclipse can not. I would hate to
loose eclipse support, so I hope we can find a solution or workaround.
Like renaming the classes or the package name.

regards,
Finn

Reply via email to