| Summary: | generating buildscript with eclipse.buildScript task: fails on binary cycles | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Endre Kovács <ekovacs> |
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | aniefer |
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Endre Kovács
There is an existing property "allowBinaryCycles". The <eclipse.buildScript/> task does not take it directly as an attribute, but the task does check the ant project to see if the property is defined. You should be able to do something like: <property name="allowBinaryCycles" value="true"/> <eclipse.buildScript ....../> Please reopen if this does not work for you. Thanks Andrew, it works just as you said. Endre (In reply to comment #1) > There is an existing property "allowBinaryCycles". > > The <eclipse.buildScript/> task does not take it directly as an attribute, but > the task does check the ant project to see if the property is defined. > > You should be able to do something like: > > <property name="allowBinaryCycles" value="true"/> > <eclipse.buildScript ....../> > > Please reopen if this does not work for you. |