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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
