Discussion:
[jboss-user] [jBPM] - CAN NOT DOWNLOADING ECLIPSE ON INSTALLING JBPM
7ab3rn4t3 7ab3rn4t3
2013-04-08 13:46:54 UTC
Permalink
7ab3rn4t3 7ab3rn4t3 [https://community.jboss.org/people/7ab3rn4t3] created the discussion

"CAN NOT DOWNLOADING ECLIPSE ON INSTALLING JBPM"

To view the discussion, visit: https://community.jboss.org/message/806988#806988

--------------------------------------------------------------
HI

I can't download eclipse on installin JBPM
I get a SocketException: ConnectionReset

the file in attachment is the console output
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Antoine T
2013-04-09 07:19:55 UTC
Permalink
Antoine T [https://community.jboss.org/people/atran] created the discussion

"Re: CAN NOT DOWNLOADING ECLIPSE ON INSTALLING JBPM"

To view the discussion, visit: https://community.jboss.org/message/807134#807134

--------------------------------------------------------------
Yep,

I think the link is broken. I managed to download my own eclipse distrib and put it in the jbpm-installer/lib folder. Rename the eclipse artifact correctly in pom.xml.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Aoyagi Takayoshi
2013-04-19 02:52:34 UTC
Permalink
Aoyagi Takayoshi [https://community.jboss.org/people/takayoshi.aoyagi] created the discussion

"Re: CAN NOT DOWNLOADING ECLIPSE ON INSTALLING JBPM"

To view the discussion, visit: https://community.jboss.org/message/809169#809169

--------------------------------------------------------------
I rewrote build.xml:254
The donload.eclipse target will work well.

  <target name="download.eclipse" depends="download.eclipse.check" if="eclipse.not.available">
    <echo message="Getting Eclipse ..." />
    <mkdir dir="${install.home}/lib"/>
*   <get src=" http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-$ http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-${download.type}.${download.extension}"
         dest="${install.home}/lib/eclipse-java-helios-SR2-${download.type}.${download.extension}"  />
  </target>
--------------------------------------------------------------

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

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