-
9 Feb 2013 2:38 AM #1
Publish fails in Sencha Architect ver 2.1.0 Build 678
Publish fails in Sencha Architect ver 2.1.0 Build 678
I have built a simple test app which fails when I try to Publish it
Settings panel;
URL Prefix = http://localhost:8888/extjs 4/mobile/
Publish Path = /Users/mike/Desktop/Extjs4_builds/
terminal output shows this result;
/var/folders/rx/8cnpg2hj7415hzdsb1nsl8200000gn/T/temp.sh ; exit;
mike-mac-pro:~ mike$ /var/folders/rx/8cnpg2hj7415hzdsb1nsl8200000gn/T/temp.sh ; exit;
rsync -arvuz /Applications/MAMP/htdocs/ExtJS 4/mobile2/tabs2/ /Users/mike/Desktop/Extjs4_builds/ --exclude .svn --exclude .git --exclude .hg --exclude .DS_Store --exclude .cvs --exclude metadata --exclude project 1st.xds project2.xds --exclude .xds --exclude .architect --cvs-exclude
building file list ... done
ERROR: destination must be a directory when copying more than 1 file
rsync error: errors selecting input/output files, dirs (code 3) at /SourceCache/rsync/rsync-42/rsync/main.c(503) [receiver=2.6.9]
rsync: connection unexpectedly closed (8 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
logout
[Process completed]
please advise what could be incorrectly set
thanks
mike
-
11 Feb 2013 6:27 AM #2
/Users/mike/Desktop/Extjs4_builds/ must exists and must be a directory.ERROR: destination must be a directory when copying more than 1 file
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
11 Feb 2013 7:03 AM #3
Hi
I did create the required folder before as can be seen below.
What else could be causing the failure to build the project ?
Thanks
Mike
Regards.directory path.jpg
-
11 Feb 2013 7:18 AM #4
User rights?
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
12 Feb 2013 5:34 AM #5
-
12 Feb 2013 5:42 AM #6
Look at the rsync command:
rsync -arvuz /Applications/MAMP/htdocs/ExtJS 4/mobile2/tabs2/ /Users/mike/Desktop/Extjs4_builds/
The second path isn't the web server's publishing path, it seems that is first one.
Where is stored your project?
In /Applications/MAMP/htdocs/ExtJS 4/mobile2/tabs2/UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
21 Feb 2013 9:00 AM #7
rsync [OPTION...] SRC... [DEST]
After creating folder it gives the same err message?Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
Known Bugs in Architect Latest


Reply With Quote