woproject/projects/wolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication build.xml.vm,1.2,1.3
[email protected] Thu, 16 Feb 2006 06:08:02 -0800 (PST)
| Newsgroups | gmane.comp.web.webobjects.woproject.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13502/templates/woapplication
Modified Files:
build.xml.vm
Log Message:
1) Incorporated Sebastien's patch from WOL-209 so Template engine always makes parent folders (and accidentally did a reformat code ... really hard to break that muscle memory :) )
2) Modified WOComponentCreationWizard specifically to create package subfolders (for people who don't have autorefresh enabled) for WOL-209
3) Added compile targets to WOApplication and WOFramework templates
4) Cleaned up a couple strict Eclipse warnings in wizards
Index: build.xml.vm
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication/build.xml.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build.xml.vm 11 Dec 2004 10:25:32 -0000 1.2
+++ build.xml.vm 16 Feb 2006 14:07:12 -0000 1.3
@@ -4,6 +4,8 @@
<!-- add optional targets to depends list if needed -->
<target name="build" depends="setProps,init.build,build.woapp,war,ssdd"/>
+ <target name="compileAndBuild" depends="setProps,init.build,compile,build.woapp,war,ssdd" />
+
<target name="install" depends="setProps,init.install,build.woapp,war,ssdd"/>
<target name="clean" depends="setProps">
@@ -156,4 +158,20 @@
</copy>
</target>
+ <target name = "compile" depends = "setProps,init.build" >
+ <mkdir dir = "bin"/>
+ <javac srcdir = "src" destdir = "bin">
+ <classpath>
+ <fileset dir="${wo.dir.user.home.library.frameworks}" includesfile = "woproject/ant.frameworks.user.home">
+ <include name = "**/*.jar"/>
+ </fileset>
+ <fileset dir="${wo.wolocalroot}" includesfile = "woproject/ant.frameworks.wo.wolocalroot">
+ <include name = "**/*.jar"/>
+ </fileset>
+ <fileset dir="${wo.wosystemroot}" includesfile = "woproject/ant.frameworks.wo.wosystemroot">
+ <include name = "**/*.jar"/>
+ </fileset>
+ </classpath>
+ </javac>
+ </target>
</project>
\ No newline at end of file
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642