Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] tycho 0.17 build issue

I'm getting the following building ptp master on Fedora devel:

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.17.0:eclipse-run (default) on project org.eclipse.ptp.doc.isv: The parameters 'repositories' for goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.17.0:eclipse-run are missing or invalid -> [Help 1]

This appears to be a new requirement of tycho 0.17, which is what we're using in Fedora.

I think you need something like:

@@ -122,6 +122,13 @@
                   <type>eclipse-plugin</type>
                 </dependency>
               </dependencies>
+              <repositories>
+                <repository>
+                  <id>juno-42</id>
+                  <layout>p2</layout>
+ <url>http://download.eclipse.org/eclipse/updates/4.2</url>
+                </repository>
+              </repositories>
             </configuration>
             <executions>
               <execution>

Although with the proper items....

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top