• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作業部屋の使い方を試しています。


Commit MetaInfo

Revision68 (tree)
Time2014-08-06 09:37:51
Authortuna_p

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/HtmlTest2/build.xml (revision 67)
+++ trunk/HtmlTest2/build.xml (revision 68)
@@ -7,8 +7,8 @@
77 <!-- the Compile on Save feature is turned off for the project. -->
88 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99 <!-- in the project's Project Properties dialog box.-->
10-<project name="HtmlTest2" default="default" basedir=".">
11- <description>Builds, tests, and runs the project HtmlTest2.</description>
10+<project name="WebScraping" default="default" basedir=".">
11+ <description>Builds, tests, and runs the project WebScraping.</description>
1212 <import file="nbproject/build-impl.xml"/>
1313 <!--
1414
@@ -58,7 +58,7 @@
5858
5959 An example of overriding the target for project execution could look like this:
6060
61- <target name="run" depends="HtmlTest2-impl.jar">
61+ <target name="run" depends="WebScraping-impl.jar">
6262 <exec dir="bin" executable="launcher.exe">
6363 <arg file="${dist.jar}"/>
6464 </exec>
--- trunk/HtmlTest2/nbproject/project.xml (revision 67)
+++ trunk/HtmlTest2/nbproject/project.xml (revision 68)
@@ -3,7 +3,7 @@
33 <type>org.netbeans.modules.java.j2seproject</type>
44 <configuration>
55 <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6- <name>HtmlTest2</name>
6+ <name>WebScraping</name>
77 <source-roots>
88 <root id="src.dir"/>
99 </source-roots>
--- trunk/HtmlTest2/nbproject/build-impl.xml (revision 67)
+++ trunk/HtmlTest2/nbproject/build-impl.xml (revision 68)
@@ -19,7 +19,7 @@
1919 - cleanup
2020
2121 -->
22-<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="HtmlTest2-impl">
22+<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="WebScraping-impl">
2323 <fail message="Please build using Ant 1.8.0 or higher.">
2424 <condition>
2525 <not>
@@ -443,7 +443,7 @@
443443 </fileset>
444444 </union>
445445 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
446- <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="HtmlTest2" testname="TestNG tests" workingDir="${work.dir}">
446+ <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="WebScraping" testname="TestNG tests" workingDir="${work.dir}">
447447 <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
448448 <propertyset>
449449 <propertyref prefix="test-sys-prop."/>
@@ -594,7 +594,7 @@
594594 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
595595 <isset property="test.method"/>
596596 </condition>
597- <condition else="-suitename HtmlTest2 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
597+ <condition else="-suitename WebScraping -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
598598 <matches pattern=".*\.xml" string="@{testClass}"/>
599599 </condition>
600600 <delete dir="${build.test.results.dir}" quiet="true"/>
@@ -886,7 +886,7 @@
886886 <delete file="${built-jar.properties}" quiet="true"/>
887887 </target>
888888 <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
889- <echo level="warn" message="Cycle detected: HtmlTest2 was already built"/>
889+ <echo level="warn" message="Cycle detected: WebScraping was already built"/>
890890 </target>
891891 <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
892892 <mkdir dir="${build.dir}"/>
@@ -1371,7 +1371,7 @@
13711371 <delete file="${built-clean.properties}" quiet="true"/>
13721372 </target>
13731373 <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
1374- <echo level="warn" message="Cycle detected: HtmlTest2 was already built"/>
1374+ <echo level="warn" message="Cycle detected: WebScraping was already built"/>
13751375 </target>
13761376 <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
13771377 <mkdir dir="${build.dir}"/>
--- trunk/HtmlTest2/src/Lib/HtmlParser.java (revision 67)
+++ trunk/HtmlTest2/src/Lib/HtmlParser.java (revision 68)
@@ -79,20 +79,6 @@
7979 if(isHtmlkeyEq(skey) == false) {
8080 serchpageData(skey);
8181 }
82-
83-// // 検索位置を数値変換
84-// String around = skey.getaround();
85-// byte bAround = 0;
86-// if(around.length() > 0) {
87-// bAround = Byte.parseByte(around);
88-// }
89-//
90-// if(bAround < sData.size()) {
91-// String str = (String)sData.get(bAround);
92-// String rtn = RegularExpression(str, regexp);
93-// return item + "\t" + rtn;
94-// }
95-
9682 /*
9783 around 出現位置指定 入力有り:指定された位置の情報のみ返す。
9884 入力無し:取得した全ての情報を返す。