[jbpm-cvs] jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build ...

Koen Aers <[email protected]> Mon, 08 Sep 2008 11:37:27 -0400
Newsgroups gmane.comp.jbpm.cvs
Message-ID <[email protected]>
  User: kaers   
  Date: 08/09/08 11:37:27

  Modified:    designer/jpdl/org.jbpm.gd.jpdl.build   Tag:
                        branch_jbpm_jpdl_gpd_3_1_x release.notes.html
                        build.xml
  Log:
  GPD 3.1.4
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.8  +17 -1     jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/release.notes.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: release.notes.html
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/release.notes.html,v
  retrieving revision 1.12.2.7
  retrieving revision 1.12.2.8
  diff -u -b -r1.12.2.7 -r1.12.2.8
  --- release.notes.html	11 Jun 2008 14:45:42 -0000	1.12.2.7
  +++ release.notes.html	8 Sep 2008 15:37:26 -0000	1.12.2.8
  @@ -1,8 +1,24 @@
   <html>
   <body>
  -<h1>Release Notes - JBoss jBPM JPDL Designer - Version 3.1.3.SP2</h1>
  +<h1>Release Notes - JBoss jBPM JPDL Designer - Version 3.1.4</h1>
   
   
  +<h2>Updates from 3.1.3.SP1 to 3.1.4 </h2>
  +    
  +<h3>Bug</h3>
  +<ul>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-181'>GPD-181</a>] - NullPointerException when opening processdefinition with additional elements</li>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-197'>GPD-197</a>] - in the suite, the gpd asks for upgrade</li>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-198'>GPD-198</a>] - xml content assist doesn't work in the suite package</li>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-208'>GPD-208</a>] - missing nullpointer check in EsbNodeMapper</li>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-216'>GPD-216</a>] - jBPM build destroys user eclipse installation</li>
  +</ul>
  +                            
  +<h3>Task</h3>
  +<ul>
  +<li>[<a href='https://jira.jboss.org/jira/browse/GPD-220'>GPD-220</a>] - Make GPD Ganymede ready</li>
  +</ul>
  +
   <h2>Updates from 3.1.3.SP1 to 3.1.3.SP2 </h2>
       
   <h3>Bug</h3>
  
  
  
  1.59.2.11 +13 -4     jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/Attic/build.xml,v
  retrieving revision 1.59.2.10
  retrieving revision 1.59.2.11
  diff -u -b -r1.59.2.10 -r1.59.2.11
  --- build.xml	22 Jul 2008 10:04:36 -0000	1.59.2.10
  +++ build.xml	8 Sep 2008 15:37:26 -0000	1.59.2.11
  @@ -15,16 +15,20 @@
     <property file="${basedir}/../../../build/build.properties" />  <!-- if the build is running within the main jbpm build -->
   
     <property name="lib.jbpm.designer.version" value="3.1.4" />
  -  <property name="jbpm.gpd.version.tag" value="branch_jbpm_jpdl_gpd_3_1_x" />  
  +  <property name="jbpm.gpd.version.tag" value="jbpm_jpdl_gpd_3_1_4" />  
     <property file="build.properties" />
   	
     <!-- general properties if not yet set by previously included files -->
     <property name="jbpm.cvs.root" value=":pserver:anonymous:@anoncvs.forge.jboss.com:/cvsroot/jbpm"/>	
  -  <property name="eclipse.home" value="${user.home}/Software/eclipse" />
  +  <property name="eclipse.home" value="${user.home}/jbpm/software/eclipse" />
     <property name="local.repository" value="${user.home}/jbpm/repository" />
     <property name="remote.repository" value="http://repository.jboss.com" />
     <property file="dependencies.properties" />					
   	
  +  <condition property="previous.eclipse.exists">
  +  	<available file="${eclipse.home}" />
  +  </condition>
  +	
     <condition property="eclipse.uptodate">
     	<and>
      	  <available file="${eclipse.home}/${lib.eclipse.sdk.filename}.txt"/>
  @@ -33,7 +37,7 @@
      	  <available file="${eclipse.home}/${lib.eclipse.gef.filename}.txt"/>
      	  <available file="${eclipse.home}/${lib.eclipse.wtp.filename}.txt"/>
      	  <available file="${eclipse.home}/${lib.eclipse.dtp.filename}.txt"/>
  -  	  <available file="${eclipse.home}/plugins/org.eclipse.equinox.launcher.jar"/>
  +  	  <available file="${eclipse.home}"/>
     	</and>
     </condition>
   	
  @@ -59,6 +63,7 @@
     </target> 
   
     <target name="build" depends="get.projects">
  +  	<antcall target="fail.if.previous.eclipse"/>
   	<antcall target="install.eclipse" />
   	<antcall target="prepare.workspace" />
   	<antcall target="run-eclipse-plugin-builder" />
  @@ -77,6 +82,10 @@
   <!--	<copy file="${build.dir}/jbpm-jpdl-designer-site.zip" todir="${local.repository}/jbpm/designer/jpdl/${buildId}" /> -->
     </target>
   	
  +  <target name="fail.if.previous.eclipse" if="previous.eclipse.exists" unless="eclipse.uptodate">
  +  	<fail message="Attempt to install eclipse over an exiting instance. Check your properties."/>
  +  </target>
  +	
     <target name="install.eclipse" unless="eclipse.uptodate">
     	<antcall target="get.eclipse"/>
     	<delete dir="${eclipse.home}" />
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/