[jboss-user] [jBPM] - jBPM-4.4 install script broken in windows platform

jaikiran pai do-not-reply at jboss.com
Sat Jul 24 11:22:46 EDT 2010


jaikiran pai [http://community.jboss.org/people/jaikiran] replied to the discussion

"jBPM-4.4 install script broken in windows platform"

To view the discussion, visit: http://community.jboss.org/message/554261#554261

--------------------------------------------------------------
> HuiSheng Xu wrote:
> 
> 
> But the 'get.eclipse' target always get a html whose size is only 31KB.  Is there anybody know how to download eclipse by ant directly?  Any reply will be apprieciated.
That one's because the download URL points to the mirror selection page on eclipse.org  http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/eclipse-java-galileo-SR2-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/eclipse-java-galileo-SR2-linux-gtk.tar.gz (for example).

On that mirror selection page, at the bottom, we see a "Main download site" link. So maybe the install script can be changed to:

Index: build.xml
===================================================================
--- build.xml    (revision 6531)
+++ build.xml    (working copy)
@@ -114,7 +114,7 @@
     <os name="Linux" arch="x86_64" /> 
   </condition> 
   <property name="eclipse.distro.url" 
-            value="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/${eclipse.filename}" /> 
+            value=http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/${eclipse.filename}&url=http://download.eclipse.org/technology/epp/downloads/release/galileo/SR2/${eclipse.filename}&mirror_id=1 /> 
   <property name="eclipse.distro.dir" value="downloads" /> 
   <property name="eclipse.parent.dir" value="${jbpm.home}" /> 
   <property name="eclipse.distro.path" value="${eclipse.distro.dir}/${eclipse.filename}" />

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/554261#554261]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100724/9913a405/attachment.html 


More information about the jboss-user mailing list