fyi,
   Following is Matt's answer to the question posted below. Sorry I
wasn't aware of the user list.
Regards,
       Youssef

-------------------------------------------------------------------------------------------------------------------------
Matt said:

The reason there's paths to build/* is because there's quite a few
files generated by XDoclet and they need to be compiled.  In AppFuse
2.x, we're using annotations instead of XDoclet and eliminating a lot
of these issues.  In fact, there's even an Eclipse Plugin now:

http://candy4appfuse.sf.net

In the future, it'd be great if you could ask these types of question
on the user mailing list - that way your questions and my answers can
be archived for others to view.

Thanks,

Matt
- Hide quoted text -

On 4/11/07, Youssef Mohammed <[EMAIL PROTECTED]> wrote:
Matt;
    First of all, I want to thank you for the great effort you are
doing in AppFuse.
I have a question related to eclipse class path entries.
I wondering what is the need to add them as source folders although
they seem not having any  java source except of the the last one.

        <classpathentry kind="src" path="build/dao/gen"/>
        <classpathentry kind="src" path="build/web/classes"/>
        <classpathentry kind="src" path="build/service/classes"/>
        <classpathentry kind="src" path="build/demoOracleIPO"/>
        <classpathentry kind="src" path="build/web/gen"/>

Also I think that having it on src/web/gen seems more natural than
build/web/gen
because it is a source files though they are generated and they are
some classes under src that depend on them.

What do you think ?

--
Regards, Youssef




--
Regards, Youssef

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to