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 don't know why Tycho honors the POM's project/build/outputDirectory but not project/build/sourceDirectory.
Have you tested this? The topic starter didn't have it in his poms and I have never tried with project/build/sourceDirectory instead of build.properties either since the latter works out-of-box for me.

> 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.

Kind regards,
Mikhail Kalkov


On Wed, Jan 15, 2014 at 11:35 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On 01/15/2014 11:28 AM, Alexander Baier wrote:
Wouldn't it make more sense to specify this in a Maven or OSGi way?
It seems to me that Tycho somehow allows this kind of settings too.


In addition to that I think tycho should pick up the sources at the standard maven locations (src/main/...) in case it cannot find a build.properties file.
That's a very good idea! Please turn it into a feature request in https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho

Cheers,

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

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



Back to the top