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

In absense of build.properties Tycho does not find source code in src/main/java, but I think it would find the code directly in src/, e.g. in src/com/acme/example/Class.java. I maybe wrong though since I haven't tested this.

Kind regards,
Mikhail Kalkov


On Wed, Jan 15, 2014 at 1:08 PM, Alexander Baier <lexi.baier@xxxxxxxxx> wrote:
On 2014-01-15 12:36 Mikhail Kalkov wrote:
>> tycho should pick up the sources at the standard maven locations
>> (src/main/...) in case it cannot find a build.properties file
> I agree that it sounds like a good idea, and thank you for filing an
> enhancement request. It may however already check the standard Eclipse
> location (src/) in this case.

Which case do you mean by "in this case"? In the case the
build.properties is absent, tycho does not pick up anything under src/
in my experience.

--
 Alexander

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


Back to the top