Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Can the updated classpaths and .settings dir (with compiler settings) be checked in?

ok that makes it easy.

i changed it so that the formatter is set for every project to the default build in one
And that on save this will be applied

On Tue, Apr 29, 2008 at 4:06 PM, Jae Gangemi <jgangemi@xxxxxxxxx> wrote:

  dltk uses the default eclipse format.


On Tue, Apr 29, 2008 at 10:01 AM, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
i sync it up for every project that i have in my workspace
all use now a execution env. in manifest and have that updated in the classpath
Also every project has now default project compiler settings to default 1.4.

the format can also be enabled ofcourse but then somebody should make a formatter preference first

johan



On Tue, Apr 29, 2008 at 3:29 PM, Andrey Platov <andrey@xxxxxxxxx> wrote:
Hi Johan,

The only impact I can observe may be on our internal buildsystem :).. Anyway thank you for going with classpath changes forward, it's definitely useful.

+1 for format/cleanup on save.

Sincerely,
Andrey

----- Original Message -----
From: "Johan Compagner" <jcompagner@xxxxxxxxx>
To: "DLTK Developer list" <dltk-dev@xxxxxxxxxxx>
Sent: Tuesday, April 29, 2008 8:19:30 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] Can the updated classpaths and .settings dir (with compiler settings) be checked in?


Hi,

in the plugin.xml of the dltk projects (or better said the manifest.mf)
we already have:

Bundle-RequiredExecutionEnvironment: J2SE-1.4

But the classpaths arent committed to the cvs that reflect that updated classpath:

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>

now i have everywhere outgoing changes for that classpath
and i also changed for all the project the compiler settings at the project level.
Because my defaults are java5 (all other plugins build on java5)

Does anybody sees a bit problem if those 2 things are committed?

Maybe it would also be good to have safe partitipants (cleanup and format)
because i use a slightly different coding standard when i type normally so if there was be an auto format
that corrects my standards to the one of dltk then it would be a bit cleaner checkins.

johan




_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top