Genau das habe ich auch versucht, und erhalte dann Fehlermeldungen, wie z.B.:
Code
[bloeher@bla build]$ ant fast
Buildfile: /home/bloeher/git/jameica/hibiscus/build/build.xml
init:
[propertyfile] Creating new property file: /home/bloeher/git/jameica/hibiscus/build/TAG
[delete] Deleting: /home/bloeher/git/jameica/hibiscus/build/TAG
[echo] VERSION: 2.7.0-nightly
[echo] Tag : V_2_7_0-nightly_BUILD_369
[echo] BUILD : 369
[echo] JAVA : 1.7.0_65
compile:
[mkdir] Created dir: /home/bloeher/git/jameica/hibiscus/releases/2.7.0-nightly-369/tmp/bin
[javac] Compiling 764 source files to /home/bloeher/git/jameica/hibiscus/releases/2.7.0-nightly-369/tmp/bin
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] /home/bloeher/git/jameica/hibiscus/src/de/willuhn/jameica/hbci/synchronize/hbci/HBCITraceMessage.java:10: error: package de.willuhn.jameica.messaging does not exist
[javac] import de.willuhn.jameica.messaging.Message;
[javac] ^
[javac] /home/bloeher/git/jameica/hibiscus/src/de/willuhn/jameica/hbci/synchronize/hbci/HBCITraceMessage.java:15: error: cannot find symbol
[javac] public class HBCITraceMessage implements Message
[javac] ^
[javac] symbol: class Message
[javac] /home/bloeher/git/jameica/hibiscus/src/de/willuhn/jameica/hbci/AbstractHibiscusHBCICallback.java:26: error: package de.willuhn.jameica.system does not exist
[javac] import de.willuhn.jameica.system.Application;
....
Muss ich da in den build.properties etwas anpassen?
@infoman: Ja, habe ich gesehen. Danke, aber ich wollte gerne etwas am Code ändern und neu kompilieren.