Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Monday, February 20, 2006 @ 05:50:19
Author: seintur
Path: /cvsroot/fractal/aokell/features/fcinterface/ct
Modified: fcinterface.xml
Bug fix: classpath definition propagation.
-----------------+
fcinterface.xml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
Index: aokell/features/fcinterface/ct/fcinterface.xml
diff -u aokell/features/fcinterface/ct/fcinterface.xml:1.1
aokell/features/fcinterface/ct/fcinterface.xml:1.2
--- aokell/features/fcinterface/ct/fcinterface.xml:1.1 Mon Feb 20 04:49:48
2006
+++ aokell/features/fcinterface/ct/fcinterface.xml Mon Feb 20 05:50:19
2006
@@ -33,12 +33,14 @@
<srcfiles dir="${src}" includes="**/*.java" />
</uptodate>
- <antcall target="compile.fcinterface.required" />
+ <antcall target="compile.fcinterface.required" inheritrefs="true" />
</target>
-
+
<target name="compile.fcinterface.required"
unless="compile.fcinterface.notrequired">
- <java
classname="org.objectweb.fractal.aokell.tools.interf.InterfaceGenerator"
- classpathref="classpath" fork="yes">
+
+ <!-- Generate the Java implementations of the Fractal interfaces -->
+ <java
classname="org.objectweb.fractal.aokell.tools.interf.InterfaceGenerator"
fork="yes">
+ <classpath refid="classpath" />
<arg value="-system" />
<arg value="-d" />
<arg value="${out.generated}/fcinterface/ct" />
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.