On 8/22/07, sudheerp <[EMAIL PROTECTED]> wrote:
>
> Hi Friends,
>
>    I am using appfuse-jsf 1.9.4.
>
>    When I compile a source file which is in src\service\org\sample\service
> directory, the following line give package does not exist error.
>
>         import javax.faces.application.FacesMessage;
>
>    But if I move the same source to \src\web\org\sample\webapp\action it is
> not showing the package error. How to get rid of this error ?

This is expected - you shouldn't be trying to use your web framework
in your business layer.

>
>    I also need to create one more directory under src. Is there any changes
> I should make to the setup properties.

If you create another directory, you'll need to modify build.xml so
there's new targets for it. I'd look at "build-service",
"test-service" and "package-service" as an example.

Matt

>
>    Thank you.
>
> Sudheer
> --
> View this message in context: 
> http://www.nabble.com/package-does-not-exist-error-tf4309761s2369.html#a12269065
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

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

Reply via email to