- Timestamp:
- 07/18/08 14:41:37 (4 months ago)
- Location:
- lang/java/utiljs/trunk
- Files:
-
- 9 added
- 2 modified
- 1 moved
-
.classpath (modified) (1 diff)
-
build/build.xml (modified) (1 diff)
-
src/org/coderepos/utiljs/taskdefs/JSDoc.java (moved) (moved from lang/java/utiljs/trunk/src/org/coderepos/utiljs/taskdefs/JsDocToolkit.java) (3 diffs)
-
templates (added)
-
templates/htmlhelpj (added)
-
templates/htmlhelpj/class.html (added)
-
templates/htmlhelpj/header.html (added)
-
templates/htmlhelpj/shared (added)
-
templates/htmlhelpj/shared/css (added)
-
templates/htmlhelpj/tmpl.hhc (added)
-
templates/htmlhelpj/tmpl.hhk (added)
-
templates/htmlhelpj/tmpl.hhp (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/utiljs/trunk/.classpath
r6555 r15985 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="lib" path="C:/Program Files/eclipse 32/plugins/org.apache.ant_1.6.5/lib/ant.jar"/>6 <classpathentry kind="lib" path=" lib/yuicompressor-2.3.5.jar"/>5 <classpathentry kind="lib" path="C:/Program Files/eclipse/plugins/org.apache.ant_1.7.0.v200706080842/lib/ant.jar"/> 6 <classpathentry kind="lib" path="C:/Users/shogo/workspace/utiljs/lib/yuicompressor-2.3.5.jar"/> 7 7 <classpathentry kind="output" path="bin"/> 8 8 </classpath> -
lang/java/utiljs/trunk/build/build.xml
r7969 r15985 17 17 </javac> 18 18 <mkdir dir="${dir.lib}" /> 19 <jar jarfile=" lib/utiljs-${version}.jar" basedir="bin" />19 <jar jarfile="${dir.lib}/utiljs-${version}.jar" basedir="bin" /> 20 20 </target> 21 21 -
lang/java/utiljs/trunk/src/org/coderepos/utiljs/taskdefs/JSDoc.java
r7735 r15985 3 3 // import 4 4 import java.io.*; 5 import org.apache.tools.ant.*; 6 import org.apache.tools.ant.taskdefs.*; 5 7 6 8 /** … … 8 10 * @author shogo4405 9 11 */ 10 public class J sDocToolkit12 public class JSDoc extends Task 11 13 { 12 14 /** … … 37 39 public void execute() 38 40 { 39 41 Java task = (Java)getProject().createTask("Java"); 42 // fork = trueにしないと動かない。 43 task.setFork(true); 44 task.execute(); 40 45 }; 41 46
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)