[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-870) jbdevstudio-macosx-carbon-2.1.0.v200909151012R-H166-GA.jar installer is broken

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Sep 25 01:35:49 EDT 2009


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

Nick Boldt commented on JBDS-870:
---------------------------------

As I speculated, the real issue here is that the JBDS build, running from buildRelease.xml instead of buildNightly.xml, was not picking up the JBDS properties file, so it was running a JBT build instead.

Before:
	<target name="build-release">

After:
	<target name="init">
		<tstamp />
		<if>
			<equals arg1="${release.product}" arg2="jbds" />
			<then>
				<property file="../configs/jbds/jbds-build.properties" />
			</then>
		</if>
	</target>
		
	<target name="build-release" depends="init">

Verified working in JBDS 2.1.0.GA build H167.

JBDS 2.1.0.GA build H168 and should also fix labels in menu items after installation. 3.0.0.M3-v200909110810M-H305-M3 -> 3.0.0.M3 (v200909110810M-H305); 2.1.0.GA-GA -> 2.1.0.GA

Cannot verify the nightly build w/ longer suffix / label until trunk is building clean again. 



> jbdevstudio-macosx-carbon-2.1.0.v200909151012R-H166-GA.jar installer is broken
> ------------------------------------------------------------------------------
>
>                 Key: JBDS-870
>                 URL: https://jira.jboss.org/jira/browse/JBDS-870
>             Project: JBoss Developer Studio
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 2.1.0
>         Environment: OSX, jbdevstudio-macosx-carbon-2.1.0.v200909151012R-H166-GA.jar
>            Reporter: Maxim Areshkau
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: 1253798648847.log
>
>
> When we install 2.1 jbds  studio on OSX, it hasn't run. 
> See forum reference.
> This error can be reproduced on Linux env too.
> 1) run mac os installer on linux;
> 2) replace mac version of eclipse by linux version of eclipse.
> 3) try to run eclise, following error is occure. See attachment.

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

        


More information about the jbosstools-issues mailing list