- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[netbeans] Unknown unchecked flag 'true'
Sun, 2009-10-18, 07:38
Caoyuan, hi!
With your last commits I have got on building a project:
Created dir: <...>/build/classes
<...>/nbproject/build-impl.xml:405: The following error occurred while
executing this line:
<...>/nbproject/build-impl.xml:229: Unknown unchecked flag 'true'
BUILD FAILED (total time: 1 second)
Must I correct something inside /nbproject to resolve the issue?
Sun, 2009-10-18, 07:57
#2
Re: [netbeans] Unknown unchecked flag 'true'
On Sunday 18 October 2009 10:45:28 you wrote:
> The new created project should be OK.
>
> For old project, please add or change as:
>
> scalac.compilerargs=
> scalac.deprecation=no
> scalac.unchecked=no
>
> to nbproject/project.properties
It helped (at least for one project - will fix all of them), thanks!
>
> On Sun, Oct 18, 2009 at 2:38 PM, Andrew Gaydenko wrote:
> > Caoyuan, hi!
> >
> > With your last commits I have got on building a project:
> >
> > Created dir: <...>/build/classes
> > <...>/nbproject/build-impl.xml:405: The following error occurred while
> > executing this line:
> > <...>/nbproject/build-impl.xml:229: Unknown unchecked flag 'true'
> > BUILD FAILED (total time: 1 second)
> >
> > Must I correct something inside /nbproject to resolve the issue?
>
The new created project should be OK.
For old project, please add or change as:
scalac.compilerargs=
scalac.deprecation=no
scalac.unchecked=no
to nbproject/project.properties
On Sun, Oct 18, 2009 at 2:38 PM, Andrew Gaydenko wrote:
> Caoyuan, hi!
>
> With your last commits I have got on building a project:
>
> Created dir: <...>/build/classes
> <...>/nbproject/build-impl.xml:405: The following error occurred while
> executing this line:
> <...>/nbproject/build-impl.xml:229: Unknown unchecked flag 'true'
> BUILD FAILED (total time: 1 second)
>
> Must I correct something inside /nbproject to resolve the issue?
>