Skip to Content.
Sympa Menu

notify-dpml - r2041 - in trunk: central/site main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle main/depot/tools/etc/config/templates main/depot/tools/src/main/dpml/tools/tasks main/metro/station

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2041 - in trunk: central/site main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle main/depot/tools/etc/config/templates main/depot/tools/src/main/dpml/tools/tasks main/metro/station
  • Date: Mon, 17 Sep 2007 07:14:13 +0200

Author: davidoff
Date: 2007-09-17 07:14:12 +0200 (Mon, 17 Sep 2007)
New Revision: 2041

Modified:
trunk/central/site/build.xml

trunk/main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle/CheckstyleTask.java
trunk/main/depot/tools/etc/config/templates/standard.template
trunk/main/depot/tools/src/main/dpml/tools/tasks/DocTask.java
trunk/main/metro/station/build.xml
Log:
Cleanup reference to preference files in the checkstyle and doc task and the
central/site build file.

Modified: trunk/central/site/build.xml
===================================================================
--- trunk/central/site/build.xml 2007-09-16 19:13:13 UTC (rev 2040)
+++ trunk/central/site/build.xml 2007-09-17 05:14:12 UTC (rev 2041)
@@ -71,7 +71,7 @@
<fileset dir="${basedir}/../../main">
<include name="**/target/reports/test/TEST-*.xml"/>
</fileset>
- <report format="frames" todir="${junit.html}"
styledir="${dpml.prefs}/dpml/tools/xsls"/>
+ <report format="frames" todir="${junit.html}"
styledir="${dpml.config}/dpml/depot/xsls"/>
</junitreport>
</target>

@@ -90,7 +90,7 @@
<exclude name="**/javac/target/**"/>
</fileset>
</checkstyle>
- <xslt style="${dpml.prefs}/dpml/tools/xsls/checkstyle-frames.xsl"
+ <xslt style="${dpml.config}/dpml/depot/xsls/checkstyle-frames.xsl"
in="${checkstyle.data}"
out="${checkstyle.dir}/checkstyle_report.html">
<param name="output.dir" expression="${checkstyle.dir}"/>

Modified:
trunk/main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle/CheckstyleTask.java
===================================================================
---
trunk/main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle/CheckstyleTask.java
2007-09-16 19:13:13 UTC (rev 2040)
+++
trunk/main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle/CheckstyleTask.java
2007-09-17 05:14:12 UTC (rev 2041)
@@ -51,7 +51,7 @@
/**
* The default format value.
*/
- public static final String FORMAT_VALUE = "local:format:dpml/tools/dpml";
+ public static final String FORMAT_VALUE = "local:format:dpml/depot/dpml";

private boolean m_init = false;
private Context m_context;

Modified: trunk/main/depot/tools/etc/config/templates/standard.template
===================================================================
--- trunk/main/depot/tools/etc/config/templates/standard.template
2007-09-16 19:13:13 UTC (rev 2040)
+++ trunk/main/depot/tools/etc/config/templates/standard.template
2007-09-17 05:14:12 UTC (rev 2041)
@@ -58,7 +58,7 @@
<checkstyle>
<formatter type="xml" toFile="${checkstyle.data}"/>
</checkstyle>
- <xslt style="${dpml.prefs}/dpml/tools/xsls/checkstyle-frames.xsl"
+ <xslt style="${dpml.config}/dpml/depot/xsls/checkstyle-frames.xsl"
in="${checkstyle.data}"
out="${checkstyle.dir}/checkstyle_report.html">
<param name="output.dir" expression="${checkstyle.dir}"/>

Modified: trunk/main/depot/tools/src/main/dpml/tools/tasks/DocTask.java
===================================================================
--- trunk/main/depot/tools/src/main/dpml/tools/tasks/DocTask.java
2007-09-16 19:13:13 UTC (rev 2040)
+++ trunk/main/depot/tools/src/main/dpml/tools/tasks/DocTask.java
2007-09-17 05:14:12 UTC (rev 2041)
@@ -310,7 +310,7 @@

private File getThemesDirectory()
{
- return new File( Transit.PREFS, "dpml/tools/themes" );
+ return new File( Transit.CONFIG, "dpml/depot/themes" );
}

private String getHomePath()

Modified: trunk/main/metro/station/build.xml
===================================================================
--- trunk/main/metro/station/build.xml 2007-09-16 19:13:13 UTC (rev 2040)
+++ trunk/main/metro/station/build.xml 2007-09-17 05:14:12 UTC (rev 2041)
@@ -15,12 +15,6 @@
</fileset>
</copy>

- <!--
- <mkdir dir="${dpml.prefs}/${project.group}/plans"/>
- <copy file="${basedir}/target/prefs/default.xml"
toFile="${dpml.prefs}/${project.group}/plans/default.plan"
- preservelastmodified="true" overwrite="true"/>
- -->
-
<copy todir="${dpml.system}" preservelastmodified="true"
overwrite="true">
<fileset dir="target">
<include name="bin/station.lap"/>




  • r2041 - in trunk: central/site main/depot/plugins/checkstyle/src/main/dpml/tools/checkstyle main/depot/tools/etc/config/templates main/depot/tools/src/main/dpml/tools/tasks main/metro/station, davidoff at BerliOS, 09/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page