Re: [tasklist] compiler module feedback
"Tim Lebedkov" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <002701c2e99e$292fac90$a78ffe91@timpc> |
Hi Vincent,
I am quicker than my shadow :)
I've already moved README to another directory.
It is in http://tasklist.netbeans.org/source/browse/tasklist/compiler/ now.
Here is it's content:
------------------------------------------------
How to achieve better results with Build Errors view:
1. Do not use treefs module (View over a Filesystem)
2. Use External compilation with javac
- open options dialog: Global menu/Tools/Options
- go to the Options/Editing/Java Sources node
and edit the property Default Compiler
3. Change regular expression for javac:
- open options dialog: Global menu/Tools/Options
- go to the Options/Building/Compiler Types/External Compilation node
and edit the property Error Expression
- in the opened dialog change the name of the error expression to
"Better Sun javac"
- create a new Error Expression with "Add"
- change the text in the field "Error expression" to
^(.+):([0-9]+): ([^\x5e]+\x5e)[\n\r]*
- press "Change"
-------------------------------------------------
Tim
----- Original Message -----
From: "vbrabant" <[email protected]>
Newsgroups: netbeans.modules.tasklist.dev
To: <[email protected]>
Sent: Thursday, March 13, 2003 7:47 PM
Subject: Re: [tasklist] compiler module feedback
> Tim,
> I can't see any readme file in the url you gave it
>
(http://tasklist.netbeans.org/source/browse/tasklist/compiler/src/org/netbea
ns/modules/tasklist/compiler/)
> Could you check.
>
> Thanks
>
> Vincent