You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/02/05 07:57:23 UTC

svn commit: rev 6512 - incubator/depot/trunk/ruper

Author: nickchalko
Date: Wed Feb  4 23:57:23 2004
New Revision: 6512

Modified:
   incubator/depot/trunk/ruper/build.xml
Log:
Not gump friendly.

Modified: incubator/depot/trunk/ruper/build.xml
==============================================================================
--- incubator/depot/trunk/ruper/build.xml	(original)
+++ incubator/depot/trunk/ruper/build.xml	Wed Feb  4 23:57:23 2004
@@ -8,6 +8,8 @@
     metamorphosis.sf.net
     To much work to write these again.
     REQUIRES ant 1.6
+    
+    But this is not gump friendly need to think about it .
     -->
     <import file="${antlet.home}/init/src/xbuild.xml"/>
     <import file="${antlet.home}/java/src/xbuild.xml"/>

Re: svn commit: rev 6512 - incubator/depot/trunk/ruper

Posted by "Markus M. May" <mm...@gmx.net>.
Hmm, looks good. Even though, I just wanted to check in my build.xml-file.
It looks a little bigger and I did what you described (copied the javac-tags
with only slight modifications). Anyway, I would definitly like to check this
in tonite. 
I am not using ANT 1.6 though, this means, that I cannot use this antlib
stuff. 

R,

markus

> Ok I got lazy.   and used some antlet stuff.
> 
> I will go back and get the import antlet stable so we can try to move 
> forward.
> 
> I really hate the idea of cutting and pasting another javac and javadoc  
> tag.
> R,
> Nick
> 


Re: svn commit: rev 6512 - incubator/depot/trunk/ruper

Posted by Nick Chalko <ni...@chalko.com>.
Ok I got lazy.   and used some antlet stuff.

I will go back and get the import antlet stable so we can try to move 
forward.

I really hate the idea of cutting and pasting another javac and javadoc  
tag.
R,
Nick