Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
...nobody




JSPWiki v2.2.33

[RSS]


Hide Menu

FormattingSourceCode


Difference between version 26 and version 25:

At line 5 changed 1 line.
! Setup AppFuse
! AppFuse Setup
At line 68 added 12 lines.
* Open {{src/web/org/appfuse/webapp/taglib/LabelTag.java}} file and change the text in line 27 that reads {{{<label>}}} to {{{&lt;label&gt;}}}.
* Finally, open {{src/web/org/appfuse/webapp/taglib/SecureTag.java}} file and in line 22 you'll find at the end of the line two {{{<br />}}}, you know what to do (remove the {{{/}}} and leave them like this {{{<br>}}}). The same thing can be found in line 29 (but there's just one). Grab lines 38 through 43 and put them before line 34 (everything after a tag gets erased).
{{{
* Contributed by:<br>
* <br>
* XEsoft GmbH<br>
* Oskar-Messter-Strasse 18<br>
* 85737 Ismaning, Germany<br>
* http://www.xesoft.com<br>
*
}}}
Save all your edited files and try running __ant jalopy__.
At line 81 added 8 lines.
And as Matt so eloquently puts it
__Yeah Baby, Yeah:__
%%(color:green)BUILD SUCCESSFUL\\
Total time: 9 seconds%%
;:''You could start using __ant jalopy__ at the end of AppFuse Setup''.

Back to FormattingSourceCode, or to the Page History.