CreateAnAJAXBasedFileuploadProgressbarDialog |
|
Your trail: |
Difference between
version 8
and
version 7:
At line 9 added 3 lines. |
{{{ |
C:\projects\appfuse-1.9.3-src\appfuse>ant new |
Buildfile: build.xml |
At line 13 added 45 lines. |
clean: |
[echo] Cleaning build and distribution directories |
|
init: |
|
new: |
[echo] |
[echo] +-------------------------------------------------------------+ |
[echo] | -- Welcome to the AppFuse New Application Wizard! -- | |
[echo] | | |
[echo] | To create a new application, please answer the following | |
[echo] | questions. | |
[echo] +-------------------------------------------------------------+ |
|
[input] What would you like to name your application [myapp]? |
progressbar |
[input] What would you like to name your database [mydb]? |
progressbar |
[input] What package name would you like to use [org.appfuse]? |
|
[input] What web framework would you like to use [webwork,tapestry,spring,jsf,struts]? |
struts |
[echo] Creating new application named 'progressbar'... |
[copy] Copying 356 files to C:\projects\appfuse-1.9.3-src\progressbar |
[copy] Copying 81 files to C:\projects\appfuse-1.9.3-src\progressbar\extras |
[copy] Copying 1 file to C:\projects\appfuse-1.9.3-src\progressbar |
[copy] Copying 1 file to C:\projects\appfuse-1.9.3-src\progressbar |
|
init: |
|
fixcrlf: |
[echo] Running fixcrlf.... |
[echo] |
[echo] +-------------------------------------------------------------+ |
[echo] | -- Application created successfully! -- | |
[echo] | | |
[echo] | Now you should be able to cd to your application and run: | |
[echo] | > ant setup test-all | |
[echo] +-------------------------------------------------------------+ |
|
BUILD SUCCESSFUL |
Total time: 38 seconds |
C:\projects\appfuse-1.9.3-src\appfuse> |
}}} |
|
Back to CreateAnAJAXBasedFileuploadProgressbarDialog,
or to the Page History.
|