Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho does not pick up java files during compilation

I believe the output directive is only used by Eclipse PDE. In other words, that's where classes end up when Eclipse builds your plug-in.

I guess, Tycho devs decided to skip this directive in order to avoid interference with IDE and because they anyway need a place for other derived artifacts such as p2 repos, product installations, zip archives etc.

/Mikhail

Kind regards,
Mikhail Kalkov


On Wed, Jan 15, 2014 at 10:49 AM, Alexander Baier <lexi.baier@xxxxxxxxx> wrote:
Hello Mikhail,

This actually works! I included the build.properties with the contents
you supplied and Tycho picks up my classes.

On 2014-01-15 08:51 Mikhail Kalkov wrote:
> output.. = bin/

I do not really get this statement, though. Why does tycho honor the
"source... =" statement, but not the output one? My classes are still
place under target/. Don't get me wrong, I like them being there, I am
just wondering.

Thanks,
--
 Alexander Baier

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


Back to the top