Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.java > #13060
| From | ole-usenet-spam@gmx.net (Оlе Ѕtrеісhеr) |
|---|---|
| Newsgroups | de.comp.lang.java |
| Subject | Ant an Kompilation hindern? |
| Date | 2016-12-20 14:38 +0100 |
| Message-ID | <87pokm7mab.fsf@gmx.net> (permalink) |
Hallo, ich habe einen Quelltextbaum, den ich nur teilweise kompilieren möchte. Der Rest steht als jar-Archiv zur Verfügung. Etwa so: my/path/p1/C1.java my/path/p2/C2.java und ein jar, ds C2.class enthält. Im Ant-Target have ich entsprechend auch nur C1.java als "includes" eingetragen. Wenn C1 aber C2 importiert, dann wird auch C2 neu kompiliert (was nicht funktioniert, weil es eine Änderung benötigen würde). Wie kann ich erreichen, dass C2 unbedingt aus dem jar genommen und nicht neu kompiliert wird, ohne dass ich C2.java lösche? Es hilft jedenfalls nichts, es in "excludes" einzutragen. Schöne Grüße Ole
Back to de.comp.lang.java | Previous | Next — Next in thread | Find similar
Ant an Kompilation hindern? ole-usenet-spam@gmx.net (Оlе Ѕtrеісhеr) - 2016-12-20 14:38 +0100
Re: Ant an Kompilation hindern? Patrick Roemer <sangamon@netcologne.de> - 2016-12-20 17:24 +0100
Re: Ant an Kompilation hindern? ole-usenet-spam@gmx.net (Оlе Ѕtrеісhеr) - 2016-12-21 13:48 +0100
Re: Ant an Kompilation hindern? Patrick Roemer <sangamon@netcologne.de> - 2016-12-21 15:44 +0100
Re: Ant an Kompilation hindern? ole-usenet-spam@gmx.net (Оlе Ѕtrеісhеr) - 2016-12-21 15:52 +0100
Re: Ant an Kompilation hindern? Patrick Roemer <sangamon@netcologne.de> - 2016-12-21 17:12 +0100
csiph-web