Hmmm, The Maven goal when used in Eclipse gives me that strange missing dir error.
So, like Dave suggested, I entered the same exact Maven goal as part of a shell script and it looks like it is now sending data to cardforge. The last portion of the text displayed in the terminal log:
- Code: Select all
Reply received: 227 Entering Passive Mode (74,55,207,114,103,126)
Command sent: STOR team-list.html
Reply received: 150 Accepted data connection
Reply received: 226-File successfully transferred
226 0.251 seconds (measured here), 28.45 Kbytes per second
completed = /Users/chrish/Workspace_SVN/ForgeSVN/target/site/team-list.html
Command sent: CDUP
Reply received: 250 OK. Current directory is /
completed = /Users/chrish/Workspace_SVN/ForgeSVN/target/site
ftp.cardforge.org/site/ - Session: Disconnecting
ftp.cardforge.org/site/ - Session: Disconnected
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:42.889s
[INFO] Finished at: Tue Aug 16 15:03:10 EDT 2011
[INFO] Final Memory: 58M/344M
[INFO] ------------------------------------------------------------------------
logout
[Process completed]
`
So, it looks like the problem is in Eclipse.
If I am correct, there should now be two archives at cardforge that were built and transferred from my local copy. The archives on my end are named:
forge-1.1.2-SNAPSHOT-osx.tar.bz2
forge-1.1.2-SNAPSHOT.tar.bz2
Does anyone have any idea what the url in front of the 2 archives would be?
OH, Dave, I sent the goal to you via a pm as it contains the password.