[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1247) create target platform(s) for building JBT/JBDS w/ Eclipse 3.5/3.6

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jun 8 12:05:38 EDT 2010


    [ https://jira.jboss.org/browse/JBDS-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534513#action_12534513 ] 

Nick Boldt commented on JBDS-1247:
----------------------------------

Tried this, but to no avail:

			<plugin>
				<groupId>org.sonatype.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tychoVersion}</version>
				<configuration>
					<resolver>p2</resolver>
					<target>
						<artifact>
							<!-- <groupId>org.jboss.tools</groupId> <artifactId>org.jboss.tools.parent.pom</artifactId> 
								<version>0.0.1-SNAPSHOT</version> -->
							<!-- <groupId>org.jboss.tools</groupId>
							<artifactId>trunk</artifactId>
							<version>0.0.1-SNAPSHOT</version>  -->
							<!-- doesn't work! either fails to resolve or ignores entirely -->
							<classifier>jbds4</classifier>
						</artifact>
					</target>
					<environments>
						<environment>
							<os>macosx</os>
							<ws>cocoa</ws>
							<arch>x86</arch>
						</environment>
						<!-- <environment> <os>macosx</os> <ws>carbon</ws> <arch>x86</arch> 
							</environment> -->
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86_64</arch>
						</environment>
					</environments>
				</configuration>
			</plugin>

https://docs.sonatype.org/display/TYCHO/Tycho+reference+card

> create target platform(s) for building JBT/JBDS w/ Eclipse 3.5/3.6
> ------------------------------------------------------------------
>
>                 Key: JBDS-1247
>                 URL: https://jira.jboss.org/browse/JBDS-1247
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Sub-task
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list