The reason why "compile" won't work from build is because modules get there
dependency libs from other modules as jars.  If you don't build the jars,
then it won't work.

Perhaps compile could be removed from the build module.

Why don't you just use the default target (main) instead?

--jason


On Sun, 2 Sep 2001, Chris Kimpton wrote:

> Hi,
>
> I am trying to just compile the jboss code, no jars or distribution
> stuff.
>
> The compile target in the jboss-all/build directory looks like the
> one for me...
>
> ...but it seems to have a different classpath setting or something as
> I get errors about unresolved symbols on the javax.ejb imports in the
> server module.
>
> I had a quick look, but can't seem to see how the compile target
> would work differently from the "main" target - which works fine!
>
> Any hints?
>
> TIA,
> Chris
>
> =====
> Need somewhere to Live in London - http://freeflats.com
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to