Netbeans Scala plugin - can not import from other source folder?
1 reply
Sun, 2010-05-02, 05:02
linjie nie
Joined: 2009-06-17,
Hi gurus - I just find I can not import package from other source folder. Is this a bug or by design? The package I want cannot be compiled, but I can import it if it was in the same source folder. Please advise.
Thank you.
Re: Netbeans Scala plugin - can not import from other source f
What did you mean other source folder? For ant project, all source
should be under src/...., for maven project, all source should be
under src/main/scala or src/main/java
On Sun, May 2, 2010 at 12:02 PM, linjie nie wrote:
> Hi gurus -
> I just find I can not import package from other source folder.
> Is this a bug or by design?
> The package I want cannot be compiled, but I can import it if it was in the
> same source folder.
> Please advise.
> Thank you.
>
What did you mean other source folder? For ant project, all source
should be under src/...., for maven project, all source should be
under src/main/scala or src/main/java
On Sun, May 2, 2010 at 12:02 PM, linjie nie wrote:
> Hi gurus -
> I just find I can not import package from other source folder.
> Is this a bug or by design?
> The package I want cannot be compiled, but I can import it if it was in the
> same source folder.
> Please advise.
> Thank you.
>