← Back to team overview

ooc-dev team mailing list archive

Re: how does the "-sourcepath" compiler option suppose to work?

 

hi
sorry I didn't get this the right way. 'sourcepath' comes from the
java compiler right?

I thought I could compile all files in a folder, like a nicer way of saying

  $ ooc `find ./tests/access/ -name "*.ooc"`



2009/10/20 'n ddrylliog <amoswenger@xxxxxxxxx>:
> Well you clearly didn't specify any files, so it doesn't really come as a
> surprise that it's what the compiler says, does it?
>
> You should specify your main file, e.g.
>
> $ ooc -sourcepath=tests/access/ -oupath=outp -noclean 001-samescope.ooc
>
>
> On Tue, Oct 20, 2009 at 12:26 PM, ben haques <ben.haques@xxxxxxxxx> wrote:
>>
>> hi
>> yet another compiler option question ...
>>
>> in the project root:
>>
>> $ ooc -sourcepath=tests/access/ -outpath=outp -noclean
>>  ooc: no files.
>>
>> hmm, what's wrong now?
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~ooc-dev
>> Post to     : ooc-dev@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~ooc-dev
>> More help   : https://help.launchpad.net/ListHelp
>
>



References