Hi
following situation:
We got the following errors:
Syntax error, parameterized types are only available if source level is 1.5
Everything is set to 1.5.

Scenario is a serverbuild with some dependencies on plugin projects.
I tried everything but we always got this errors.
I dont want to set the compiler in the project explicitly.

Is there a chance to set the target level for this?

I added the following lines to build.properties

javacSource=1.5
javacTarget=1.5
ant.build.javac.target=1.5
ant.build.javac.source=1.5

Florian
------------------------------------------------------------------------------
_______________________________________________
Ant4eclipse-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user

Reply via email to