quoting http://ant.apache.org/manual/CoreTasks/javac.html
>>
  <javac srcdir="${src}:${src2}"
         destdir="${build}"
         includes="mypackage/p1/**,mypackage/p2/**"
         excludes="mypackage/p1/testpackage/**"
         classpath="xyz.jar"
         debug="on"
  />

is the same as the previous example, with the addition of a second
source path, defined by the property src2. This can also be
represented using nested <src> elements as follows:
<<

so, yes. :)

On Apr 29, 12:32 pm, alan <[email protected]> wrote:
> Is it possible to compile from more than one source directory? The
> source folder is defined as a simple string property and I assume
> assigning it to a <path> wont work?
>
> On Apr 14, 8:42 pm, Xavier Ducrohet <[email protected]> wrote:
>
> > hmm oops. Just copy the one from 1.5 into 1.1/templates. they should
> > be identical anyway.
>
> > Xav
>
> > On Tue, Apr 14, 2009 at 12:37 PM, Xavier Le Vourch
>
> > <[email protected]> wrote:
>
> > > Xavier Ducrohet wrote:
> > >> Hello,
>
> > >> The new SDK include multiple versions of the Android platforms.
> > >> Because newer versions could have slightly different build steps, we
> > >> have decide to keep most of the build logic inside the platforms
> > >> themselves.
>
> > >> Thus, the new build.xml imports a file called android_rules.xml
> > >> located inside SDK/platforms/<platform>/templates/ (it might move in
> > >> the final SDK but you shouldn't care much).
>
> > > FYI, the android_rules.xml is missing in the android-1.1/templates
> > > directory so right now it's not possible to use the 1.1 platform with
> > > the 1.5 pre SDK. I've only downloaded the Linux version so this may be a
> > > packaging issue with that version alone.
>
> > > Best Regards,
>
> > > Xavier Le Vourch
>
> > > --
> > > XLV Labs
>
> > > Publisher of "Who Called?", Caller Id application for Android phones:
>
> > >http://www.xlv-labs.com/whocalled
>
> > --
> > Xavier Ducrohet
> > Android Engineer, Google.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to