FTP Quickstart not deploying properly because it can't pick up the ftp config from
quickstart.properties
--------------------------------------------------------------------------------------------------------
Key: JBESB-840
URL:
http://jira.jboss.com/jira/browse/JBESB-840
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 3
Reporter: Tom Fennelly
Assigned To: Kevin Conner
Fix For: 4.2
Tom Fennelly wrote:
> Hi there.
>
> In order to get the FTP helloworld quickstart to deploy, I had to
> locally modify the following in base-build.xml...
>
> <target name="assert-ftp-config">
> <condition property="quickstart.ftp.config">
> <and>
> <isset property="jbossesb.ftp.hostname"/>
> <isset property="jbossesb.ftp.username"/>
> <isset property="jbossesb.ftp.password"/>
> <isset property="jbossesb.ftp.directory"/>
> </and>
> </condition>
> <fail unless="quickstart.ftp.config" message="Please
configure
> ftp properties in quickstart.properties"/>
> </target>
> .. to...
> <target name="assert-ftp-config">
> <condition property="quickstart.ftp.config">
> <and>
> <isset
property="quickstart.jbossesb.ftp.hostname"/>
> <isset
property="quickstart.jbossesb.ftp.username"/>
> <isset
property="quickstart.jbossesb.ftp.password"/>
> <isset
property="quickstart.jbossesb.ftp.directory"/>
> </and>
> </condition>
> <fail unless="quickstart.ftp.config" message="Please
configure
> ftp properties in quickstart.properties"/>
> </target>
>
> Anyone any ideas? Kev?
Yes, it has been broken. Create a JIRA and assign it to me, I'll fix
it. It is related to embedding the QSes into the build.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira