DevelopmentEnvironment |
|
| Your trail: |
Difference between
version 11
and
version 10:
| At line 27 added 1 line. |
| # Create a "Source" directory on your hard drive (this is where we'll put all the source code for our projects). |
| At line 36 changed 1 line. |
| - mysql}}} |
| - mysql |
| Source}}} |
| At line 50 added 1 line. |
| ** HOME = c:\Source |
| At line 63 added 7 lines. |
|
| # I use [Cygwin|http://www.cygwin.com] on Windows for running Ant and doing all command line things. In my %HOME%\.profile file, I have the following items that might be useful: |
| {{{alias ls="ls -CF --color" |
| alias ll='ls -la' |
| alias tstart=$CATALINA_HOME/bin/startup.bat |
| alias tstop=$CATALINA_HOME/bin/shutdown.bat}}} |
| # I use [Eclipse|http://www.eclipse.org] on Windows for editing .java files. I still use Ant to build and deploy, but the CVS versions of AppFuse and StrutsResume does contain the .classpath and .project files for Eclipse. Additionally, AppFuse has project files for [Intellij's IDEA|http://www.intellij.com] (version 3.0.5). I'll write a HowTo in the next few days on running Ant in either of these IDEs. The good news is I've got it working, now I just have to document it. |
Back to DevelopmentEnvironment,
or to the Page History.
|