JAR dependencies for gnumail-providers.jar

2013-12-22 Thread thufir
wvc/trunk/mail/build.xml?revision=1156&root=classpathx&view=markup which closely matches: thufir@dur:~$ jar -tf /usr/share/java/gnumail-providers.jar META-INF/ META-INF/MANIFEST.MF gnu/ gnu/mail/ gnu/mail/providers/ gnu/mail/providers/ReadOnlyMessage.class gnu/mail/providers/imap/ gnu

Re: zipfile with manifest

2005-08-15 Thread THUFIR HAWAT
it with all other files. > > - Alexey. Ah, thanks, I'll look into that :) -Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

zipfile with manifest

2005-08-14 Thread THUFIR HAWAT
al/CoreTasks/zip.html> and this seems to be the ticket. How do I get the manifest into the zip file from ant? Thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: echo foo.txt, like "cat foo.txt"

2005-08-01 Thread THUFIR HAWAT
On 8/1/05, Burgess, Benjamin <[EMAIL PROTECTED]> wrote: > To print a file to the screen you could do this: > > > > > Ben That's great, Ben, really appreciate that :) -Thufir - To unsubscribe,

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-31 Thread THUFIR HAWAT
On 7/31/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > 50 lines? > > I have one script that is upwards of 700 lines. I wouldn't worry about > 50 ;) > > Frank How do you organize that? 700 lines is just way too bi

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-31 Thread THUFIR HAWAT
omewhat hesitant to pursue that. My 50 line build.xml, not counting the properties.xml file which is imported, seems too large to me. -Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

manifest attribute named "NAME"

2005-07-30 Thread THUFIR HAWAT
45 46 47 48 [EMAIL PROTECTED] java]$ ant Buildfile: build.xml Overriding previous definition of reference to jamocha.path [echo] classpath=/home/thufir/java/lib/JamochaMUD.jar clean: [delete] Deleting directory /home/thufir/j

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-30 Thread THUFIR HAWAT
uild.xml left off. build.xml itself wouldn't really be doing anything at all, but calling build2.xml, build3.xml, etc. All the work is being done in build[n].xml, so to speak. Can that be done with antcall, or is something else required? thanks, Thufir

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-30 Thread THUFIR HAWAT
ure out how to move the doFoo target outside of the build.xml file. Thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: echo foo.txt, like "cat foo.txt"

2005-07-30 Thread THUFIR HAWAT
On 7/30/05, Juergen Hermann <[EMAIL PROTECTED]> wrote: > On Sat, 30 Jul 2005 08:32:45 +0100, THUFIR HAWAT wrote: > > >I'm looking at <http://ant.apache.org/manual/CoreTasks/echo.html> but > >don't see how to echo a file to the screen (System.out?). > &g

echo foo.txt, like "cat foo.txt"

2005-07-30 Thread THUFIR HAWAT
rom ant so that it's platform independant? If it's a tricky problem, then how is that done on linux? I was writing a (very basic) script in linux, which included the ant command, but that seems silly. In linux I'm wanting to string together these commands: date cd /home/thufir/java/ cp

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
I did a bit of googling, and per <http://www.jguru.com/faq/view.jsp?EID=471917> put an echo statement in there. I'm working on adding more echo statements to debug this. here's where I'm currently at: [EMAIL PROTECTED] java]$ pwd /home/thufir/java [EMAIL PROTECTED] java]

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
On 5/27/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: ... > That's wrong, I meant to say this: > > > > ... yes? (I'm not at my computer right now, wil

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
che Ant version 1.6.4 compiled on May 19 2005 Apache Ant version 1.6.4 compiled on May 19 2005 Buildfile: build.xml Detected Java version: 1.5 in: /usr/java/jdk1.5.0_02/jre Detected OS: Linux parsing buildfile /home/thufir/java/build.xml with URI = file:///home/thufir/java/build.xmlProj

Re: import Tidy jar, path to jar

2005-05-25 Thread THUFIR HAWAT
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: > > On May 24, 2005, at 11:15 AM, THUFIR HAWAT wrote: > > > I can't pin down why I think this, but I believe there's a mismatch > > between where the build file says to find Tidy.jar and its actual &

Re: import Tidy jar, path to jar

2005-05-24 Thread THUFIR HAWAT
al 184 -rw-rw-r-- 1 thufir thufir 177868 Aug 1 2001 Tidy.jar [EMAIL PROTECTED] java]$ [EMAIL PROTECTED] java]$ ant Buildfile: build.xml clean: [delete] Deleting directory /home/thufir/java/bin prepare: [mkdir] Created dir: /home/thufir/java/bin compile: [javac] Compiling 1 source fil

import Tidy jar, path to jar

2005-05-24 Thread THUFIR HAWAT
I'm not sure how to approach this error, any pointers would be appreciated. from the console: [EMAIL PROTECTED] java]$ [EMAIL PROTECTED] java]$ ant Buildfile: build.xml clean: [delete] Deleting directory /home/thufir/java/bin prepare: [mkdir] Created dir: /home/thufir/java/bin co

first build (well, not quite first)

2005-05-23 Thread THUFIR HAWAT
properties.xml [EMAIL PROTECTED] java]$ thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: path to ant

2005-05-21 Thread THUFIR HAWAT
not compute" for me because it seems jpackage is putting ant in a different place than specified by the ant manual. is there indeed a discrepancy between jpackage and the ant manual? thanks, Thufir - To unsubscribe, e-mai

Re: path to ant

2005-05-19 Thread THUFIR HAWAT
On 5/19/05, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: > "Unix (bash) > > Assume Ant is installed in /usr/local/ant. The following sets up the > environment: > > export ANT_HOME=/usr/local/ant > export JAVA_HOME=/usr/local/jdk-1.2.2 > export PATH=${PATH}:${ANT_

Re: path to ant

2005-05-19 Thread THUFIR HAWAT
1 root root 3718 Jul 16 2004 ant-update.xsl -rw-r--r-- 1 root root 4642 Jul 16 2004 changelog.xsl -rw-r--r-- 1 root root 27666 Jul 16 2004 junit-frames-xalan1.xsl -rw-r--r-- 1 root root 6213 Jul 16 2004 log.xsl -rw-r--r-- 1 root root 5885 Jul 16 2004 tagdiff.xsl [EMAIL PROTECTE

Re: path to ant

2005-05-18 Thread THUFIR HAWAT
ant: Not a directory [EMAIL PROTECTED] bin]$ platform: linux, fedora core 3 thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

path to ant

2005-05-18 Thread THUFIR HAWAT
ot in /usr/local, and installing from jpackage gives the error saying that ant is already installed. where else could ant be? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

subant to reference a task outside of build.xml?

2005-03-20 Thread THUFIR HAWAT
will override existing references that have been defined outside of targets in the new project - but not those defined inside of targets." <http://ant.apache.org/manual/CoreTasks/antcall.html> should be used to call the package task of package.xml

Re: putting it together

2005-03-17 Thread THUFIR HAWAT
On Thu, 17 Mar 2005 11:43:57 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 17 Mar 2005, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: > > > file and mode attributes are types of tags? > > The Ant manual assumes you are at least vaguely familiar with XML >

putting it together

2005-03-17 Thread THUFIR HAWAT
List: ant-user Subject:Re: putting it together From: Stefan Bodewig Date: 2005-03-17 8:40:32 Message-ID: [Download message RAW] On Thu, 17 Mar 2005, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: > but, how do you put these together into a target? By reading the first

putting it together

2005-03-17 Thread THUFIR HAWAT
nto a target? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: RTFM, literally

2005-03-16 Thread THUFIR HAWAT
x27;t follow for me, as manifest is nested within jar. what does the error mean, please? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

decompose build.xml

2005-03-15 Thread THUFIR HAWAT
a google search on "ant +decompose +'build.xml'" isn't sufficiently answering the question of: can a build file be decomposed? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RTFM, literally

2005-03-15 Thread THUFIR HAWAT
he manual. I've found an API for ant at <http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/org/apache/tools/ant/taskdefs/Manifest.html> besides reading the manual front to back, where can I find out about this "file attribute" and how "jarfile" works? thanks, Thu

Re: compile two classes

2005-03-15 Thread THUFIR HAWAT
D:\>ant Buildfile: build.xml BUILD FAILED D:\build.xml:40: Element type "jar" must be followed by either attribute specifications, ">" or

compile two classes

2005-03-15 Thread THUFIR HAWAT
: unfortunately, both jar files have the same manifest :( how do I create two different manifests and specify them, please? thanks, Thufir

multiple jars

2005-03-14 Thread THUFIR HAWAT
I've got some source and build files at<http://thufir.lecktronix.net/>. is it possible to compile both source files to make two .jar files from one build file? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PRO

Re: import foo.jar

2005-03-14 Thread THUFIR HAWAT
On Mon, 14 Mar 2005 11:57:27 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Jan > [..] think I got it, thanks :) -Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: import foo.jar

2005-03-14 Thread THUFIR HAWAT
On Mon, 14 Mar 2005 10:51:08 +, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: > The data: [..] err, the question: how do I modify build.xml so that the import works? thanks, Thufir - To unsubscribe, e-mail: [EMAIL

import foo.jar

2005-03-14 Thread THUFIR HAWAT
va\classes [javac] D:\java\src\atreides\xhtml\HelloWorldSwing.java:3: package org.w3c.tidy does not exist [javac] import org.w3c.tidy.Tidy; [javac] ^ [javac] 1 error BUILD FAILED D:\build.xml:17: Compile failed; see the

Main-Class value

2005-03-14 Thread THUFIR HAWAT
can be changed to: does that seem a good, or "standard," technique? thanks, Thufir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HelloWorldSwing.jar

2005-03-14 Thread THUFIR HAWAT
thanks, Kristian :) any critique as to my build.xml file? -Thufir On Mon, 14 Mar 2005 19:43:18 +1100, Kristian Perkins <[EMAIL PROTECTED]> wrote: > you have to specify the fully qualified package name of the main class > in the Main-Class attribute. > try: > Main-Class: hel

HelloWorldSwing.jar

2005-03-14 Thread THUFIR HAWAT
} public static void main(String[] args) { //Schedule a job for the event-dispatching thread: //creating and showing this application's GUI. javax.swing.SwingUtilities.invokeLater(new Runnable() { public void run() { createAndShowGU

javac and java -classpath with regards to ant

2005-02-04 Thread THUFIR HAWAT
ad, in TidyTest.jar. I hope I'm making at least some sense. For right now I'll concentrate on getting ant to compile TidyTest.java so that TidyTest.java can be executed with the java command, then I'll work on packaging it up. Does that seem a good way to approach this topic?

RE: error: ...class definition existed..can no longer be found ?

2005-02-03 Thread THUFIR HAWAT
Boy, that's a silly error on my part. Monsters is a whole diff package, I must've mixed them up. Thanks for spotting this. I've cc'ed the list, for the sake of the archives, yes? -Thufir - Original Message - From: "Saket Joshi" <[EMAIL PROTECTED]&g

AW: error: ...class definition existed..can no longer be found ?

2005-02-03 Thread THUFIR HAWAT
the classpath switch when running the .jar? Thanks, Thufir ///Jan wrote: Your buildfile is correct, but your call for start is not. While compiling you have included Tidy.jar (${includeJar}), but you havent when starting TidyTest.jar. 1) add the classpath when starting via "java -

error: ...class definition existed..can no longer be found ?

2005-02-03 Thread THUFIR HAWAT
/ Thread th1 = new Thread(t1); // th1.start(); }//main }//TidyTest Thank you, Thufir Hawat -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ---

include source with jar

2005-01-27 Thread THUFIR HAWAT
I'd like to change the .jar file created to include all the source code, but can't find the syntax. How do I do that, pls?

question about the list --digest vs regular

2004-12-30 Thread THUFIR HAWAT
if someone's subscribed to the regular and digest lists and they unsubscribe from the regular list, they'll still get the digest, right? thanks, Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfr

build.bat for win2k

2004-12-29 Thread THUFIR HAWAT
C:\ant\apache-ant-1.6.2> thanks, Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: JAXP-compliant XML parser

2004-12-29 Thread THUFIR HAWAT
heh, since the Apache Xerces2 XML parser comes with ant, nevermind. sorry, wasn't reading very well! -Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejum

JAXP-compliant XML parser

2004-12-29 Thread THUFIR HAWAT
sorry for the flurry of questions, but what's meant by: To build and use Ant, you must have a JAXP-compliant XML parser installed and available on your classpath. how would I know if I do, pls? thanks, Thufir -- ___ Sign-up for Ads

Add the bin directory to your path

2004-12-29 Thread THUFIR HAWAT
from the manual: "Setup Before you can run ant there is some additional set up you will need to do: * Add the bin directory to your path." how do I check that, pls? thanks, Thufir -- ___ Sign-up for Ads Free at Mai

Re: system variables for win2k

2004-12-29 Thread THUFIR HAWAT
%PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin > a, thank you :) Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm - To

Re: system variables for win2k

2004-12-29 Thread THUFIR HAWAT
java where to find java.exe have been deleted? again, thanks for the help, Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm - To u

system variables for win2k

2004-12-29 Thread THUFIR HAWAT
pls just help me set these variables so everything works, the why is incidental at this point :) thanks, Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm