donaldp 02/01/05 18:02:26
Modified: proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs
Rmic.java
Log:
Get property from context rather than project
Revision Changes Path
1.19 +1 -1
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Rmic.java
Index: Rmic.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Rmic.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Rmic.java 4 Jan 2002 09:25:12 -0000 1.18
+++ Rmic.java 6 Jan 2002 02:02:26 -0000 1.19
@@ -506,7 +506,7 @@
getLogger().info( "Verify has been turned on." );
}
- String compiler = getProject().getProperty( "build.rmic" );
+ String compiler = getProperty( "build.rmic" ).toString();
RmicAdapter adapter = RmicAdapterFactory.getRmic( compiler, this );
// now we need to populate the compiler adapter
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>