Re: svn commit: rev 10313 - incubator/depot/trunk/common

2004-04-28 Thread Nick Chalko
Antlets are availavle at
http://antworks.sourceforge.net/library/antlets/
Markus M. May wrote:
Ah, what I meant was more for the Depot stuff itself. Right now, we 
have in every project a lib-directory. we should at least make one for 
all sub-projects.
So lets make the lib-dir another directory (${repository.dir}???) and 
put our own stuff in there as well. You already introduced 
depot.update.dir or something, this directory can be used, at least 
when it exists.
what do you think?
BTW, not all antlets are published (especially the apache one). Can 
you please publish them, so that the build is working? Right now, I 
have to build all antlets myself and then I have to publish them on my 
local machine, etc. Very annoying :-(

Markus
Nick Chalko wrote:
I have a sample of using  Update  for builds
http://svn.apache.org/repos/asf/incubator/depot/trunk/update/src/sample/build.xml 


Markus M. May wrote:
Hello,
since Depot is a repository Updater we should try to introduce the 
repository already in the build-files of update? What do you think? 
How can we do this?

Markus
[EMAIL PROTECTED] wrote:
Author: nickchalko
Date: Tue Apr 27 09:22:34 2004
New Revision: 10313
Modified:
   incubator/depot/trunk/common/build.xml
Log:
Lib dir is optional
Modified: incubator/depot/trunk/common/build.xml
== 

--- incubator/depot/trunk/common/build.xml(original)
+++ incubator/depot/trunk/common/build.xmlTue Apr 27 09:22:34 2004
@@ -40,8 +40,8 @@
 
 
 path id=depot-common.classpath
-fileset dir=lib
-include name=*.jar /
+fileset dir=.
+include name=lib/*.jar /
 /fileset
 /path
 






Re: svn commit: rev 10313 - incubator/depot/trunk/common

2004-04-27 Thread Markus M. May
Hello,
since Depot is a repository Updater we should try to introduce the 
repository already in the build-files of update? What do you think? How 
can we do this?

Markus
[EMAIL PROTECTED] wrote:
Author: nickchalko
Date: Tue Apr 27 09:22:34 2004
New Revision: 10313
Modified:
   incubator/depot/trunk/common/build.xml
Log:
Lib dir is optional
Modified: incubator/depot/trunk/common/build.xml
==
--- incubator/depot/trunk/common/build.xml	(original)
+++ incubator/depot/trunk/common/build.xml	Tue Apr 27 09:22:34 2004
@@ -40,8 +40,8 @@
 
 
 	path id=depot-common.classpath
-		fileset dir=lib
-			include name=*.jar /
+		fileset dir=.
+			include name=lib/*.jar /
 		/fileset
 	/path
 





Re: svn commit: rev 10313 - incubator/depot/trunk/common

2004-04-27 Thread Nick Chalko
Work laptop is being funny
I will do it when I get home.
Nick Chalko wrote:
Yes   scp fails on multiple attempts so I have to do them one at a time
I will publish apache now.
R,
Nick
Markus M. May wrote:
Ah, what I meant was more for the Depot stuff itself. Right now, we 
have in every project a lib-directory. we should at least make one 
for all sub-projects.
So lets make the lib-dir another directory (${repository.dir}???) and 
put our own stuff in there as well. You already introduced 
depot.update.dir or something, this directory can be used, at least 
when it exists.
what do you think?
BTW, not all antlets are published (especially the apache one). Can 
you please publish them, so that the build is working? Right now, I 
have to build all antlets myself and then I have to publish them on 
my local machine, etc. Very annoying :-(

Markus
Nick Chalko wrote:
I have a sample of using  Update  for builds
http://svn.apache.org/repos/asf/incubator/depot/trunk/update/src/sample/build.xml 


Markus M. May wrote:
Hello,
since Depot is a repository Updater we should try to introduce the 
repository already in the build-files of update? What do you think? 
How can we do this?

Markus
[EMAIL PROTECTED] wrote:
Author: nickchalko
Date: Tue Apr 27 09:22:34 2004
New Revision: 10313
Modified:
   incubator/depot/trunk/common/build.xml
Log:
Lib dir is optional
Modified: incubator/depot/trunk/common/build.xml
== 

--- incubator/depot/trunk/common/build.xml(original)
+++ incubator/depot/trunk/common/build.xmlTue Apr 27 09:22:34 
2004
@@ -40,8 +40,8 @@
 
 
 path id=depot-common.classpath
-fileset dir=lib
-include name=*.jar /
+fileset dir=.
+include name=lib/*.jar /
 /fileset
 /path