diff options
| author | David Williams | 2013-10-01 06:20:24 +0000 |
|---|---|---|
| committer | David Williams | 2013-10-01 06:20:24 +0000 |
| commit | fa52512e792541d10b05c63a8bf4215f8b939d05 (patch) | |
| tree | a2ac6e1d0977e6b41926e213e058ed4ea1c8d06a | |
| parent | a8ffa037240b6c9e71730b28bc720868b216c48d (diff) | |
| download | eclipse.platform.common-fa52512e792541d10b05c63a8bf4215f8b939d05.tar.gz eclipse.platform.common-fa52512e792541d10b05c63a8bf4215f8b939d05.tar.xz eclipse.platform.common-fa52512e792541d10b05c63a8bf4215f8b939d05.zip | |
Bug 418361 - JDT and PDE User pre-built index is missing in recent
N-builds
Adding more logging
| -rw-r--r-- | bundles/org.eclipse.jdt.doc.user/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml index e764c5f76..ada452ff8 100644 --- a/bundles/org.eclipse.jdt.doc.user/pom.xml +++ b/bundles/org.eclipse.jdt.doc.user/pom.xml @@ -44,7 +44,7 @@ <configuration> <skip>false</skip> <argLine>-Dhelp.lucene.tokenizer=standard</argLine> - <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine> + <appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -logger org.apache.tools.ant.XmlLogger -verbose -logfile buildDoc_log.xml -buildfile build.xml build.index</appArgLine> <dependencies> <dependency> <artifactId>org.eclipse.ant.core</artifactId> diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml index f02065d6b..144659435 100644 --- a/bundles/org.eclipse.platform.doc.user/pom.xml +++ b/bundles/org.eclipse.platform.doc.user/pom.xml @@ -44,7 +44,7 @@ <configuration> <skip>false</skip> <argLine>-Dhelp.lucene.tokenizer=standard</argLine> - <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index</appArgLine> + <appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -logger org.apache.tools.ant.XmlLogger -verbose -logfile buildDoc_log.xml -buildfile customBuildCallbacks.xml build.index</appArgLine> <dependencies> <dependency> <artifactId>org.eclipse.ant.core</artifactId> |
